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.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.hql This package defines a loader for the AST-based query parser  
 

Classes in org.hibernate.hql used by org.hibernate.cfg
QueryTranslatorFactory
           
 

Classes in org.hibernate.hql used by org.hibernate.hql
FilterTranslator
          Specialized interface for filters.
QueryTranslator
          Defines the constract of an HQL->SQL translator.
 

Classes in org.hibernate.hql used by org.hibernate.hql.ast
FilterTranslator
          Specialized interface for filters.
QueryTranslator
          Defines the constract of an HQL->SQL translator.
QueryTranslatorFactory
           
 

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

Classes in org.hibernate.hql used by org.hibernate.impl
FilterTranslator
          Specialized interface for filters.
HolderInstantiator
           
QueryTranslator
          Defines the constract of an HQL->SQL translator.
 

Classes in org.hibernate.hql used by org.hibernate.loader.hql
QueryTranslator
          Defines the constract of an HQL->SQL translator.