Uses of Interface
org.hibernate.hql.ParameterTranslations

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



Copyright © null-null Red Hat Middleware, LLC. All Rights Reserved