Package | Description |
---|---|
org.hibernate.hql.internal.ast |
An ANTLR-based parser for Hibernate Query Language.
|
org.hibernate.hql.internal.ast.tree |
Modifier and Type | Method and Description |
---|---|
Statement |
QueryTranslatorImpl.getSqlAST() |
Modifier and Type | Interface and Description |
---|---|
interface |
RestrictableStatement
Type definition for Statements which are restrictable via a where-clause (and
thus also having a from-clause).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRestrictableStatement
Convenience implementation of
RestrictableStatement
to centralize common functionality. |
class |
AbstractStatement
Convenience implementation of Statement to centralize common functionality.
|
class |
DeleteStatement
Defines a top-level AST node representing an HQL delete statement.
|
class |
InsertStatement
Defines a top-level AST node representing an HQL "insert select" statement.
|
class |
QueryNode
Defines a top-level AST node representing an HQL select statement.
|
class |
UpdateStatement
Defines a top-level AST node representing an HQL update statement.
|
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.