Uses of Package
org.hibernate.loader.ast.spi

Package
Description
This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.
This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs, mostly defined in org.hibernate.
 
 
 
Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).
 
This package abstracts persistence mechanisms for collections.
This package abstracts persistence mechanisms for entities.
Validation for HQL queries.
 
Implementation of the SPI for execution of SQL statements via JDBC.
SPI for execution of SQL statements via JDBC.