Package org.hibernate.type.descriptor.converter.spi
@Incubating
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 AttributeConverters.
- See Also:
-
InterfacesClassDescriptionBasicValueConverter<D,
R> Support for basic-typed value conversions.Adapts a JPA-standardAttributeConverterto the nativeBasicValueConverter.