T
- Result typeQ
- Parent expression typepublic abstract class CaseForEqBuilder.Cases<T,Q extends Expression<T>> extends Object
Constructor and Description |
---|
Cases() |
Modifier and Type | Method and Description |
---|---|
protected abstract Q |
createResult(Class<T> type,
Expression<T> last) |
Q |
otherwise(Expression<T> otherwise) |
Q |
otherwise(T otherwise) |
CaseForEqBuilder.CaseWhen<T,Q> |
when(D when) |
CaseForEqBuilder.CaseWhen<T,Q> |
when(Expression<? extends D> when) |
public CaseForEqBuilder.CaseWhen<T,Q> when(Expression<? extends D> when)
public CaseForEqBuilder.CaseWhen<T,Q> when(D when)
public Q otherwise(Expression<T> otherwise)
protected abstract Q createResult(Class<T> type, Expression<T> last)
Copyright © 2007–2016 Querydsl. All rights reserved.