Uses of Interface
org.hibernate.sql.ast.SqlAstWalker

Packages that use SqlAstWalker
Package
Description
Internal package containing dialect-specific extensions of AbstractSqlAstTranslator.
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.
 
 
Support for multi-table SQM mutation (insert, update, delete) operations using a table to temporarily hold the matching ids.
 
Nodes representing expressions in the SQM tree.
Package defining a SQL AST for use in generation of SQL.
 
Package defining support for creating and consuming a SQL AST.
Package defining the SQL AST.
AST nodes representing delete statements 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 insert statements in a SQL tree.
AST nodes representing logical predicates in a SQL tree.
AST nodes representing select statements in a SQL tree.
AST nodes representing update statements in a SQL tree.
Implementation of the SPI for execution of SQL statements via JDBC.
SQL AST extensions for model mutations.
Concrete implementations of MutationGroup, MutationOperation, and TableMutation.