| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Exp | |
|---|---|
| org.apache.openjpa.jdbc.kernel.exps | OpenJPA-JDBC Expression Tree | 
| Uses of Exp in org.apache.openjpa.jdbc.kernel.exps | 
|---|
| Classes in org.apache.openjpa.jdbc.kernel.exps that implement Exp | |
|---|---|
| (package private)  class | AndExpressionCombines two expressions. | 
| (package private)  class | BindVariableAndExpressionCombines a bind variable expression with another. | 
| (package private)  class | BindVariableExpressionBinds a variable to a value. | 
| (package private)  class | CompareEqualExpressionCompares two values for equality. | 
| (package private)  class | CompareExpressionCompares two values. | 
| (package private)  class | ConstInstanceofExpressionTests whether a value is an instance of a class. | 
| (package private)  class | ContainsExpressionTests whether one value contains another. | 
| (package private)  class | ContainsKeyExpressionTests whether a map value contains a key. | 
| (package private)  class | EmptyExpressionAn empty expression. | 
| (package private)  class | EndsWithExpressionTest if one string ends with another. | 
| (package private)  class | EqualExpressionCompares two values. | 
| (package private)  class | EqualTypeExpressionCompares two entity types. | 
| (package private)  class | ExtensionFilter listener that evaluates to a value. | 
| (package private)  class | InExpressionTests whether a value is IN a collection. | 
| (package private)  class | InKeyExpressionTests whether a value is IN a map key set. | 
| (package private)  class | InstanceofExpressionTests whether the given path is an instance of the given class. | 
| (package private)  class | InSubQExpressionTests whether a value is IN a subquery. | 
| (package private)  class | InValueExpressionTests whether a value is IN a map value collection. | 
| (package private)  class | IsEmptyExpressionTests whether the given value is empty. | 
| (package private)  class | IsNotEmptyExpressionTests whether the given value is not empty. | 
| (package private)  class | MatchesExpressionTest if a string matches a regexp. | 
| (package private)  class | NotContainsExpressionNegates a contains expression using a subselect to make sure no elements meet the criteria. | 
| (package private)  class | NotEqualExpressionCompares two values. | 
| (package private)  class | NotEqualTypeExpressionCompares two entity types. | 
| (package private)  class | NotExpressionNegates an expression. | 
| (package private)  class | OrExpressionCombines two expressions. | 
| (package private)  class | StartsWithExpressionTest if one string starts with another. | 
|  class | WhenConditionValue produced by a when_clause of a case expression. | 
|  class | WhenScalarValue produced by a when_clause of a case expression. | 
| Methods in org.apache.openjpa.jdbc.kernel.exps that return Exp | |
|---|---|
|  Exp | WhenCondition.getExp() | 
|  Exp[] | SimpleCaseExpression.getExp() | 
|  Exp[] | GeneralCaseExpression.getExp() | 
| Constructors in org.apache.openjpa.jdbc.kernel.exps with parameters of type Exp | |
|---|---|
| AndExpression(Exp exp1,
              Exp exp2)Constructor. | |
| BindVariableAndExpression(BindVariableExpression bind,
                          Exp exp)Constructor. | |
| GeneralCaseExpression(Exp[] exp,
                      Val val)Constructor. | |
| NotContainsExpression(Exp exp)Constructor. | |
| NotExpression(Exp exp)Constructor. | |
| OrExpression(Exp exp1,
             Exp exp2)Constructor. | |
| SimpleCaseExpression(Val caseOperand,
                     Exp[] exp,
                     Val val)Constructor. | |
| WhenCondition(Exp exp,
              Val val)Constructor. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||