com.jpattern.orm.persistor.type.jdbc
Class RefNullWrapper
java.lang.Object
com.jpattern.orm.persistor.type.jdbc.RefNullWrapper
- All Implemented Interfaces:
- TypeWrapper<Ref,Ref>
public class RefNullWrapper
- extends Object
- implements TypeWrapper<Ref,Ref>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RefNullWrapper
public RefNullWrapper()
jdbcType
public Class<Ref> jdbcType()
- Specified by:
jdbcType in interface TypeWrapper<Ref,Ref>
propertyType
public Class<Ref> propertyType()
- Specified by:
propertyType in interface TypeWrapper<Ref,Ref>
wrap
public Ref wrap(Ref value)
- Specified by:
wrap in interface TypeWrapper<Ref,Ref>
unWrap
public Ref unWrap(Ref value)
- Specified by:
unWrap in interface TypeWrapper<Ref,Ref>
clone
public Ref clone(Ref source)
- Description copied from interface:
TypeWrapper
- Return a new instance equivalent to the source
- Specified by:
clone in interface TypeWrapper<Ref,Ref>
- Returns:
Copyright © 2013. All Rights Reserved.