T - expression typepublic abstract class TemporalExpression<T extends Comparable> extends ComparableExpression<T>
hashCode, mixin| Constructor and Description |
|---|
TemporalExpression(Expression<T> mixin) |
| Modifier and Type | Method and Description |
|---|---|
BooleanExpression |
after(Expression<T> right)
Get a
this > right expression |
BooleanExpression |
after(T right)
Get a
this > right expression |
BooleanExpression |
before(Expression<T> right)
Get a
this < right expression |
BooleanExpression |
before(T right)
Get a
this < right expression |
as, as, 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 TemporalExpression(Expression<T> mixin)
public BooleanExpression after(T right)
this > right expressionright - public BooleanExpression after(Expression<T> right)
this > right expressionright - public BooleanExpression before(T right)
this < right expressionright - public BooleanExpression before(Expression<T> right)
this < right expressionright - Copyright © 2007–2015 Querydsl. All rights reserved.