Class ImmutableObjectArrayMutabilityPlan<T>

java.lang.Object
org.hibernate.type.descriptor.java.MutableMutabilityPlan<T[]>
org.hibernate.type.descriptor.java.ImmutableObjectArrayMutabilityPlan<T>
All Implemented Interfaces:
Serializable, MutabilityPlan<T[]>

public final class ImmutableObjectArrayMutabilityPlan<T> extends MutableMutabilityPlan<T[]>
A mutability plan for mutable arrays of immutable, non-primitive objects.

Since the elements themselves are immutable, the deep copy can be implemented with a shallow copy.

See Also: