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

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

public class ClobNullWrapper
extends Object
implements TypeWrapper<Clob,Clob>


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

Constructor Detail

ClobNullWrapper

public ClobNullWrapper()
Method Detail

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.