|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface CriteriaBuilder.SimpleCase<C,R>
| Method Summary | |
|---|---|
Expression<C> |
getExpression()
|
Expression<R> |
otherwise(Expression<? extends R> result)
|
Expression<R> |
otherwise(R result)
|
CriteriaBuilder.SimpleCase<C,R> |
when(C condition,
Expression<? extends R> result)
|
CriteriaBuilder.SimpleCase<C,R> |
when(C 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 |
|---|
Expression<C> getExpression()
CriteriaBuilder.SimpleCase<C,R> when(C condition,
R result)
CriteriaBuilder.SimpleCase<C,R> when(C 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 | |||||||||