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 Junction.add(Expression expression)
          Add an expression to the Conjunction/Disjunction.
 Junction ExpressionList.conjunction()
          Return a list of expressions that will be joined by AND's.
 Junction ExpressionFactory.conjunction()
          Return a list of expressions that will be joined by AND's.
static Junction Expr.conjunction()
          Return a list of expressions that will be joined by AND's.
 Junction ExpressionList.disjunction()
          Return a list of expressions that will be joined by OR's.
 Junction ExpressionFactory.disjunction()
          Return a list of expressions that will be joined by OR's.
static Junction Expr.disjunction()
          Return a list of expressions that will be joined by OR's.
 



Copyright © 2010. All Rights Reserved.