| Package | Description |
|---|---|
| org.hibernate.engine.query.spi |
Defines support for query plans and stored metadata about queries
|
| org.hibernate.hql.spi |
| Modifier and Type | Method and Description |
|---|---|
QueryTranslator[] |
HQLQueryPlan.getTranslators()
Access to the underlying translators associated with this query
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FilterTranslator
Specialized interface for filters.
|
| Modifier and Type | Method and Description |
|---|---|
QueryTranslator |
QueryTranslatorFactory.createQueryTranslator(String queryIdentifier,
String queryString,
Map filters,
SessionFactoryImplementor factory,
EntityGraphQueryHint entityGraphQueryHint)
Construct a
QueryTranslator instance capable of translating
an HQL query string. |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.