Class NClobJavaType.NClobMutabilityPlan
java.lang.Object
org.hibernate.type.descriptor.java.NClobJavaType.NClobMutabilityPlan
- All Implemented Interfaces:
Serializable
,MutabilityPlan<NClob>
- Enclosing class:
- NClobJavaType
public static class NClobJavaType.NClobMutabilityPlan
extends Object
implements MutabilityPlan<NClob>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassemble
(Serializable cached, SharedSessionContract session) Assemble a previously disassembled value.Return a deep copy of the value.disassemble
(NClob value, SharedSessionContract session) Return a disassembled representation of the value.boolean
Can the internal state of instances ofT
be changed?
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
NClobMutabilityPlan
public NClobMutabilityPlan()
-
-
Method Details
-
isMutable
public boolean isMutable()Description copied from interface:MutabilityPlan
Can the internal state of instances ofT
be changed?- Specified by:
isMutable
in interfaceMutabilityPlan<NClob>
- Returns:
- True if the internal state can be changed; false otherwise.
-
deepCopy
Description copied from interface:MutabilityPlan
Return a deep copy of the value.- Specified by:
deepCopy
in interfaceMutabilityPlan<NClob>
- Parameters:
value
- The value to deep copy- Returns:
- The deep copy.
-