public class SpaceStatusUserType extends HibernateUserType implements Serializable
Constructor and Description |
---|
SpaceStatusUserType() |
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, replace
public int[] sqlTypes()
sqlTypes
in interface org.hibernate.usertype.UserType
public Class returnedClass()
returnedClass
in interface org.hibernate.usertype.UserType
public boolean equals(Object x, Object y)
equals
in interface org.hibernate.usertype.UserType
public Object nullSafeGet(ResultSet rs, String[] columns, Object owner) throws net.sf.hibernate.HibernateException, SQLException
nullSafeGet
in class HibernateUserType
net.sf.hibernate.HibernateException
SQLException
public void nullSafeSet(PreparedStatement ps, Object value, int index) throws net.sf.hibernate.HibernateException, SQLException
nullSafeSet
in class HibernateUserType
net.sf.hibernate.HibernateException
SQLException
public Object deepCopy(Object object)
deepCopy
in interface org.hibernate.usertype.UserType
public boolean isMutable()
isMutable
in interface org.hibernate.usertype.UserType
Copyright © 2003–2021 Atlassian. All rights reserved.