| Interface | Description | 
|---|---|
| HqlSqlTokenTypes | |
| HqlTokenTypes | |
| SqlStatementParserTokenTypes | |
| SqlTokenTypes | 
| Class | Description | 
|---|---|
| HqlBaseLexer | 
 Hibernate Query Language Lexer
  
This lexer provides the HQL parser with tokens.  | 
| HqlBaseParser | 
 Hibernate Query Language Grammar
  
This grammar parses the query language for Hibernate (an Open Source, Object-Relational mapping library).  | 
| 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.).  | 
| SqlGeneratorBase | 
 SQL Generator Tree Parser, providing SQL rendering of SQL ASTs produced by the previous phase, HqlSqlWalker. 
 | 
| SqlStatementLexer | |
| SqlStatementParser | 
 Lexer and parser used to extract single statements from import SQL script. 
 | 
| Exception | Description | 
|---|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.