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 |
---|---|
FilterTranslator |
QueryTranslatorFactory.createFilterTranslator(String queryIdentifier,
String queryString,
Map filters,
SessionFactoryImplementor factory)
Construct a
FilterTranslator instance capable of translating
an HQL filter string. |
Modifier and Type | Method and Description |
---|---|
FilterTranslator |
ASTQueryTranslatorFactory.createFilterTranslator(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 |
---|---|
FilterTranslator |
ClassicQueryTranslatorFactory.createFilterTranslator(String queryIdentifier,
String queryString,
Map filters,
SessionFactoryImplementor factory) |
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved