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 aproach 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.AttributeConverterSqlTypeDescriptorAdapter Adapter for incorporating JPAAttributeConverter
handling into the SqlTypeDescriptor contract.AttributeConverterTypeAdapter<T> Adapts the Hibernate Type contract to incorporate JPA AttributeConverter calls.