Uses of Package
org.hibernate.hql.ast

Packages that use org.hibernate.hql.ast
org.hibernate.hql.ast An ANTLR-based parser for Hibernate Query Language. 
org.hibernate.loader.hql This package defines a loader for the AST-based query parser  
 

Classes in org.hibernate.hql.ast used by org.hibernate.hql.ast
ASTUtil.FilterPredicate
          Filters nodes out of a tree.
DisplayableNode
          Implementors will return additional display text, which will be used by the ASTPrinter to display information (besides the node type and node text).
ErrorReporter
          Implementations will report or handle errors invoked by an ANTLR base parser.
FromElement
          Represents a single mapped class mentioned in an HQL FROM clause.
HqlParser
          Implements the semantic action methods defined in the HQL base parser to keep the grammar source file a little cleaner.
HqlSqlWalker
          Implements methods used by the HQL->SQL tree transform grammar (a.k.a.
OrderByClause
          Implementation of OrderByClause.
ParseErrorHandler
          Defines the behavior of an error handler for the HQL parsers.
PathNode
          An AST node with a path property.
QueryNode
          Defines a top-level AST node representing the notion of a query.
QueryTranslatorImpl
          A QueryTranslator that uses an AST based parser.
ResolvableNode
          The contract for expression sub-trees that can resolve themselves.
SelectClause
          Represents the list of expressions in a SELECT clause.
SelectExpression
          Represents an element of a projection list, i.e.
 

Classes in org.hibernate.hql.ast used by org.hibernate.loader.hql
SelectClause
          Represents the list of expressions in a SELECT clause.