com.jpattern.orm.persistor.type.jdbc
Class TimestampNullWrapper

java.lang.Object
  extended by com.jpattern.orm.persistor.type.jdbc.TimestampNullWrapper
All Implemented Interfaces:
TypeWrapper<Timestamp,Timestamp>

public class TimestampNullWrapper
extends Object
implements TypeWrapper<Timestamp,Timestamp>


Constructor Summary
TimestampNullWrapper()
           
 
Method Summary
 Timestamp clone(Timestamp source)
          Return a new instance equivalent to the source
 Class<Timestamp> jdbcType()
           
 Class<Timestamp> propertyType()
           
 Timestamp unWrap(Timestamp value)
           
 Timestamp wrap(Timestamp value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimestampNullWrapper

public TimestampNullWrapper()
Method Detail

jdbcType

public Class<Timestamp> jdbcType()
Specified by:
jdbcType in interface TypeWrapper<Timestamp,Timestamp>

propertyType

public Class<Timestamp> propertyType()
Specified by:
propertyType in interface TypeWrapper<Timestamp,Timestamp>

wrap

public Timestamp wrap(Timestamp value)
Specified by:
wrap in interface TypeWrapper<Timestamp,Timestamp>

unWrap

public Timestamp unWrap(Timestamp value)
Specified by:
unWrap in interface TypeWrapper<Timestamp,Timestamp>

clone

public Timestamp clone(Timestamp source)
Description copied from interface: TypeWrapper
Return a new instance equivalent to the source

Specified by:
clone in interface TypeWrapper<Timestamp,Timestamp>
Returns:


Copyright © 2013. All Rights Reserved.