Uses of Interface
org.hibernate.query.spi.QueryOptions

Packages that use QueryOptions
Package
Description
This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.
Support for Dialect-specific pagination strategies.
 
 
Everything related to HQL/JPQL, native SQL, and criteria queries.
 
Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.
Package for the SQM-backed Query implementation details
 
Support for multi-table SQM mutation (insert, update, delete) operations using a table to temporarily hold the matching ids.
SPI-level SQM contracts
Package for the translation of SQM into SQL AST
 
 
 
Package defining a SQL AST for use in generation of SQL.
Package defining support for creating and consuming a SQL AST.
Implementation of the SPI for execution of SQL statements via JDBC.
SPI for execution of SQL statements via JDBC.