Class PJsonObjectUserType
java.lang.Object
org.mapfish.print.servlet.job.impl.hibernate.PJsonObjectUserType
- All Implemented Interfaces:
org.hibernate.usertype.UserType<PJsonObject>
public class PJsonObjectUserType
extends Object
implements org.hibernate.usertype.UserType<PJsonObject>
Hibernate User Type for PJson object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal PJsonObjectassemble(Serializable cached, Object owner) final PJsonObjectdeepCopy(PJsonObject value) final Serializabledisassemble(PJsonObject value) final booleanequals(PJsonObject x, PJsonObject y) final intfinal intfinal booleanfinal PJsonObjectnullSafeGet(ResultSet rs, int position, org.hibernate.engine.spi.SharedSessionContractImplementor session, Object owner) final voidnullSafeSet(PreparedStatement st, PJsonObject value, int index, org.hibernate.engine.spi.SharedSessionContractImplementor session) final PJsonObjectreplace(PJsonObject original, PJsonObject target, Object owner) final Class<PJsonObject> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.usertype.UserType
getDefaultSqlLength, getDefaultSqlPrecision, getDefaultSqlScale, getJdbcType, getValueConverter
-
Constructor Details
-
PJsonObjectUserType
public PJsonObjectUserType()
-
-
Method Details
-
assemble
- Specified by:
assemblein interfaceorg.hibernate.usertype.UserType<PJsonObject>
-
deepCopy
- Specified by:
deepCopyin interfaceorg.hibernate.usertype.UserType<PJsonObject>
-
disassemble
- Specified by:
disassemblein interfaceorg.hibernate.usertype.UserType<PJsonObject>
-
equals
- Specified by:
equalsin interfaceorg.hibernate.usertype.UserType<PJsonObject>
-
hashCode
- Specified by:
hashCodein interfaceorg.hibernate.usertype.UserType<PJsonObject>
-
isMutable
public final boolean isMutable()- Specified by:
isMutablein interfaceorg.hibernate.usertype.UserType<PJsonObject>
-
replace
- Specified by:
replacein interfaceorg.hibernate.usertype.UserType<PJsonObject>
-
returnedClass
- Specified by:
returnedClassin interfaceorg.hibernate.usertype.UserType<PJsonObject>
-
getSqlType
public final int getSqlType()- Specified by:
getSqlTypein interfaceorg.hibernate.usertype.UserType<PJsonObject>
-