|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HqlSqlTokenTypes | |
---|---|
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 |
Uses of HqlSqlTokenTypes in org.hibernate.hql.internal.antlr |
---|
Classes in org.hibernate.hql.internal.antlr that implement HqlSqlTokenTypes | |
---|---|
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.). |
Uses of HqlSqlTokenTypes in org.hibernate.hql.internal.ast |
---|
Classes in org.hibernate.hql.internal.ast that implement HqlSqlTokenTypes | |
---|---|
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). |
Uses of HqlSqlTokenTypes in org.hibernate.hql.internal.ast.tree |
---|
Classes in org.hibernate.hql.internal.ast.tree that implement HqlSqlTokenTypes | |
---|---|
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. |
Uses of HqlSqlTokenTypes in org.hibernate.hql.internal.ast.util |
---|
Classes in org.hibernate.hql.internal.ast.util that implement HqlSqlTokenTypes | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |