| Package | Description | 
|---|---|
| org.hibernate.cfg | 
 
        This package defines APIs for configuring Hibernate, and classes
        for building the Hibernate configuration-time metamodel. 
 | 
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected QueryTranslatorFactory | 
SettingsFactory.createQueryTranslatorFactory(Properties properties,
                            ServiceRegistry serviceRegistry)  | 
QueryTranslatorFactory | 
Settings.getQueryTranslatorFactory()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ASTQueryTranslatorFactory
Generates translators which uses the Antlr-based parser to perform
 the translation. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClassicQueryTranslatorFactory
Generates translators which uses the older hand-written parser to perform
 the translation. 
 | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.