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

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

public class BooleanPrimitiveNullWrapper
extends Object
implements TypeWrapper<Boolean,Boolean>


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

Constructor Detail

BooleanPrimitiveNullWrapper

public BooleanPrimitiveNullWrapper()
Method Detail

jdbcType

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

propertyType

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

wrap

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

unWrap

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

clone

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

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


Copyright © 2013. All Rights Reserved.