org.jbpm.db.hibernate
Class ConverterEnumType
java.lang.Object
org.jbpm.db.hibernate.ConverterEnumType
- All Implemented Interfaces:
- Serializable, org.hibernate.usertype.UserType
public class ConverterEnumType
- extends Object
- implements org.hibernate.usertype.UserType, Serializable
is the hibernate UserType for storing converters as a char in the database.
The conversion can be found (and customized) in the file
jbpm.converter.properties.
- See Also:
- Serialized Form
|
Method Summary |
Object |
assemble(Serializable s,
Object o)
|
Object |
deepCopy(Object o)
|
Serializable |
disassemble(Object o)
|
boolean |
equals(Object o1,
Object o2)
|
int |
hashCode(Object o)
|
boolean |
isMutable()
|
Object |
nullSafeGet(ResultSet resultSet,
String[] names,
Object owner)
|
Object |
nullSafeGet(ResultSet rs,
String[] names,
org.hibernate.engine.spi.SessionImplementor session,
Object owner)
|
void |
nullSafeSet(PreparedStatement preparedStatement,
Object value,
int index)
|
void |
nullSafeSet(PreparedStatement st,
Object value,
int index,
org.hibernate.engine.spi.SessionImplementor session)
|
Object |
replace(Object original,
Object target,
Object owner)
|
Class |
returnedClass()
|
int[] |
sqlTypes()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConverterEnumType
public ConverterEnumType()
equals
public boolean equals(Object o1,
Object o2)
- Specified by:
equals in interface org.hibernate.usertype.UserType
hashCode
public int hashCode(Object o)
throws org.hibernate.HibernateException
- Specified by:
hashCode in interface org.hibernate.usertype.UserType
- Throws:
org.hibernate.HibernateException
deepCopy
public Object deepCopy(Object o)
throws org.hibernate.HibernateException
- Specified by:
deepCopy in interface org.hibernate.usertype.UserType
- Throws:
org.hibernate.HibernateException
isMutable
public boolean isMutable()
- Specified by:
isMutable in interface org.hibernate.usertype.UserType
disassemble
public Serializable disassemble(Object o)
throws org.hibernate.HibernateException
- Specified by:
disassemble in interface org.hibernate.usertype.UserType
- Throws:
org.hibernate.HibernateException
assemble
public Object assemble(Serializable s,
Object o)
throws org.hibernate.HibernateException
- Specified by:
assemble in interface org.hibernate.usertype.UserType
- Throws:
org.hibernate.HibernateException
replace
public Object replace(Object original,
Object target,
Object owner)
- Specified by:
replace in interface org.hibernate.usertype.UserType
sqlTypes
public int[] sqlTypes()
- Specified by:
sqlTypes in interface org.hibernate.usertype.UserType
returnedClass
public Class returnedClass()
- Specified by:
returnedClass in interface org.hibernate.usertype.UserType
nullSafeGet
public Object nullSafeGet(ResultSet resultSet,
String[] names,
Object owner)
throws org.hibernate.HibernateException,
SQLException
- Throws:
org.hibernate.HibernateException
SQLException
nullSafeSet
public void nullSafeSet(PreparedStatement preparedStatement,
Object value,
int index)
throws org.hibernate.HibernateException,
SQLException
- Throws:
org.hibernate.HibernateException
SQLException
nullSafeGet
public Object nullSafeGet(ResultSet rs,
String[] names,
org.hibernate.engine.spi.SessionImplementor session,
Object owner)
throws org.hibernate.HibernateException,
SQLException
- Specified by:
nullSafeGet in interface org.hibernate.usertype.UserType
- Throws:
org.hibernate.HibernateException
SQLException
nullSafeSet
public void nullSafeSet(PreparedStatement st,
Object value,
int index,
org.hibernate.engine.spi.SessionImplementor session)
throws org.hibernate.HibernateException,
SQLException
- Specified by:
nullSafeSet in interface org.hibernate.usertype.UserType
- Throws:
org.hibernate.HibernateException
SQLException
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.