Package | Description |
---|---|
org.apache.openjpa.persistence.criteria |
OpenJPA Criteria Query
|
Modifier and Type | Method and Description |
---|---|
Expressions.Case<T> |
Expressions.Case.otherwise(javax.persistence.criteria.Expression<? extends T> otherwise) |
Expressions.Case<T> |
Expressions.Case.otherwise(T otherwise) |
Expressions.Case<T> |
Expressions.Case.when(javax.persistence.criteria.Expression<java.lang.Boolean> when,
javax.persistence.criteria.Expression<? extends T> then) |
Expressions.Case<T> |
Expressions.Case.when(javax.persistence.criteria.Expression<java.lang.Boolean> when,
T then) |
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.