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 public class ArrayMutabilityPlan<T> extends MutableMutabilityPlan<T>
Deprecated.
Use ImmutableObjectArrayMutabilityPlan.get() for object arrays, or implement a dedicated mutability plan for primitive arrays (see for example ShortPrimitiveArrayJavaType's mutability plan).
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 Details

  • Constructor Details

    • ArrayMutabilityPlan

      public ArrayMutabilityPlan()
      Deprecated.
  • Method Details