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, stringValueas, 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, notBetweenasc, coalesce, coalesce, desccount, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, 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 - 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–2015 Mysema Ltd. All rights reserved.