Uses of Class
org.hibernate.sql.ast.spi.AbstractSqlAstWalker
-
Packages that use AbstractSqlAstWalker Package Description org.hibernate.query.sqm.mutation.internal.temptable Support for multi-table SQM mutation (insert, update, delete) operations using a table to temporarily hold the matching ids.org.hibernate.sql.ast.internal org.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST. -
-
Uses of AbstractSqlAstWalker in org.hibernate.query.sqm.mutation.internal.temptable
Subclasses of AbstractSqlAstWalker in org.hibernate.query.sqm.mutation.internal.temptable Modifier and Type Class Description class
ColumnReferenceCheckingSqlAstWalker
Visitor to determine if all visited column references use the same qualifier. -
Uses of AbstractSqlAstWalker in org.hibernate.sql.ast.internal
Subclasses of AbstractSqlAstWalker in org.hibernate.sql.ast.internal Modifier and Type Class Description class
TableGroupHelper
A simple walker that checks if a predicate contains qualifiers. -
Uses of AbstractSqlAstWalker in org.hibernate.sql.ast.spi
Subclasses of AbstractSqlAstWalker in org.hibernate.sql.ast.spi Modifier and Type Class Description class
AggregateFunctionChecker
A simple walker that checks for aggregate functions.class
AliasCollector
A simple walker that checks for aggregate functions.
-