Package | Description |
---|---|
org.hibernate.hql.internal.antlr | |
org.hibernate.hql.internal.ast |
An ANTLR-based parser for Hibernate Query Language.
|
org.hibernate.hql.internal.ast.tree | |
org.hibernate.hql.internal.ast.util |
Modifier and Type | Class and Description |
---|---|
class |
SqlGeneratorBase
SQL Generator Tree Parser, providing SQL rendering of SQL ASTs produced by the previous phase, HqlSqlWalker.
|
Modifier and Type | Class and Description |
---|---|
class |
SqlGenerator
Generates SQL by overriding callback methods in the base class, which does
the actual SQL AST walking.
|
Modifier and Type | Class and Description |
---|---|
class |
FromElementFactory
Encapsulates the creation of FromElements and JoinSequences.
|
Modifier and Type | Class and Description |
---|---|
class |
JoinProcessor
Performs the post-processing of the join information gathered during semantic analysis.
|
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.