Package | Description |
---|---|
org.hibernate.hql.internal.ast |
An ANTLR-based parser for Hibernate Query Language.
|
org.hibernate.hql.internal.ast.tree | |
org.hibernate.hql.internal.ast.util |
Modifier and Type | Method and Description |
---|---|
protected void |
HqlSqlWalker.postProcessDML(RestrictableStatement statement) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRestrictableStatement
Convenience implementation of
RestrictableStatement
to centralize common functionality. |
class |
DeleteStatement
Defines a top-level AST node representing an HQL delete 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.
|
Modifier and Type | Method and Description |
---|---|
void |
SyntheticAndFactory.addDiscriminatorWhereFragment(RestrictableStatement statement,
Queryable persister,
Map enabledFilters,
String alias) |
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.