Uses of Interface
org.hibernate.hql.ParameterTranslations

Packages that use ParameterTranslations
org.hibernate.hql   
org.hibernate.hql.ast   
org.hibernate.hql.classic   
 

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 ParameterTranslationsImpl
          Defines 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()