| Package | Description |
|---|---|
| org.hibernate.engine.query.spi |
Defines support for query plans and stored metadata about queries
|
| org.hibernate.engine.spi | |
| org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FilterQueryPlan
Extends an HQLQueryPlan to maintain a reference to the collection-role name
being filtered.
|
| Modifier and Type | Method and Description |
|---|---|
HQLQueryPlan |
QueryPlanCache.getHQLQueryPlan(String queryString,
boolean shallow,
Map<String,Filter> enabledFilters)
Get the query plan for the given HQL query, creating it and caching it if not already cached
|
| Modifier and Type | Method and Description |
|---|---|
HQLQueryPlan |
QueryParameters.getQueryPlan() |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryParameters.setQueryPlan(HQLQueryPlan queryPlan) |
| Modifier and Type | Method and Description |
|---|---|
protected HQLQueryPlan |
AbstractSessionImpl.getHQLQueryPlan(String query,
boolean shallow) |
HQLQueryPlan |
AbstractQueryImpl.getQueryPlan() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractQueryImpl.setQueryPlan(HQLQueryPlan queryPlan) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.