Uses of Class
org.apache.openjpa.kernel.exps.Exp
-
Packages that use Exp Package Description 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 Modifier and Type Class Description class
WhenCondition
class
WhenScalar
Methods in org.apache.openjpa.kernel.exps that return Exp Modifier and Type Method Description Exp
WhenCondition. getExp()
Methods in org.apache.openjpa.kernel.exps with parameters of type Exp Modifier and Type Method Description protected boolean
InMemoryExpressionFactory. matches(Exp exp, java.lang.Object candidate, StoreContext ctx, java.lang.Object[] params, int i)
Recursive method to evaluate the expression for all possible combinations of unbound variables.
-