public class PersistentJsonObjectAsPostgreSQLJson<T> extends PersistentJsonObjectAsString<T>
Constructor and Description |
---|
PersistentJsonObjectAsPostgreSQLJson() |
Modifier and Type | Method and Description |
---|---|
Object |
doNullSafeGet(ResultSet rs,
String[] names,
org.hibernate.engine.spi.SharedSessionContractImplementor session,
Object owner) |
void |
doNullSafeSet(PreparedStatement preparedStatement,
Object value,
int index,
org.hibernate.engine.spi.SharedSessionContractImplementor session) |
getObjectReader, getObjectWriter, objectToSQLString, returnedClass, setMappedClass, setParameterValues, toXMLString
getMappedClass
fromXMLString, getIdentifierType, getType, nullSafeGet, nullSafeSet, setIdentifierType, sqlTypes
afterNullSafeOperation, assemble, beforeNullSafeOperation, deepCopy, disassemble, equals, hashCode, isMutable, replace
public PersistentJsonObjectAsPostgreSQLJson()
public Object doNullSafeGet(ResultSet rs, String[] names, org.hibernate.engine.spi.SharedSessionContractImplementor session, Object owner) throws org.hibernate.HibernateException, SQLException, IllegalArgumentException, IllegalAccessException, InvocationTargetException
doNullSafeGet
in class PersistentJsonObjectAsString<T>
org.hibernate.HibernateException
SQLException
IllegalArgumentException
IllegalAccessException
InvocationTargetException
public void doNullSafeSet(PreparedStatement preparedStatement, Object value, int index, org.hibernate.engine.spi.SharedSessionContractImplementor session) throws SQLException, IllegalArgumentException, IllegalAccessException, InvocationTargetException
doNullSafeSet
in class PersistentJsonObjectAsString<T>
SQLException
IllegalArgumentException
IllegalAccessException
InvocationTargetException
Copyright © 2010–2018 Jadira Systems. All rights reserved.