@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, with specializations:

See Also:
BasicValueConverter