Package | Description |
---|---|
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.
|
org.hibernate.hql.spi |
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() |
Modifier and Type | Method and Description |
---|---|
ParameterTranslations |
QueryTranslator.getParameterTranslations()
Return information about any parameters encountered during
translation.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.