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

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

public class DoublePrimitiveNullWrapper
extends Object
implements TypeWrapper<Double,Double>


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

Constructor Detail

DoublePrimitiveNullWrapper

public DoublePrimitiveNullWrapper()
Method Detail

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.