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.
Internal package containing dialect-specific extensions of AbstractSqlAstTranslator.
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.
SPI for handling SQM UPDATE and DELETE queries
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.
SPI for execution of SQL statements via JDBC.