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