Class PJsonObjectUserType
java.lang.Object
org.mapfish.print.servlet.job.impl.hibernate.PJsonObjectUserType
- All Implemented Interfaces:
org.hibernate.usertype.UserType
Hibernate User Type for PJson object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Object
assemble
(Serializable cached, Object owner) final Object
final Serializable
disassemble
(Object value) final boolean
final int
final boolean
final Object
nullSafeGet
(ResultSet rs, String[] names, org.hibernate.engine.spi.SharedSessionContractImplementor session, Object owner) final void
nullSafeSet
(PreparedStatement st, Object value, int index, org.hibernate.engine.spi.SharedSessionContractImplementor session) final Object
final Class<PJsonObject>
final int[]
sqlTypes()
-
Constructor Details
-
PJsonObjectUserType
public PJsonObjectUserType()
-
-
Method Details
-
assemble
- Specified by:
assemble
in interfaceorg.hibernate.usertype.UserType
-
deepCopy
- Specified by:
deepCopy
in interfaceorg.hibernate.usertype.UserType
-
disassemble
- Specified by:
disassemble
in interfaceorg.hibernate.usertype.UserType
-
equals
- Specified by:
equals
in interfaceorg.hibernate.usertype.UserType
-
hashCode
- Specified by:
hashCode
in interfaceorg.hibernate.usertype.UserType
-
isMutable
public final boolean isMutable()- Specified by:
isMutable
in interfaceorg.hibernate.usertype.UserType
-
replace
- Specified by:
replace
in interfaceorg.hibernate.usertype.UserType
-
returnedClass
- Specified by:
returnedClass
in interfaceorg.hibernate.usertype.UserType
-
sqlTypes
public final int[] sqlTypes()- Specified by:
sqlTypes
in interfaceorg.hibernate.usertype.UserType
-