public final class OperationPersistentType extends Object
Constructor and Description |
---|
OperationPersistentType() |
Modifier and Type | Method and Description |
---|---|
Object |
deepCopy(Object value) |
boolean |
equals(Object x,
Object y) |
boolean |
isMutable() |
Object |
nullSafeGet(ResultSet rs,
String[] names,
Object owner) |
void |
nullSafeSet(PreparedStatement st,
Object value,
int index) |
Class |
returnedClass() |
int[] |
sqlTypes() |
public final int[] sqlTypes()
sqlTypes
in interface net.sf.hibernate.UserType
public final Class returnedClass()
returnedClass
in interface net.sf.hibernate.UserType
public final boolean equals(Object x, Object y) throws net.sf.hibernate.HibernateException
equals
in interface net.sf.hibernate.UserType
net.sf.hibernate.HibernateException
public final Object nullSafeGet(ResultSet rs, String[] names, Object owner) throws net.sf.hibernate.HibernateException, SQLException
nullSafeGet
in interface net.sf.hibernate.UserType
net.sf.hibernate.HibernateException
SQLException
public final void nullSafeSet(PreparedStatement st, Object value, int index) throws net.sf.hibernate.HibernateException, SQLException
nullSafeSet
in interface net.sf.hibernate.UserType
net.sf.hibernate.HibernateException
SQLException
public final Object deepCopy(Object value) throws net.sf.hibernate.HibernateException
deepCopy
in interface net.sf.hibernate.UserType
net.sf.hibernate.HibernateException
public final boolean isMutable()
isMutable
in interface net.sf.hibernate.UserType
Copyright © 2003–2016 Atlassian. All rights reserved.