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