T - expression typepublic abstract class EnumExpression<T extends Enum<T>> extends ComparableExpression<T>
hashCode, mixin| Constructor and Description |
|---|
EnumExpression(Expression<T> mixin) |
| Modifier and Type | Method and Description |
|---|---|
EnumExpression<T> |
as(Path<T> alias)
Create an alias for the expression
|
EnumExpression<T> |
as(String alias)
Create an alias for the expression
|
NumberExpression<Integer> |
ordinal() |
between, between, goe, goe, goeAll, goeAny, gt, gt, gtAll, gtAny, loe, loe, loeAll, loeAny, lt, lt, ltAll, ltAny, notBetween, notBetweenasc, castToNum, coalesce, coalesce, desc, stringValuecount, countDistinct, eq, eq, eqAll, eqAny, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, nullif, nullif, when, whenequals, getType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitacceptpublic EnumExpression(Expression<T> mixin)
public EnumExpression<T> as(Path<T> alias)
SimpleExpressionas in class ComparableExpression<T extends Enum<T>>public EnumExpression<T> as(String alias)
SimpleExpressionas in class ComparableExpression<T extends Enum<T>>public NumberExpression<Integer> ordinal()
Copyright © 2007–2015 Querydsl. All rights reserved.