|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryTranslatorImpl | |
|---|---|
| org.hibernate.hql.internal.ast | An ANTLR-based parser for Hibernate Query Language. |
| org.hibernate.loader.hql | This package defines a loader for the AST-based query parser |
| org.hibernate.test.hql | |
| Uses of QueryTranslatorImpl in org.hibernate.hql.internal.ast |
|---|
| Constructors in org.hibernate.hql.internal.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.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. |
|
| Uses of QueryTranslatorImpl in org.hibernate.test.hql |
|---|
| Methods in org.hibernate.test.hql that return QueryTranslatorImpl | |
|---|---|
protected QueryTranslatorImpl |
QueryTranslatorTestCase.createNewQueryTranslator(String hql)
|
protected QueryTranslatorImpl |
QueryTranslatorTestCase.createNewQueryTranslator(String hql,
Map replacements,
boolean scalar)
|
protected QueryTranslatorImpl |
QueryTranslatorTestCase.createNewQueryTranslator(String hql,
SessionFactoryImplementor sfimpl)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||