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

Packages that use QueryParameterBindings
Package
Description
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.
Defines the internal implementation of the stored procedure SPI.
 
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.
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.
Package for the translation of SQM into SQL AST
 
Implementation of the SPI for execution of SQL statements via JDBC.
SPI for execution of SQL statements via JDBC.