| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.core |
Core implementation objects
|
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| com.avaje.ebeaninternal.server.query |
| Modifier and Type | Method and Description |
|---|---|
CQueryPlan |
OrmQueryRequest.getQueryPlan()
Return a queryPlan for the current query if one exists.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrmQueryRequest.putQueryPlan(CQueryPlan queryPlan)
Put the QueryPlan into the cache.
|
| Modifier and Type | Method and Description |
|---|---|
CQueryPlan |
BeanDescriptor.getQueryPlan(HashQueryPlan key) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<CQueryPlan> |
BeanDescriptor.queryPlans()
Return the query plans for this BeanDescriptor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeanDescriptor.putQueryPlan(HashQueryPlan key,
CQueryPlan plan) |
| Modifier and Type | Class and Description |
|---|---|
class |
CQueryPlanRawSql |
| Constructor and Description |
|---|
CQuery(OrmQueryRequest<T> request,
CQueryPredicates predicates,
CQueryPlan queryPlan)
Create the Sql select based on the request.
|
CQueryPlanStats.Snapshot(CQueryPlan queryPlan,
long count,
long totalTime,
long totalBeans,
long maxTime,
long startTime,
long lastQueryTime,
List<MetaQueryPlanOriginCount> origins) |
CQueryPlanStats(CQueryPlan queryPlan,
boolean collectQueryOrigins) |
Copyright © 2014. All Rights Reserved.