| Package | Description |
|---|---|
| com.avaje.ebean |
Core API (see Ebean and EbeanServer).
|
| Modifier and Type | Method and Description |
|---|---|
Junction<T> |
ExpressionList.conjunction()
Return a list of expressions that will be joined by AND's.
|
static <T> Junction<T> |
Expr.conjunction(Query<T> query)
Return a list of expressions that will be joined by AND's.
|
<T> Junction<T> |
ExpressionFactory.conjunction(Query<T> query)
Return a list of expressions that will be joined by AND's.
|
<T> Junction<T> |
ExpressionFactory.conjunction(Query<T> query,
ExpressionList<T> parent)
Return a list of expressions that will be joined by AND's.
|
Junction<T> |
ExpressionList.disjunction()
Return a list of expressions that will be joined by OR's.
|
static <T> Junction<T> |
Expr.disjunction(Query<T> query)
Return a list of expressions that will be joined by OR's.
|
<T> Junction<T> |
ExpressionFactory.disjunction(Query<T> query)
Return a list of expressions that will be joined by OR's.
|
<T> Junction<T> |
ExpressionFactory.disjunction(Query<T> query,
ExpressionList<T> parent)
Return a list of expressions that will be joined by OR's.
|
Copyright © 2015. All rights reserved.