|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface CriteriaBuilder.Case<R>
| Method Summary | |
|---|---|
Expression<R> |
otherwise(Expression<? extends R> result)
|
Expression<R> |
otherwise(R result)
|
CriteriaBuilder.Case<R> |
when(Expression<Boolean> condition,
Expression<? extends R> result)
|
CriteriaBuilder.Case<R> |
when(Expression<Boolean> condition,
R result)
|
| Methods inherited from interface javax.persistence.criteria.Expression |
|---|
as, in, in, in, in, isNotNull, isNull |
| Methods inherited from interface javax.persistence.criteria.Selection |
|---|
alias, getCompoundSelectionItems, isCompoundSelection |
| Methods inherited from interface javax.persistence.TupleElement |
|---|
getAlias, getJavaType |
| Method Detail |
|---|
CriteriaBuilder.Case<R> when(Expression<Boolean> condition,
R result)
CriteriaBuilder.Case<R> when(Expression<Boolean> condition,
Expression<? extends R> result)
Expression<R> otherwise(R result)
Expression<R> otherwise(Expression<? extends R> result)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||