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.hql.ast.exec   
org.hibernate.hql.ast.tree   
org.hibernate.hql.ast.util   
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
ErrorReporter
          Implementations will report or handle errors invoked by an ANTLR base parser.
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.
ParameterTranslationsImpl.ParameterInfo
           
ParseErrorHandler
          Defines the behavior of an error handler for the HQL parsers.
QuerySyntaxException
          Exception thrown when there is a syntax error in the HQL.
QueryTranslatorImpl
          A QueryTranslator that uses an Antlr-based parser.
 

Classes in org.hibernate.hql.ast used by org.hibernate.hql.ast.exec
HqlSqlWalker
          Implements methods used by the HQL->SQL tree transform grammar (a.k.a.
 

Classes in org.hibernate.hql.ast used by org.hibernate.hql.ast.tree
HqlSqlWalker
          Implements methods used by the HQL->SQL tree transform grammar (a.k.a.
TypeDiscriminatorMetadata
          Essentially a wrapper around a DiscriminatorMetadata and the proper sql alias to use.
 

Classes in org.hibernate.hql.ast used by org.hibernate.hql.ast.util
HqlSqlWalker
          Implements methods used by the HQL->SQL tree transform grammar (a.k.a.
 

Classes in org.hibernate.hql.ast used by org.hibernate.loader.hql
QueryTranslatorImpl
          A QueryTranslator that uses an Antlr-based parser.
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.