Class ImmutableMutabilityPlan<T>

java.lang.Object
org.hibernate.type.descriptor.java.ImmutableMutabilityPlan<T>
All Implemented Interfaces:
Serializable, MutabilityPlan<T>

public class ImmutableMutabilityPlan<T> extends Object implements MutabilityPlan<T>
Mutability plan for immutable objects
See Also:
API Note:
For use with Mutability, users should instead use Immutability as the type parameterization here does not work with the parameterization defined on Mutability.value()