Package com.soffid.iam.reconcile.common
Class ProposedActionEnum
- java.lang.Object
-
- com.soffid.iam.reconcile.common.ProposedAction
-
- com.soffid.iam.reconcile.common.ProposedActionEnum
-
- All Implemented Interfaces:
Serializable,Comparable,org.hibernate.usertype.EnhancedUserType,org.hibernate.usertype.UserType
public final class ProposedActionEnum extends com.soffid.iam.reconcile.common.ProposedAction implements Serializable, Comparable, org.hibernate.usertype.EnhancedUserType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProposedActionEnum()Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectassemble(Serializable cached, Object owner)ObjectdeepCopy(Object value)Serializabledisassemble(Object value)booleanequals(Object x, Object y)ObjectfromXMLString(String string)inthashCode(Object value)booleanisMutable()ObjectnullSafeGet(ResultSet resultSet, String[] values, Object owner)voidnullSafeSet(PreparedStatement statement, Object value, int index)StringobjectToSQLString(Object object)Objectreplace(Object original, Object target, Object owner)ClassreturnedClass()int[]sqlTypes()StringtoXMLString(Object object)-
Methods inherited from class com.soffid.iam.reconcile.common.ProposedAction
compareTo, equals, fromString, getValue, hashCode, literals, names, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Constructor Detail
-
ProposedActionEnum
public ProposedActionEnum()
Default constructor. Hibernate needs the default constructor to retrieve an instance of the enum from a JDBC resultset. The instance will be converted to the correct enum instance innullSafeGet(java.sql.ResultSet, java.lang.String[], java.lang.Object).
-
-
Method Detail
-
sqlTypes
public int[] sqlTypes()
- Specified by:
sqlTypesin interfaceorg.hibernate.usertype.UserType- See Also:
UserType.sqlTypes()
-
deepCopy
public Object deepCopy(Object value) throws org.hibernate.HibernateException
- Specified by:
deepCopyin interfaceorg.hibernate.usertype.UserType- Throws:
org.hibernate.HibernateException- See Also:
UserType.deepCopy(java.lang.Object)
-
isMutable
public boolean isMutable()
- Specified by:
isMutablein interfaceorg.hibernate.usertype.UserType- See Also:
UserType.isMutable()
-
equals
public boolean equals(Object x, Object y) throws org.hibernate.HibernateException
- Specified by:
equalsin interfaceorg.hibernate.usertype.UserType- Throws:
org.hibernate.HibernateException- See Also:
UserType.equals(java.lang.Object, java.lang.Object)
-
returnedClass
public Class returnedClass()
- Specified by:
returnedClassin interfaceorg.hibernate.usertype.UserType- See Also:
UserType.returnedClass()
-
nullSafeGet
public Object nullSafeGet(ResultSet resultSet, String[] values, Object owner) throws org.hibernate.HibernateException, SQLException
- Specified by:
nullSafeGetin interfaceorg.hibernate.usertype.UserType- Throws:
org.hibernate.HibernateExceptionSQLException- See Also:
UserType.nullSafeGet(java.sql.ResultSet, java.lang.String[], java.lang.Object)
-
nullSafeSet
public void nullSafeSet(PreparedStatement statement, Object value, int index) throws org.hibernate.HibernateException, SQLException
- Specified by:
nullSafeSetin interfaceorg.hibernate.usertype.UserType- Throws:
org.hibernate.HibernateExceptionSQLException- See Also:
UserType.nullSafeSet(java.sql.PreparedStatement, java.lang.Object, int)
-
replace
public Object replace(Object original, Object target, Object owner)
- Specified by:
replacein interfaceorg.hibernate.usertype.UserType- See Also:
UserType.replace(Object original, Object target, Object owner)
-
assemble
public Object assemble(Serializable cached, Object owner)
- Specified by:
assemblein interfaceorg.hibernate.usertype.UserType- See Also:
UserType.assemble(java.io.Serializable cached, Object owner)
-
disassemble
public Serializable disassemble(Object value)
- Specified by:
disassemblein interfaceorg.hibernate.usertype.UserType- See Also:
UserType.disassemble(Object value)
-
hashCode
public int hashCode(Object value)
- Specified by:
hashCodein interfaceorg.hibernate.usertype.UserType- See Also:
UserType.hashCode(Object value)
-
objectToSQLString
public String objectToSQLString(Object object)
- Specified by:
objectToSQLStringin interfaceorg.hibernate.usertype.EnhancedUserType- See Also:
EnhancedUserType.objectToSQLString(Object object)
-
toXMLString
public String toXMLString(Object object)
- Specified by:
toXMLStringin interfaceorg.hibernate.usertype.EnhancedUserType- See Also:
EnhancedUserType.toXMLString(Object object)
-
-