Uses of Interface
org.hibernate.sql.ast.tree.expression.JdbcParameter

Packages that use JdbcParameter
Package
Description
An internal package containing implementations of central Hibernate APIs, mostly defined in org.hibernate.
 
 
Support for multi-table SQM mutation (insert, update, delete) operations using a table to temporarily hold the matching ids.
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.
AST nodes representing logical predicates in a SQL tree.
Implementation of the SPI for execution of SQL statements via JDBC.
SPI for execution of SQL statements via JDBC.
SQL AST extensions for model mutations.