com.jpattern.orm.persistor.type.jdbc
Class FloatPrimitiveNullWrapper
java.lang.Object
com.jpattern.orm.persistor.type.jdbc.FloatPrimitiveNullWrapper
- All Implemented Interfaces:
- TypeWrapper<Float,Float>
public class FloatPrimitiveNullWrapper
- extends Object
- implements TypeWrapper<Float,Float>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FloatPrimitiveNullWrapper
public FloatPrimitiveNullWrapper()
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.