Package | Description |
---|---|
org.hibernate.hql.internal.antlr |
A special package for ANTLR-generated parser classes.
|
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 |
HqlSqlBaseWalker
Hibernate Query Language to SQL Tree Transform.
This is a tree grammar that transforms an HQL AST into a intermediate SQL AST with bindings to Hibernate interfaces (Queryable, etc.). |
Modifier and Type | Class and Description |
---|---|
class |
HqlSqlWalker
Implements methods used by the HQL->SQL tree transform grammar (a.k.a.
|
class |
SqlASTFactory
Custom AST factory the intermediate tree that causes ANTLR to create specialized
AST nodes, given the AST node type (from HqlSqlTokenTypes).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMapComponentNode
Basic support for KEY, VALUE and ENTRY based "qualified identification variables".
|
class |
BooleanLiteralNode
Represents a boolean literal within a query.
|
class |
FromClause
Represents the 'FROM' part of a query or subquery, containing all mapped class references.
|
class |
LiteralNode
Represents a literal.
|
class |
MapEntryNode
Tree node representing reference to the entry (
Map.Entry ) of a Map association. |
class |
MapKeyNode
Tree node representing reference to the key of a Map association.
|
class |
MapValueNode
Tree node representing reference to the value of a Map association.
|
class |
OrderByClause
Implementation of OrderByClause.
|
Modifier and Type | Class and Description |
---|---|
class |
LiteralProcessor
A delegate that handles literals and constants for HqlSqlWalker, performing the token replacement functions and
classifying literals.
|
class |
SyntheticAndFactory
Creates synthetic and nodes based on the where fragment part of a JoinSequence.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.