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