程序包 org.hibernate.hql.internal.antlr
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.
-
接口概要 接口 说明 HqlSqlTokenTypes HqlTokenTypes SqlStatementParserTokenTypes SqlTokenTypes -
类概要 类 说明 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. -
异常错误概要 异常错误 说明