Uses of Class
org.hibernate.hql.ast.QueryTranslatorImpl

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

Uses of QueryTranslatorImpl in org.hibernate.hql.ast
 

Constructors in org.hibernate.hql.ast with parameters of type QueryTranslatorImpl
HqlSqlWalker(QueryTranslatorImpl qti, SessionFactoryImplementor sfi, HqlParser parser, Map tokenReplacements, String collectionRole)
          Create a new tree transformer.
 

Uses of QueryTranslatorImpl in org.hibernate.hql.ast.util
 

Constructors in org.hibernate.hql.ast.util with parameters of type QueryTranslatorImpl
JoinProcessor(antlr.ASTFactory astFactory, QueryTranslatorImpl queryTranslatorImpl)
          Constructs a new JoinProcessor.