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

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

public class RowIdNullWrapper
extends Object
implements TypeWrapper<RowId,RowId>


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

Constructor Detail

RowIdNullWrapper

public RowIdNullWrapper()
Method Detail

jdbcType

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

propertyType

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

wrap

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

unWrap

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

clone

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

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


Copyright © 2013. All Rights Reserved.