| Package | Description |
|---|---|
| com.avaje.ebean.event |
Persist and Query Event Controllers and Listeners
|
| com.avaje.ebeaninternal.api | |
| com.avaje.ebeaninternal.server.core |
Core implementation objects
|
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| com.avaje.ebeaninternal.server.expression |
Expressions for building WHERE clauses.
|
| com.avaje.ebeaninternal.server.querydefn | |
| com.avaje.ebeaninternal.util |
Utility objects
|
| Modifier and Type | Method and Description |
|---|---|
T |
BeanFinder.find(BeanQueryRequest<T> request)
Find a bean using its id or unique predicate.
|
BeanCollection<T> |
BeanFinder.findMany(BeanQueryRequest<T> request)
Return a List, Set or Map for the given find request.
|
void |
BeanQueryAdapter.preQuery(BeanQueryRequest<?> request)
Modify the associated query prior to it being executed.
|
| Modifier and Type | Method and Description |
|---|---|
HashQueryPlan |
SpiQuery.queryPlanHash(BeanQueryRequest<?> request)
Identifies queries that are the same bar the bind variables.
|
void |
SpiExpression.queryPlanHash(BeanQueryRequest<?> request,
HashQueryPlanBuilder builder)
Calculate a hash value for the expression.
|
void |
SpiExpressionList.queryPlanHash(BeanQueryRequest<?> request,
HashQueryPlanBuilder builder)
Calculate a hash based on the expressions but excluding the actual bind
values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OrmQueryRequest<T>
Wraps the objects involved in executing a Query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChainedBeanQueryAdapter.preQuery(BeanQueryRequest<?> request) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultExampleExpression.queryPlanHash(BeanQueryRequest<?> request,
HashQueryPlanBuilder builder)
Return a hash for query plan identification.
|
void |
SimpleExpression.queryPlanHash(BeanQueryRequest<?> request,
HashQueryPlanBuilder builder) |
void |
IdInExpression.queryPlanHash(BeanQueryRequest<?> request,
HashQueryPlanBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
HashQueryPlan |
DefaultOrmQuery.queryPlanHash(BeanQueryRequest<?> request)
Calculate a hash that should be unique for the generated SQL across a
given bean type.
|
void |
OrmQueryProperties.queryPlanHash(BeanQueryRequest<?> request,
HashQueryPlanBuilder builder)
Calculate the query plan hash.
|
void |
OrmQueryDetail.queryPlanHash(BeanQueryRequest<?> request,
HashQueryPlanBuilder builder)
Calculate the hash for the query plan.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultExpressionList.queryPlanHash(BeanQueryRequest<?> request,
HashQueryPlanBuilder builder)
Calculate a hash based on the expressions but excluding the actual bind
values.
|
Copyright © 2014. All Rights Reserved.