Package | Description |
---|---|
org.apache.openjpa.persistence.criteria |
OpenJPA Criteria Query
|
Modifier and Type | Method and Description |
---|---|
Expressions.SimpleCase<C,R> |
Expressions.SimpleCase.otherwise(javax.persistence.criteria.Expression<? extends R> otherwise) |
Expressions.SimpleCase<C,R> |
Expressions.SimpleCase.otherwise(R otherwise) |
Expressions.SimpleCase<C,R> |
Expressions.SimpleCase.when(C when,
javax.persistence.criteria.Expression<? extends R> then) |
Expressions.SimpleCase<C,R> |
Expressions.SimpleCase.when(C when,
R then) |
Expressions.SimpleCase<C,R> |
Expressions.SimpleCase.when(javax.persistence.criteria.Expression<C> when,
javax.persistence.criteria.Expression<? extends R> then) |
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.