Uses of Package
org.hibernate.spi

Packages that use org.hibernate.spi
Package
Description
Support for handling named queries during the bootstrap process.
This package defines the SPI of a framework for lazy-initializing and state-tracking collection wrappers.
Contains a framework of strategies for efficient retrieval of database-generated values.
This package defines an API for accessing the runtime metamodel describing persistent entities in Java and their mappings to the relational database schema.
Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).
 
Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).
This package abstracts persistence mechanisms for entities.
Everything related to HQL/JPQL, native SQL, and criteria queries.
The JPA-standard criteria query API defines all the operations needed express any query written in standard JPQL.
SPIs for HQL support.
Support for named queries
This package defines a semantic model of HQL queries.
An SPI for defining, registering, and rendering functions in HQL.
SPI-level SQM contracts
Package for the translation of SQM into SQL AST
Nodes representing path expressions in the SQM tree.
Nodes representing expressions in the SQM tree.
Nodes representing root entities and joins in the SQM tree.
Nodes representing select statements in the SQM tree.
A tiny SPI for dealing with compound names and navigable paths.
Package defining support for creating and consuming a SQL AST.
Support for common table expressions (CTE) in a SQL tree.
AST nodes representing root tables and joins in a SQL tree.
SQL AST extensions for model mutations.
Defines domain result graphs.