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 | |
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 |
---|---|
QueryTranslatorFactory |
Settings.getQueryTranslatorFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
QueryTranslatorFactory |
QueryTranslatorFactoryInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
Class<QueryTranslatorFactory> |
QueryTranslatorFactoryInitiator.getServiceInitiated() |
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-2017 Red Hat, Inc. All Rights Reserved.