Class SQLXMLWrapper

java.lang.Object
org.seasar.doma.wrapper.AbstractWrapper<SQLXML>
org.seasar.doma.wrapper.SQLXMLWrapper
All Implemented Interfaces:
Wrapper<SQLXML>

public class SQLXMLWrapper extends AbstractWrapper<SQLXML>
A wrapper for the SQLXML class.
  • Constructor Details

    • SQLXMLWrapper

      public SQLXMLWrapper()
    • SQLXMLWrapper

      public SQLXMLWrapper(SQLXML value)
  • Method Details

    • doGetCopy

      protected SQLXML doGetCopy()
      Overrides:
      doGetCopy in class AbstractWrapper<SQLXML>
    • doHasEqualValue

      protected boolean doHasEqualValue(Object otherValue)
      Overrides:
      doHasEqualValue in class AbstractWrapper<SQLXML>
    • accept

      public <R, P, Q, TH extends Throwable> R accept(WrapperVisitor<R,P,Q,TH> visitor, P p, Q q) throws TH
      Description copied from interface: Wrapper
      Accept a visitor.
      Type Parameters:
      R - The result
      P - The first parameter type
      Q - The second parameter type
      TH - The error or exception type
      Parameters:
      visitor - the visitor
      p - the first parameter
      q - the second parameter
      Returns:
      the result
      Throws:
      TH - the error or exception type