Uses of Class
org.apache.openjpa.kernel.exps.Exp

Packages that use Exp
org.apache.openjpa.kernel.exps OpenJPA Expression Tree 
 

Uses of Exp in org.apache.openjpa.kernel.exps
 

Subclasses of Exp in org.apache.openjpa.kernel.exps
 class WhenCondition
           
 class WhenScalar
           
 

Methods in org.apache.openjpa.kernel.exps that return Exp
 Exp WhenCondition.getExp()
           
 

Methods in org.apache.openjpa.kernel.exps with parameters of type Exp
protected  boolean InMemoryExpressionFactory.matches(Exp exp, Object candidate, StoreContext ctx, Object[] params, int i)
          Recursive method to evaluate the expression for all possible combinations of unbound variables.
 



Copyright © 2006–2013 Apache Software Foundation. All rights reserved.