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