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>
Deprecated.
A mutability plan for arrays. Specifically arrays of immutable element type; since the elements themselves
are immutable, a shallow copy is enough.
- 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
Deprecated.
-
-
Constructor Details
-
ArrayMutabilityPlan
public ArrayMutabilityPlan()Deprecated.
-
-
Method Details
-
deepCopyNotNull
Deprecated.- Specified by:
deepCopyNotNull
in classMutableMutabilityPlan<T>
-
ImmutableObjectArrayMutabilityPlan.get()
for object arrays, or implement a dedicated mutability plan for primitive arrays (see for exampleShortPrimitiveArrayJavaType
's mutability plan).