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

Packages that use HqlParser
org.hibernate.hql.ast   
 

Uses of HqlParser in org.hibernate.hql.ast
 

Methods in org.hibernate.hql.ast that return HqlParser
static HqlParser HqlParser.getInstance(String hql)
           
 

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