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

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

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.