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.
 
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.
SPI for execution of SQL statements via JDBC.