Class ArrayMutabilityPlan<T>
java.lang.Object
org.hibernate.type.descriptor.java.MutableMutabilityPlan<T>
org.hibernate.type.descriptor.java.ArrayMutabilityPlan<T>
- All Implemented Interfaces:
Serializable,MutabilityPlan<T>
A mutability plan for arrays. Specifically arrays of immutable element type; since the elements themselves
are immutable, a shallow copy is enough.
- Author:
- Steve Ebersole
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.hibernate.type.descriptor.java.MutableMutabilityPlan
assemble, deepCopy, disassemble, isMutable
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ArrayMutabilityPlan
public ArrayMutabilityPlan()
-
-
Method Details
-
deepCopyNotNull
- Specified by:
deepCopyNotNullin classMutableMutabilityPlan<T>
-