Package | Description |
---|---|
org.hibernate.hql.internal.ast |
An ANTLR-based parser for Hibernate Query Language.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ParseErrorHandler
Defines the behavior of an error handler for the HQL parsers.
|
Modifier and Type | Class and Description |
---|---|
class |
ErrorCounter
An error handler that counts parsing errors and warnings.
|
class |
HqlSqlWalker
Implements methods used by the HQL->SQL tree transform grammar (a.k.a.
|
class |
SqlGenerator
Generates SQL by overriding callback methods in the base class, which does
the actual SQL AST walking.
|
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.