public final class ClientStatusEnum extends ClientStatus implements Serializable, Comparable, org.hibernate.usertype.EnhancedUserType
ACTIVE
Constructor and Description |
---|
ClientStatusEnum()
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) |
Object |
fromXMLString(String string) |
int |
hashCode(Object value) |
boolean |
isMutable() |
Object |
nullSafeGet(ResultSet resultSet,
String[] values,
Object owner) |
void |
nullSafeSet(PreparedStatement statement,
Object value,
int index) |
String |
objectToSQLString(Object object) |
Object |
replace(Object original,
Object target,
Object owner) |
Class |
returnedClass() |
int[] |
sqlTypes() |
String |
toXMLString(Object object) |
compareTo, define, equals, fromString, getValue, hashCode, literals, toString, undefine
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
compareTo
public ClientStatusEnum()
nullSafeGet(java.sql.ResultSet, String[], Object)
.public int[] sqlTypes()
sqlTypes
in interface org.hibernate.usertype.UserType
UserType.sqlTypes()
public Object deepCopy(Object value) throws org.hibernate.HibernateException
deepCopy
in interface org.hibernate.usertype.UserType
org.hibernate.HibernateException
UserType.deepCopy(Object)
public boolean isMutable()
isMutable
in interface org.hibernate.usertype.UserType
UserType.isMutable()
public boolean equals(Object x, Object y) throws org.hibernate.HibernateException
equals
in interface org.hibernate.usertype.UserType
org.hibernate.HibernateException
UserType.equals(Object, Object)
public Class returnedClass()
returnedClass
in interface org.hibernate.usertype.UserType
UserType.returnedClass()
public Object nullSafeGet(ResultSet resultSet, String[] values, Object owner) throws org.hibernate.HibernateException, SQLException
nullSafeGet
in interface org.hibernate.usertype.UserType
org.hibernate.HibernateException
SQLException
UserType.nullSafeGet(java.sql.ResultSet, String[], Object)
public void nullSafeSet(PreparedStatement statement, Object value, int index) throws org.hibernate.HibernateException, SQLException
nullSafeSet
in interface org.hibernate.usertype.UserType
org.hibernate.HibernateException
SQLException
UserType.nullSafeSet(java.sql.PreparedStatement, Object, int)
public Object replace(Object original, Object target, Object owner)
replace
in interface org.hibernate.usertype.UserType
UserType.replace(Object original, Object target, Object owner)
public Object assemble(Serializable cached, Object owner)
assemble
in interface org.hibernate.usertype.UserType
UserType.assemble(java.io.Serializable cached, Object owner)
public Serializable disassemble(Object value)
disassemble
in interface org.hibernate.usertype.UserType
UserType.disassemble(Object value)
public int hashCode(Object value)
hashCode
in interface org.hibernate.usertype.UserType
UserType.hashCode(Object value)
public String objectToSQLString(Object object)
objectToSQLString
in interface org.hibernate.usertype.EnhancedUserType
EnhancedUserType.objectToSQLString(Object object)
public String toXMLString(Object object)
toXMLString
in interface org.hibernate.usertype.EnhancedUserType
EnhancedUserType.toXMLString(Object object)
Copyright © 2019 Communote team. All rights reserved.