Uses of Package
org.hibernate.hql.ast.util

Packages that use org.hibernate.hql.ast.util
org.hibernate.hql.ast An ANTLR-based parser for Hibernate Query Language. 
org.hibernate.hql.ast.tree   
org.hibernate.hql.ast.util   
 

Classes in org.hibernate.hql.ast.util used by org.hibernate.hql.ast
AliasGenerator
          Generates class/table/column aliases during semantic analysis and SQL rendering.
ASTPrinter
          Utility for generating pretty "ASCII art" representations of syntax trees.
LiteralProcessor
          A delegate that handles literals and constants for HqlSqlWalker, performing the token replacement functions and classifying literals.
NodeTraverser.VisitationStrategy
           
SessionFactoryHelper
          Helper for performing common and/or complex operations with the SessionFactoryImplementor during translation of an HQL query.
 

Classes in org.hibernate.hql.ast.util used by org.hibernate.hql.ast.tree
AliasGenerator
          Generates class/table/column aliases during semantic analysis and SQL rendering.
SessionFactoryHelper
          Helper for performing common and/or complex operations with the SessionFactoryImplementor during translation of an HQL query.
 

Classes in org.hibernate.hql.ast.util used by org.hibernate.hql.ast.util
ASTUtil.FilterPredicate
          Filters nodes out of a tree.
NodeTraverser.VisitationStrategy
           
 



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