Package | Description |
---|---|
org.hibernate.hql.internal.ast |
An ANTLR-based parser for Hibernate Query Language.
|
Modifier and Type | Method and Description |
---|---|
static HqlParser |
HqlParser.getInstance(String hql)
Get a HqlParser instance for the given HQL string.
|
Constructor and Description |
---|
HqlSqlWalker(QueryTranslatorImpl qti,
SessionFactoryImplementor sfi,
HqlParser parser,
Map tokenReplacements,
String collectionRole)
Create a new tree transformer.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.