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(java.lang.String queryString,
boolean shallow,
java.util.Map<java.lang.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 |
AbstractSharedSessionContract.getQueryPlan(java.lang.String query,
boolean shallow) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.