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>

public class ArrayMutabilityPlan<T> extends MutableMutabilityPlan<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: