Uses of Interface
org.hibernate.hql.QueryTranslatorFactory

Packages that use QueryTranslatorFactory
org.hibernate.cfg   
org.hibernate.hql.ast   
org.hibernate.hql.classic   
 

Uses of QueryTranslatorFactory in org.hibernate.cfg
 

Methods in org.hibernate.cfg that return QueryTranslatorFactory
protected  QueryTranslatorFactory SettingsFactory.createQueryTranslatorFactory(Properties properties)
           
 QueryTranslatorFactory Settings.getQueryTranslatorFactory()
           
 

Uses of QueryTranslatorFactory in org.hibernate.hql.ast
 

Classes in org.hibernate.hql.ast that implement QueryTranslatorFactory
 class ASTQueryTranslatorFactory
          Generates translators which uses the Antlr-based parser to perform the translation.
 

Uses of QueryTranslatorFactory in org.hibernate.hql.classic
 

Classes in org.hibernate.hql.classic that implement QueryTranslatorFactory
 class ClassicQueryTranslatorFactory
          Generates translators which uses the older hand-written parser to perform the translation.