站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

Uses of Class org.hibernate.hql.ast.QueryTranslatorImpl (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


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   
org.hibernate.loader.hql This package defines a loader for the AST-based query parser  
 

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.
 

Uses of QueryTranslatorImpl in org.hibernate.loader.hql
 

Constructors in org.hibernate.loader.hql with parameters of type QueryTranslatorImpl
QueryLoader(QueryTranslatorImpl queryTranslator, SessionFactoryImplementor factory, SelectClause selectClause)
          Creates a new Loader implementation.