Uses of Package
org.hibernate.hql

Packages that use org.hibernate.hql
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.engine.query   
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. 
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
org.hibernate.loader This package defines functionality for processing JDBC result sets and returning complex graphs of persistent objects. 
 

Classes in org.hibernate.hql used by org.hibernate.cfg
QueryTranslatorFactory
          Facade for generation of QueryTranslator and FilterTranslator instances.
 

Classes in org.hibernate.hql used by org.hibernate.engine.query
QueryTranslator
          Defines the contract of an HQL->SQL translator.
 

Classes in org.hibernate.hql used by org.hibernate.hql
FilterTranslator
          Specialized interface for filters.
HolderInstantiator
           
ParameterTranslations
          Defines available information about the parameters encountered during query translation.
QueryTranslator
          Defines the contract of an HQL->SQL translator.
 

Classes in org.hibernate.hql used by org.hibernate.hql.ast
FilterTranslator
          Specialized interface for filters.
ParameterTranslations
          Defines available information about the parameters encountered during query translation.
QueryTranslator
          Defines the contract of an HQL->SQL translator.
QueryTranslatorFactory
          Facade for generation of QueryTranslator and FilterTranslator instances.
 

Classes in org.hibernate.hql used by org.hibernate.hql.classic
FilterTranslator
          Specialized interface for filters.
QueryTranslator
          Defines the contract of an HQL->SQL translator.
QueryTranslatorFactory
          Facade for generation of QueryTranslator and FilterTranslator instances.
 

Classes in org.hibernate.hql used by org.hibernate.impl
HolderInstantiator
           
 

Classes in org.hibernate.hql used by org.hibernate.loader
HolderInstantiator
           
 



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