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

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

public class FloatPrimitiveNullWrapper
extends Object
implements TypeWrapper<Float,Float>


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

Constructor Detail

FloatPrimitiveNullWrapper

public FloatPrimitiveNullWrapper()
Method Detail

jdbcType

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

propertyType

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

wrap

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

unWrap

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

clone

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

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


Copyright © 2013. All Rights Reserved.