Uses of Package
org.hibernate.hql

Packages that use org.hibernate.hql
org.hibernate.cfg   
org.hibernate.engine.query   
org.hibernate.hql   
org.hibernate.hql.ast   
org.hibernate.hql.classic   
org.hibernate.impl   
org.hibernate.loader   
org.hibernate.loader.hql   
 

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 constract 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 constract 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 constract 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 constract 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
           
 

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