Methods in org.apache.openjpa.persistence.criteria that return Expressions.SimpleCase |
Expressions.SimpleCase<C,R> |
Expressions.SimpleCase.otherwise(Expression<? extends R> otherwise)
|
Expressions.SimpleCase<C,R> |
Expressions.SimpleCase.otherwise(R otherwise)
|
Expressions.SimpleCase<C,R> |
Expressions.SimpleCase.when(C when,
Expression<? extends R> then)
|
Expressions.SimpleCase<C,R> |
Expressions.SimpleCase.when(C when,
R then)
|
Expressions.SimpleCase<C,R> |
Expressions.SimpleCase.when(Expression<C> when,
Expression<? extends R> then)
|