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

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

public class URLNullWrapper
extends Object
implements TypeWrapper<URL,URL>


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

Constructor Detail

URLNullWrapper

public URLNullWrapper()
Method Detail

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.