public class HstoreType extends Object implements org.hibernate.usertype.UserType
| Constructor and Description |
|---|
HstoreType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
assemble(Serializable cached,
Object owner) |
Object |
deepCopy(Object o) |
Serializable |
disassemble(Object o) |
boolean |
equals(Object o1,
Object o2) |
int |
hashCode(Object o) |
boolean |
isMutable() |
Object |
nullSafeGet(ResultSet resultSet,
String[] strings,
org.hibernate.engine.spi.SessionImplementor sessionImplementor,
Object o) |
void |
nullSafeSet(PreparedStatement preparedStatement,
Object o,
int i,
org.hibernate.engine.spi.SessionImplementor sessionImplementor) |
Object |
replace(Object original,
Object target,
Object owner) |
Class<Map> |
returnedClass() |
int[] |
sqlTypes() |
public Object assemble(Serializable cached, Object owner) throws org.hibernate.HibernateException
assemble in interface org.hibernate.usertype.UserTypeorg.hibernate.HibernateExceptionpublic Object deepCopy(Object o) throws org.hibernate.HibernateException
deepCopy in interface org.hibernate.usertype.UserTypeorg.hibernate.HibernateExceptionpublic Serializable disassemble(Object o) throws org.hibernate.HibernateException
disassemble in interface org.hibernate.usertype.UserTypeorg.hibernate.HibernateExceptionpublic boolean equals(Object o1, Object o2) throws org.hibernate.HibernateException
equals in interface org.hibernate.usertype.UserTypeorg.hibernate.HibernateExceptionpublic int hashCode(Object o) throws org.hibernate.HibernateException
hashCode in interface org.hibernate.usertype.UserTypeorg.hibernate.HibernateExceptionpublic Object nullSafeGet(ResultSet resultSet, String[] strings, org.hibernate.engine.spi.SessionImplementor sessionImplementor, Object o) throws org.hibernate.HibernateException, SQLException
nullSafeGet in interface org.hibernate.usertype.UserTypeorg.hibernate.HibernateExceptionSQLExceptionpublic void nullSafeSet(PreparedStatement preparedStatement, Object o, int i, org.hibernate.engine.spi.SessionImplementor sessionImplementor) throws org.hibernate.HibernateException, SQLException
nullSafeSet in interface org.hibernate.usertype.UserTypeorg.hibernate.HibernateExceptionSQLExceptionpublic boolean isMutable()
isMutable in interface org.hibernate.usertype.UserTypepublic Object replace(Object original, Object target, Object owner) throws org.hibernate.HibernateException
replace in interface org.hibernate.usertype.UserTypeorg.hibernate.HibernateExceptionpublic Class<Map> returnedClass()
returnedClass in interface org.hibernate.usertype.UserTypepublic int[] sqlTypes()
sqlTypes in interface org.hibernate.usertype.UserTypeCopyright © 2014–2016. All rights reserved.