Package org.hibernate.type.descriptor.converter
Support for handling JPA
AttributeConverter
instances as part of the
Hibernate Type
system.-
Class Summary Class Description AttributeConverterJdbcTypeAdapter Adapter for incorporating JPAAttributeConverter
handling into the JdbcType contract.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.AttributeConverterTypeAdapter<T> Adapts the Hibernate Type contract to incorporate JPA AttributeConverter calls.ConvertedValueExtractor<O,R>