Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ParameterTranslations |
QueryTranslator.getParameterTranslations()
Return information about any parameters encountered during
translation.
|
Modifier and Type | Class and Description |
---|---|
class |
ParameterTranslationsImpl
Defines the information available for parameters encountered during
query translation through the antlr-based parser.
|
Modifier and Type | Method and Description |
---|---|
ParameterTranslations |
QueryTranslatorImpl.getParameterTranslations() |
Modifier and Type | Method and Description |
---|---|
ParameterTranslations |
QueryTranslatorImpl.getParameterTranslations() |
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved