org.cyclopsgroup.doorman.service.storage
Class DateTimeUserType
java.lang.Object
org.cyclopsgroup.doorman.service.storage.DateTimeUserType
- All Implemented Interfaces:
- org.hibernate.usertype.UserType
public class DateTimeUserType
- extends Object
- implements org.hibernate.usertype.UserType
Hibernate user type for JODA date time
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DateTimeUserType
public DateTimeUserType()
assemble
public Object assemble(Serializable cached,
Object target)
- Specified by:
assemble in interface org.hibernate.usertype.UserType
deepCopy
public Object deepCopy(Object object)
- Specified by:
deepCopy in interface org.hibernate.usertype.UserType
disassemble
public Serializable disassemble(Object object)
- Specified by:
disassemble in interface org.hibernate.usertype.UserType
equals
public boolean equals(Object a,
Object b)
- Specified by:
equals in interface org.hibernate.usertype.UserType
hashCode
public int hashCode(Object object)
- Specified by:
hashCode in interface org.hibernate.usertype.UserType
isMutable
public boolean isMutable()
- Specified by:
isMutable in interface org.hibernate.usertype.UserType
nullSafeGet
public Object nullSafeGet(ResultSet set,
String[] strings,
Object object)
throws org.hibernate.HibernateException,
SQLException
- Specified by:
nullSafeGet in interface org.hibernate.usertype.UserType
- Throws:
org.hibernate.HibernateException
SQLException
nullSafeSet
public void nullSafeSet(PreparedStatement stat,
Object value,
int index)
throws org.hibernate.HibernateException,
SQLException
- Specified by:
nullSafeSet in interface org.hibernate.usertype.UserType
- Throws:
org.hibernate.HibernateException
SQLException
replace
public Object replace(Object original,
Object target,
Object owner)
throws org.hibernate.HibernateException
- Specified by:
replace in interface org.hibernate.usertype.UserType
- Throws:
org.hibernate.HibernateException
returnedClass
public Class returnedClass()
- Specified by:
returnedClass in interface org.hibernate.usertype.UserType
sqlTypes
public int[] sqlTypes()
- Specified by:
sqlTypes in interface org.hibernate.usertype.UserType
Copyright © 2010-2012. All Rights Reserved.