Class TimestampWrapper

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

public class TimestampWrapper extends AbstractWrapper<Timestamp>
A wrapper for the Timestamp class.
  • Constructor Details

    • TimestampWrapper

      public TimestampWrapper()
    • TimestampWrapper

      public TimestampWrapper(Timestamp value)
  • Method Details

    • doGetCopy

      protected Timestamp doGetCopy()
      Overrides:
      doGetCopy in class AbstractWrapper<Timestamp>
    • 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