| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParameterTranslations | |
|---|---|
| org.hibernate.hql | This package defines the interface between Hibernate and the HQL query parser implementation (to allow switching between the 2.x and 3.0 HQL parsers). | 
| org.hibernate.hql.ast | An ANTLR-based parser for Hibernate Query Language. | 
| org.hibernate.hql.classic | This package contains the Hibernate 2.x query parser which is being end-of-lifed. | 
| Uses of ParameterTranslations in org.hibernate.hql | 
|---|
| Methods in org.hibernate.hql that return ParameterTranslations | |
|---|---|
|  ParameterTranslations | QueryTranslator.getParameterTranslations()Return information about any parameters encountered during translation. | 
| Uses of ParameterTranslations in org.hibernate.hql.ast | 
|---|
| Classes in org.hibernate.hql.ast that implement ParameterTranslations | |
|---|---|
|  class | ParameterTranslationsImplDefines the information available for parameters encountered during query translation through the antlr-based parser. | 
| Methods in org.hibernate.hql.ast that return ParameterTranslations | |
|---|---|
|  ParameterTranslations | QueryTranslatorImpl.getParameterTranslations() | 
| Uses of ParameterTranslations in org.hibernate.hql.classic | 
|---|
| Methods in org.hibernate.hql.classic that return ParameterTranslations | |
|---|---|
|  ParameterTranslations | QueryTranslatorImpl.getParameterTranslations() | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||