| Package | Description |
|---|---|
| org.hibernate.engine.query.spi | |
| 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 | Method and Description |
|---|---|
QueryTranslator[] |
HQLQueryPlan.getTranslators() |
| Modifier and Type | Method and Description |
|---|---|
QueryTranslator |
ASTQueryTranslatorFactory.createQueryTranslator(String queryIdentifier,
String queryString,
Map filters,
SessionFactoryImplementor factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryTranslatorImpl
An instance of QueryTranslator translates a Hibernate
query string to SQL.
|
| Modifier and Type | Method and Description |
|---|---|
QueryTranslator |
ClassicQueryTranslatorFactory.createQueryTranslator(String queryIdentifier,
String queryString,
Map filters,
SessionFactoryImplementor factory) |
| 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)
Construct a
QueryTranslator instance capable of translating
an HQL query string. |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.