Package org.hibernate.sql.ast
@Incubating
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.
-
ClassDescriptionUsed to indicate which query clause we are currently processingThe rendering mode to use for
SqlAstNode
.SqlAstTranslator<T extends JdbcOperation>Factory for obtaining single-use SQL AST translatorsBase exception type for problems building a SQL tree.Logs a debug representation of the SQL AST.