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

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

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.
 



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