Uses of Interface
org.hibernate.sql.ast.spi.SqlSelectionProducer

Packages that use SqlSelectionProducer
Package
Description
 
An internal package containing implementations of central Hibernate APIs, mostly defined in org.hibernate.
 
 
Built-in implementation of the SPI for integrating entity and collection persisters.
 
An SPI for defining, registering, and rendering functions in HQL.
 
 
Nodes representing expressions in the SQM tree.
Support for common table expressions (CTE) in a SQL tree.
AST nodes representing expressions in a SQL tree.
AST nodes representing root tables and joins in a SQL tree.
AST nodes representing logical predicates in a SQL tree.
AST nodes representing select statements in a SQL tree.
Implementation of the SPI for execution of SQL statements via JDBC.
SQL AST extensions for model mutations.