Package org.hibernate.type.descriptor.converter.internal
Implements the SPI for basic-typed value conversions.
- See Also:
BasicValueConverter
-
Class Summary Class Description ArrayConverter<T,S,E,F> Given aBasicValueConverter
for array elements, handles conversion to and from an array of the converted element type.AttributeConverterMutabilityPlanImpl<T> The defaultMutabilityPlan
for a converted value assumes, in the absence of additional evidence, that the value is mutable, so that dirty checking, deep copying, and second-level caching all work correctly in the case where it really is mutable.CollectionConverter<X extends Collection<Object>,Y> Handles conversion to/from a collection of a converted element type.EnumHelper JpaAttributeConverterImpl<O,R> Standard implementation ofJpaAttributeConverter
.