public class JournalIdentifierUserType extends Object implements net.sf.hibernate.UserType
JournalIdentifiers to and from strings in the DB.| Constructor and Description |
|---|
JournalIdentifierUserType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
deepCopy(Object object) |
boolean |
equals(Object x,
Object y) |
boolean |
isMutable() |
JournalIdentifier |
nullSafeGet(ResultSet rs,
String[] columns,
Object owner) |
void |
nullSafeSet(PreparedStatement ps,
Object value,
int index) |
Class |
returnedClass() |
int[] |
sqlTypes() |
public int[] sqlTypes()
sqlTypes in interface net.sf.hibernate.UserTypepublic Class returnedClass()
returnedClass in interface net.sf.hibernate.UserTypepublic boolean equals(Object x, Object y) throws net.sf.hibernate.HibernateException
equals in interface net.sf.hibernate.UserTypenet.sf.hibernate.HibernateExceptionpublic JournalIdentifier nullSafeGet(ResultSet rs, String[] columns, Object owner) throws net.sf.hibernate.HibernateException, SQLException
nullSafeGet in interface net.sf.hibernate.UserTypenet.sf.hibernate.HibernateExceptionSQLExceptionpublic void nullSafeSet(PreparedStatement ps, Object value, int index) throws net.sf.hibernate.HibernateException, SQLException
nullSafeSet in interface net.sf.hibernate.UserTypenet.sf.hibernate.HibernateExceptionSQLExceptionpublic Object deepCopy(Object object) throws net.sf.hibernate.HibernateException
deepCopy in interface net.sf.hibernate.UserTypenet.sf.hibernate.HibernateExceptionpublic boolean isMutable()
isMutable in interface net.sf.hibernate.UserTypeCopyright © 2003–2016 Atlassian. All rights reserved.