Uses of Class
org.hibernate.sql.ast.spi.AbstractSqlAstWalker
Packages that use AbstractSqlAstWalker
Package
Description
Package defining support for creating and consuming a SQL AST.
-
Uses of AbstractSqlAstWalker in org.hibernate.sql.ast.spi
Subclasses of AbstractSqlAstWalker in org.hibernate.sql.ast.spiModifier and TypeClassDescriptionclassA simple walker that checks for aggregate functions.classA simple walker that checks for aggregate functions.classA walker that checks if a SQL AST node contains a subquery that references a specific table alias.classA walker that detects nested correlation where a deeper subquery references an intermediate subquery's table alias.classA walker that detects both nested correlation and target table correlation in a single pass.