| Package | Description |
|---|---|
| com.avaje.ebeaninternal.api | |
| com.avaje.ebeaninternal.server.core |
Core implementation objects
|
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| com.avaje.ebeaninternal.server.query | |
| com.avaje.ebeaninternal.server.querydefn |
| Modifier and Type | Method and Description |
|---|---|
HashQueryPlan |
HashQueryPlanBuilder.build()
Build and return the calculated HashQueryPlan.
|
HashQueryPlan |
HashQuery.getPlanHash()
Return the query plan hash.
|
HashQueryPlan |
SpiQuery.queryAutofetchHash(HashQueryPlanBuilder builder)
Calculate a hash used by AutoFetch to identify when a query has changed
(and hence potentially needs a new tuned query plan to be developed).
|
HashQueryPlan |
SpiQuery.queryPlanHash(BeanQueryRequest<?> request)
Identifies queries that are the same bar the bind variables.
|
| Constructor and Description |
|---|
HashQuery(HashQueryPlan planHash,
int bindHash)
Create the HashQuery.
|
| Modifier and Type | Method and Description |
|---|---|
HashQueryPlan |
OrmQueryRequest.getQueryPlanHash()
Return the queryPlanHash.
|
| Modifier and Type | Method and Description |
|---|---|
CQueryPlan |
BeanDescriptor.getQueryPlan(HashQueryPlan key) |
void |
BeanDescriptor.putQueryPlan(HashQueryPlan key,
CQueryPlan plan) |
| Modifier and Type | Method and Description |
|---|---|
HashQueryPlan |
CQueryPlan.getHash() |
| Modifier and Type | Method and Description |
|---|---|
HashQueryPlan |
DefaultOrmQuery.queryAutofetchHash(HashQueryPlanBuilder builder)
Calculate a hash used by AutoFetch to identify when a query has changed
(and hence potentially needs a new tuned query plan to be developed).
|
HashQueryPlan |
DefaultOrmQuery.queryPlanHash(BeanQueryRequest<?> request)
Calculate a hash that should be unique for the generated SQL across a
given bean type.
|
Copyright © 2014. All Rights Reserved.