|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Junction | |
|---|---|
| com.avaje.ebean | Core API (see Ebean and EbeanServer). |
| Uses of Junction in com.avaje.ebean |
|---|
| Methods in com.avaje.ebean that return Junction | ||
|---|---|---|
Junction<T> |
ExpressionList.conjunction()
Return a list of expressions that will be joined by AND's. |
|
|
ExpressionFactory.conjunction(Query<T> query)
Return a list of expressions that will be joined by AND's. |
|
static
|
Expr.conjunction(Query<T> query)
Return a list of expressions that will be joined by AND's. |
|
|
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. |
|
|
ExpressionFactory.disjunction(Query<T> query)
Return a list of expressions that will be joined by OR's. |
|
static
|
Expr.disjunction(Query<T> query)
Return a list of expressions that will be joined by OR's. |
|
|
ExpressionFactory.disjunction(Query<T> query,
ExpressionList<T> parent)
Return a list of expressions that will be joined by OR's. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||