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