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.
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.
Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.
Package for the translation of SQM into SQL AST
SPI for execution of SQL statements via JDBC.