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

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

public class ArrayNullWrapper
extends Object
implements TypeWrapper<Array,Array>


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

Constructor Detail

ArrayNullWrapper

public ArrayNullWrapper()
Method Detail

jdbcType

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

propertyType

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

wrap

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

unWrap

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

clone

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

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


Copyright © 2013. All Rights Reserved.