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: