Uses of Interface
org.hibernate.type.descriptor.converter.spi.BasicValueConverter

Packages that use BasicValueConverter
Package
Description
 
This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.
This package defines the Hibernate configuration-time mapping model.
Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).
 
A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types.
Implements the SPI for basic-typed value conversions.
An SPI for basic-typed value conversions, including support for handling JPA AttributeConverter instances as part of the Hibernate Type system.
Integrates a range of types defined by the JDK with the type system of Hibernate.
Defines handling of almost the full range of standard JDBC-defined SQL data types.
 
An API for user-defined custom types which extend the set of built-in types defined in org.hibernate.type.