Uses of Package
org.hibernate.query.sql.spi

Packages that use org.hibernate.query.sql.spi
Package
Description
 
Support for handling named queries during the bootstrap process.
 
An SPI for dealing with parameters of native queries.
This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs, mostly defined in org.hibernate.
 
Support for named queries
Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.
Implementation of the SPIs for native SQL query support.
SPIs for native SQL query support.
Implementation of the SPI for execution of SQL statements via JDBC.