| Package | Description |
|---|---|
| com.avaje.ebeaninternal.api | |
| com.avaje.ebeaninternal.server.expression |
Expressions for building WHERE clauses.
|
| com.avaje.ebeaninternal.util |
Utility objects
|
| Modifier and Type | Method and Description |
|---|---|
List<SpiExpression> |
SpiExpressionList.getUnderlyingList()
Return the underlying list of expressions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExpression
Base class for simple expressions.
|
class |
DefaultExampleExpression
A "Query By Example" type of expression.
|
class |
IdInExpression
Slightly redundant as Query.setId() ultimately also does the same job.
|
class |
SimpleExpression |
| Modifier and Type | Field and Description |
|---|---|
protected List<SpiExpression> |
DefaultExpressionList.list |
| Modifier and Type | Method and Description |
|---|---|
List<SpiExpression> |
DefaultExpressionList.getUnderlyingList() |
List<SpiExpression> |
DefaultExpressionList.internalList() |
| Constructor and Description |
|---|
DefaultExpressionList(Query<T> query,
ExpressionFactory expr,
ExpressionList<T> parentExprList,
List<SpiExpression> list) |
Copyright © 2014. All Rights Reserved.