Package org.hibernate.type.descriptor.converter
Support for handling JPA
AttributeConverter instances as part of the
Hibernate Type system.-
Class Summary Class Description AttributeConverterMutabilityPlanImpl<T> The standard approach for defining a MutabilityPlan for converted (AttributeConverter) values is to always assume that they are immutable to make sure that dirty checking, deep copying and second-level caching all work properly no matter what.