Package org.hibernate.type.descriptor.converter.spi
An SPI for basic-typed value conversions, including support for handling
JPA
AttributeConverter instances as part of
the Hibernate Type system.
The main contract is
BasicValueConverter,
with specializations:
EnumValueConverterfor Javaenumconversions, andJpaAttributeConverterfor adapting for JPAAttributeConverter.
- See Also:
BasicValueConverter
-
Interface Summary Interface Description BasicValueConverter<D,R> Support for basic-typed value conversions.EnumValueConverter<O extends Enum<O>,R> BasicValueConverterextension for enum-specific supportJpaAttributeConverter<O,R> BasicValueConverterextension forAttributeConverter-specific support