Uses of Package
org.hibernate.query.spi

Packages that use org.hibernate.query.spi
Package
Description
A range of SPIs allowing integration with—and customization of—the process of building metadata.
Defines the integration aspect of Hibernate's second-level caching, allowing a "caching backend" to be plugged in as a cache provider.
This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.
Contains implementations of SqmFunctionDescriptor describing a range of relatively-sophisticated SQL functions available in various dialects.
 
 
 
Support for Dialect-specific pagination strategies.
Internal package containing dialect-specific extensions of AbstractSqlAstTranslator.
This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.
 
Defines the event types and event listener interfaces for events produced by the stateful Session.
An SPI supporting custom instantiation of entity instances and embeddable objects.
Defines an SPI for calling stored procedures and functions.
Everything related to HQL/JPQL, native SQL, and criteria queries.
SPIs for HQL support.
Support for named queries
Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.
SPIs for native SQL query support.
This package defines a semantic model of HQL queries.
An SPI for defining, registering, and rendering functions in HQL.
SPI for handling SQM UPDATE and DELETE queries
SPI-level SQM contracts
Package for the translation of SQM into SQL AST
Nodes representing expressions in the SQM tree.
 
Package defining a SQL AST for use in generation of SQL.
Package defining support for creating and consuming a SQL AST.
SPI for execution of SQL statements via JDBC.