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

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

public class SQLXMLNullWrapper
extends Object
implements TypeWrapper<SQLXML,SQLXML>


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

Constructor Detail

SQLXMLNullWrapper

public SQLXMLNullWrapper()
Method Detail

jdbcType

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

propertyType

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

wrap

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

unWrap

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

clone

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

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


Copyright © 2013. All Rights Reserved.