Uses of Package
org.hibernate.type.descriptor.java.spi

Package
Description
Defines the SPI of a registry of JPA AttributeConverters.
 
An SPI supporting custom instantiation of entity instances and embeddable objects.
An SPI for integrating custom entity and collection persisters.
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.
Integrates a range of types defined by the JDK with the type system of Hibernate.
 
 
Defines a registry for Hibernate Types.