public final class ApplicationPersistentType extends HibernateUserType
Constructor and Description |
---|
ApplicationPersistentType() |
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() |
assemble, disassemble, hashCode, nullSafeGet, nullSafeSet, replace
public Class returnedClass()
returnedClass
in interface org.hibernate.usertype.UserType
public final int[] sqlTypes()
sqlTypes
in interface org.hibernate.usertype.UserType
public final boolean equals(Object x, Object y)
equals
in interface org.hibernate.usertype.UserType
public final Object nullSafeGet(ResultSet rs, String[] names, Object owner) throws net.sf.hibernate.HibernateException, SQLException
nullSafeGet
in class HibernateUserType
net.sf.hibernate.HibernateException
SQLException
public final void nullSafeSet(PreparedStatement st, Object value, int index) throws net.sf.hibernate.HibernateException, SQLException
nullSafeSet
in class HibernateUserType
net.sf.hibernate.HibernateException
SQLException
public final Object deepCopy(Object value)
deepCopy
in interface org.hibernate.usertype.UserType
public final boolean isMutable()
isMutable
in interface org.hibernate.usertype.UserType
Copyright © 2003–2021 Atlassian. All rights reserved.