Package | Description |
---|---|
org.hibernate.engine.query | |
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 |
---|---|
QueryTranslator[] |
HQLQueryPlan.getTranslators() |
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. |
Modifier and Type | Class and Description |
---|---|
class |
QueryTranslatorImpl
A QueryTranslator that uses an Antlr-based parser.
|
Modifier and Type | Method and Description |
---|---|
QueryTranslator |
ASTQueryTranslatorFactory.createQueryTranslator(String queryIdentifier,
String queryString,
Map filters,
SessionFactoryImplementor factory) |
Modifier and Type | Method and Description |
---|---|
QueryTranslator |
ClassicQueryTranslatorFactory.createQueryTranslator(String queryIdentifier,
String queryString,
Map filters,
SessionFactoryImplementor factory) |
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved