Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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

Uses of QueryTranslatorImpl in org.hibernate.hql.ast
 

Fields in org.hibernate.hql.ast declared as QueryTranslatorImpl
private  QueryTranslatorImpl JoinProcessor.queryTranslatorImpl
           
private  QueryTranslatorImpl HqlSqlWalker.queryTranslatorImpl
           
 

Constructors in org.hibernate.hql.ast with parameters of type QueryTranslatorImpl
JoinProcessor(antlr.ASTFactory astFactory, QueryTranslatorImpl queryTranslatorImpl)
           
HqlSqlWalker(QueryTranslatorImpl qti, org.hibernate.engine.SessionFactoryImplementor sfi, HqlParser parser, java.util.Map tokenReplacements, java.lang.String collectionRole)
          Create a new tree transformer.