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