public class SpaceTypeUserType extends HibernateUserType implements Serializable
| Constructor and Description |
|---|
SpaceTypeUserType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
deepCopy(Object object) |
boolean |
equals(Object x,
Object y) |
boolean |
isMutable() |
Object |
nullSafeGet(ResultSet rs,
String[] columns,
Object owner) |
void |
nullSafeSet(PreparedStatement ps,
Object value,
int index) |
Class |
returnedClass() |
int[] |
sqlTypes() |
assemble, disassemble, hashCode, nullSafeGet, nullSafeSet, replacepublic int[] sqlTypes()
sqlTypes in interface org.hibernate.usertype.UserTypepublic Class returnedClass()
returnedClass in interface org.hibernate.usertype.UserTypepublic boolean equals(Object x, Object y)
equals in interface org.hibernate.usertype.UserTypepublic Object nullSafeGet(ResultSet rs, String[] columns, Object owner) throws net.sf.hibernate.HibernateException, SQLException
nullSafeGet in class HibernateUserTypenet.sf.hibernate.HibernateExceptionSQLExceptionpublic void nullSafeSet(PreparedStatement ps, Object value, int index) throws net.sf.hibernate.HibernateException, SQLException
nullSafeSet in class HibernateUserTypenet.sf.hibernate.HibernateExceptionSQLExceptionpublic Object deepCopy(Object object)
deepCopy in interface org.hibernate.usertype.UserTypepublic boolean isMutable()
isMutable in interface org.hibernate.usertype.UserTypeCopyright © 2003–2020 Atlassian. All rights reserved.