Package | Description |
---|---|
org.hibernate.engine.query.spi |
Defines support for query plans and stored metadata about queries
|
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 |
---|---|
List<FromElement> |
EntityGraphQueryHint.toFromElements(FromClause fromClause,
HqlSqlWalker walker) |
Modifier and Type | Method and Description |
---|---|
FromClause |
HqlSqlWalker.getCurrentFromClause() |
FromClause |
HqlSqlWalker.getFinalFromClause() |
Modifier and Type | Method and Description |
---|---|
FromClause |
FromElement.getFromClause() |
FromClause |
RestrictableStatement.getFromClause()
Retreives the from-clause in effect for this statement.
|
FromClause |
AbstractRestrictableStatement.getFromClause() |
FromClause |
FromClause.getParentFromClause() |
FromClause |
FromClause.locateChildFromClauseWithJoinByPath(String path) |
Modifier and Type | Method and Description |
---|---|
void |
FromElement.initializeCollection(FromClause fromClause,
String classAlias,
String tableAlias) |
void |
SelectClause.initializeDerivedSelectClause(FromClause fromClause)
Prepares a derived (i.e., not explicitly defined in the query) select clause.
|
void |
FromElement.initializeEntity(FromClause fromClause,
String className,
EntityPersister persister,
EntityType type,
String classAlias,
String tableAlias) |
void |
SelectClause.initializeExplicitSelectClause(FromClause fromClause)
Prepares an explicitly defined select clause.
|
void |
FromClause.setParentFromClause(FromClause parentFromClause) |
Constructor and Description |
---|
ComponentJoin(FromClause fromClause,
FromElement origin,
String alias,
String componentPath,
CompositeType componentType) |
FromElement(FromClause fromClause,
FromElement origin,
String alias)
Constructor form used to initialize
ComponentJoin |
FromElementFactory(FromClause fromClause,
FromElement origin,
String path)
Creates entity from elements.
|
FromElementFactory(FromClause fromClause,
FromElement origin,
String path,
String classAlias,
String[] columns,
boolean implied)
Creates collection from elements.
|
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.