Uses of Interface
com.avaje.ebean.Junction

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.
<T> Junction<T>
ExpressionFactory.conjunction(Query<T> query)
          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, 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.
<T> Junction<T>
ExpressionFactory.disjunction(Query<T> query)
          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, ExpressionList<T> parent)
          Return a list of expressions that will be joined by OR's.
 



Copyright © 2012. All Rights Reserved.