T
- expression typepublic abstract class TemporalExpression<T extends Comparable> extends LiteralExpression<T>
TemporalExpression
is a supertype for Date/Time related typeshashCode, mixin
Constructor and Description |
---|
TemporalExpression(Expression<T> mixin) |
Modifier and Type | Method and Description |
---|---|
BooleanExpression |
after(Expression<T> right)
Create a
this > right expression |
BooleanExpression |
after(T right)
Create a
this > right expression |
BooleanExpression |
before(Expression<T> right)
Create a
this < right expression |
BooleanExpression |
before(T right)
Create a
this < right expression |
castToNum, stringValue
as, as, between, between, goe, goe, goeAll, goeAll, goeAny, goeAny, gt, gt, gtAll, gtAll, gtAny, gtAny, loe, loe, loeAll, loeAll, loeAny, loeAny, lt, lt, ltAll, ltAll, ltAny, ltAny, notBetween, notBetween
asc, coalesce, coalesce, desc
count, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, when
equals, getType, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
accept
public TemporalExpression(Expression<T> mixin)
public BooleanExpression after(T right)
this > right
expressionright
- rhs of the comparisonpublic BooleanExpression after(Expression<T> right)
this > right
expressionright
- rhs of the comparisonpublic BooleanExpression before(T right)
this < right
expressionright
- rhs of the comparisonpublic BooleanExpression before(Expression<T> right)
this < right
expressionright
- rhs of the comparisonCopyright © 2007–2016 Querydsl. All rights reserved.