public class JournalIdentifierUserType extends HibernateUserType
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() |
assemble, disassemble, hashCode, nullSafeGet, nullSafeSet, replacepublic int[] sqlTypes()
public Class returnedClass()
public JournalIdentifier nullSafeGet(ResultSet rs, String[] columns, Object owner) throws net.sf.hibernate.HibernateException, SQLException
nullSafeGet in class HibernateUserTypenet.sf.hibernate.HibernateExceptionSQLExceptionpublic void nullSafeSet(PreparedStatement ps, Object value, int index) throws net.sf.hibernate.HibernateException, SQLException
nullSafeSet in class HibernateUserTypenet.sf.hibernate.HibernateExceptionSQLExceptionpublic boolean isMutable()
Copyright © 2003–2017 Atlassian. All rights reserved.