Package org.hibernate.sql.ast
Package defining a SQL AST for use in generation of SQL.
The SQL AST is an intermediate product of the process of translating a HQL or criteria query to SQL.
-
Interface Summary Interface Description SqlAstTranslator<T extends JdbcOperation> SqlAstTranslatorFactory Factory for obtaining single-use SQL AST translatorsSqlAstWalker SqlTreeCreationLogger -
Class Summary Class Description SqlTreePrinter Logs a debug representation of the SQL AST. -
Enum Summary Enum Description Clause Used to indicate which query clause we are currently processingSqlAstJoinType SqlAstNodeRenderingMode The rendering mode to use forSqlAstNode
. -
Exception Summary Exception Description SqlTreeCreationException Base exception type for problems building a SQL tree.