Uses of Interface
org.hibernate.hql.spi.ParameterTranslations

Packages that use ParameterTranslations
org.hibernate.hql.internal.ast An ANTLR-based parser for Hibernate Query Language. 
org.hibernate.hql.internal.classic This package contains the Hibernate 2.x query parser which is being end-of-lifed. 
org.hibernate.hql.spi   
 

Uses of ParameterTranslations in org.hibernate.hql.internal.ast
 

Classes in org.hibernate.hql.internal.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.internal.ast that return ParameterTranslations
 ParameterTranslations QueryTranslatorImpl.getParameterTranslations()
           
 

Uses of ParameterTranslations in org.hibernate.hql.internal.classic
 

Methods in org.hibernate.hql.internal.classic that return ParameterTranslations
 ParameterTranslations QueryTranslatorImpl.getParameterTranslations()
           
 

Uses of ParameterTranslations in org.hibernate.hql.spi
 

Methods in org.hibernate.hql.spi that return ParameterTranslations
 ParameterTranslations QueryTranslator.getParameterTranslations()
          Return information about any parameters encountered during translation.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.