Uses of Package
org.hibernate.internal.build

Package
Description
This package defines the central Hibernate APIs, beginning with SessionFactory, which represents an instance of Hibernate at runtime and is the source of new instances of Session and StatelessSession, the most important APIs exposing persistence-related operations for entities.
This package defines the SPI of a framework for lazy-initializing and state-tracking collection wrappers.
 
SPI contracts supporting various aspects of JDBC interaction.
Contains the UuidGenerator.
Internal utility classes
 
 
 
Support for exporting generated DDL to the database or to SQL scripts.
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.
SPIs related to JavaType.
Defines handling of almost the full range of standard JDBC-defined SQL data types.
An implementation of FormatMapper using JAXB.