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

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

public class BlobNullWrapper
extends Object
implements TypeWrapper<Blob,Blob>


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

Constructor Detail

BlobNullWrapper

public BlobNullWrapper()
Method Detail

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.