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
,
which is specialized by
JpaAttributeConverter
for adapting for JPA AttributeConverter
s.
- See Also:
BasicValueConverter
-
Interface Summary Interface Description BasicValueConverter<D,R> Support for basic-typed value conversions.JpaAttributeConverter<O,R> BasicValueConverter
extension forAttributeConverter
-specific support