Package org.hibernate.type.descriptor.converter.internal
Implements the SPI for basic-typed value conversions.
- See Also:
BasicValueConverter
-
Class Summary Class Description ArrayConverter<X,Y> Handles conversion to/from an array of a 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
.NamedEnumValueConverter<E extends Enum<E>> BasicValueConverter handling the conversion of an enum based on JPAEnumType.STRING
strategy (storing the name)OrdinalEnumValueConverter<E extends Enum<E>,N extends Number> BasicValueConverter handling the conversion of an enum based on JPAEnumType.ORDINAL
strategy (storing the ordinal)