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