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

Packages that use BasicValueConverter
Package
Description
 
Internal package containing dialect-specific implementations of JdbcType.
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.