Package org.hibernate.hql.antlr

A special package for ANTLR-generated parser classes.

Interface Summary

HqlSqlTokenTypes
HqlTokenTypes
SqlTokenTypes

Class Summary

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.
A special package for ANTLR-generated parser classes.

NOTE: The classes in this package are generated from the ANTLR grammar files, do not register them into version control.