| Package | Description |
|---|---|
| com.avaje.ebean |
Core API (see Ebean and EbeanServer).
|
| com.avaje.ebeaninternal.api | |
| com.avaje.ebeaninternal.server.core |
Core implementation objects
|
| 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 |
|---|---|
static ExpressionFactory |
Ebean.getExpressionFactory()
Return the ExpressionFactory from the default server.
|
ExpressionFactory |
EbeanServer.getExpressionFactory()
Return the ExpressionFactory for this server.
|
ExpressionFactory |
Query.getExpressionFactory()
Return the ExpressionFactory used by this query.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SpiExpressionFactory |
| Modifier and Type | Method and Description |
|---|---|
ExpressionFactory |
SpiExpressionFactory.createExpressionFactory()
Create another expression factory with a given sub path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpiExpressionList.setExpressionFactory(ExpressionFactory expr)
Restore the ExpressionFactory after deserialisation.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressionFactory |
InternalConfiguration.getExpressionFactory() |
ExpressionFactory |
DefaultServer.getExpressionFactory() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultExpressionFactory
Default Expression factory for creating standard expressions.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressionFactory |
DefaultExpressionFactory.createExpressionFactory() |
| Modifier and Type | Method and Description |
|---|---|
ExpressionFactory |
DefaultOrmQuery.getExpressionFactory() |
| Constructor and Description |
|---|
DefaultOrmQuery(Class<T> beanType,
EbeanServer server,
ExpressionFactory expressionFactory,
DeployNamedQuery namedQuery)
Additional supply a query which is parsed.
|
DefaultOrmQuery(Class<T> beanType,
EbeanServer server,
ExpressionFactory expressionFactory,
String query) |
| Modifier and Type | Field and Description |
|---|---|
protected ExpressionFactory |
DefaultExpressionList.expr |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultExpressionList.setExpressionFactory(ExpressionFactory expr)
Set the ExpressionFactory.
|
| Constructor and Description |
|---|
DefaultExpressionList(Query<T> query,
ExpressionFactory expr,
ExpressionList<T> parentExprList) |
DefaultExpressionList(Query<T> query,
ExpressionFactory expr,
ExpressionList<T> parentExprList,
List<SpiExpression> list) |
FilterExpressionList(FilterExprPath pathPrefix,
ExpressionFactory expr,
Query<T> rootQuery) |
Copyright © 2014. All Rights Reserved.