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

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

public class NClobNullWrapper
extends Object
implements TypeWrapper<NClob,NClob>


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

Constructor Detail

NClobNullWrapper

public NClobNullWrapper()
Method Detail

jdbcType

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

propertyType

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

wrap

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

unWrap

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

clone

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

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


Copyright © 2013. All Rights Reserved.