com.jpattern.orm.persistor.type.jdbc
Class DoublePrimitiveNullWrapper
java.lang.Object
com.jpattern.orm.persistor.type.jdbc.DoublePrimitiveNullWrapper
- All Implemented Interfaces:
- TypeWrapper<Double,Double>
public class DoublePrimitiveNullWrapper
- extends Object
- implements TypeWrapper<Double,Double>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoublePrimitiveNullWrapper
public DoublePrimitiveNullWrapper()
jdbcType
public Class<Double> jdbcType()
- Specified by:
jdbcType in interface TypeWrapper<Double,Double>
propertyType
public Class<Double> propertyType()
- Specified by:
propertyType in interface TypeWrapper<Double,Double>
wrap
public Double wrap(Double value)
- Specified by:
wrap in interface TypeWrapper<Double,Double>
unWrap
public Double unWrap(Double value)
- Specified by:
unWrap in interface TypeWrapper<Double,Double>
clone
public Double clone(Double source)
- Description copied from interface:
TypeWrapper
- Return a new instance equivalent to the source
- Specified by:
clone in interface TypeWrapper<Double,Double>
- Returns:
Copyright © 2013. All Rights Reserved.