| Constructor and Description |
|---|
UUIDUserType()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
assemble(Serializable cached,
Object owner) |
Object |
deepCopy(Object value) |
Serializable |
disassemble(Object value) |
boolean |
equals(Object x,
Object y) |
int |
hashCode(Object x) |
boolean |
isMutable() |
Object |
nullSafeGet(ResultSet rs,
String[] names,
Object owner) |
void |
nullSafeSet(PreparedStatement st,
Object value,
int index) |
Object |
replace(Object original,
Object target,
Object owner) |
Class<?> |
returnedClass() |
int[] |
sqlTypes() |
public Object assemble(Serializable cached, Object owner) throws HibernateException
assemble in interface UserTypeHibernateExceptionpublic Object deepCopy(Object value) throws HibernateException
deepCopy in interface UserTypeHibernateExceptionpublic Serializable disassemble(Object value) throws HibernateException
disassemble in interface UserTypeHibernateExceptionpublic boolean equals(Object x, Object y) throws HibernateException
equals in interface UserTypeHibernateExceptionpublic int hashCode(Object x) throws HibernateException
hashCode in interface UserTypeHibernateExceptionpublic Object nullSafeGet(ResultSet rs, String[] names, Object owner) throws HibernateException, SQLException
nullSafeGet in interface UserTypeHibernateExceptionSQLExceptionpublic void nullSafeSet(PreparedStatement st, Object value, int index) throws HibernateException, SQLException
nullSafeSet in interface UserTypeHibernateExceptionSQLExceptionpublic Object replace(Object original, Object target, Object owner) throws HibernateException
replace in interface UserTypeHibernateExceptionpublic Class<?> returnedClass()
returnedClass in interface UserTypeCopyright © 2014. All rights reserved.