Package com.querydsl.core.types.dsl
Class TemporalExpression<T extends Comparable>
java.lang.Object
com.querydsl.core.types.dsl.DslExpression<T>
com.querydsl.core.types.dsl.SimpleExpression<T>
com.querydsl.core.types.dsl.ComparableExpressionBase<T>
com.querydsl.core.types.dsl.ComparableExpression<T>
com.querydsl.core.types.dsl.LiteralExpression<T>
com.querydsl.core.types.dsl.TemporalExpression<T>
- Type Parameters:
T- expression type
- All Implemented Interfaces:
Expression<T>,Serializable
- Direct Known Subclasses:
DateExpression,DateTimeExpression,TimeExpression
TemporalExpression is a supertype for Date/Time related types- Author:
- tiwe
- See Also:
-
Field Summary
Fields inherited from class com.querydsl.core.types.dsl.DslExpression
hashCode, mixin -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionafter(Expression<T> right) Create athis > rightexpressionCreate athis > rightexpressionbefore(Expression<T> right) Create athis < rightexpressionCreate athis < rightexpressionMethods inherited from class com.querydsl.core.types.dsl.LiteralExpression
castToNum, stringValueMethods inherited from class com.querydsl.core.types.dsl.ComparableExpression
as, as, between, between, coalesce, coalesce, coalesce, coalesce, goe, goe, goeAll, goeAll, goeAny, goeAny, gt, gt, gtAll, gtAll, gtAny, gtAny, loe, loe, loeAll, loeAll, loeAny, loeAny, lt, lt, ltAll, ltAll, ltAny, ltAny, max, min, notBetween, notBetween, nullif, nullifMethods inherited from class com.querydsl.core.types.dsl.ComparableExpressionBase
asc, descMethods inherited from class com.querydsl.core.types.dsl.SimpleExpression
count, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, notIn, when, whenMethods inherited from class com.querydsl.core.types.dsl.DslExpression
equals, getType, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.querydsl.core.types.Expression
accept
-
Constructor Details
-
TemporalExpression
-
-
Method Details
-
after
Create athis > rightexpression- Parameters:
right- rhs of the comparison- Returns:
- this > right
-
after
Create athis > rightexpression- Parameters:
right- rhs of the comparison- Returns:
- this > right
-
before
Create athis < rightexpression- Parameters:
right- rhs of the comparison- Returns:
- this < right
-
before
Create athis < rightexpression- Parameters:
right- rhs of the comparison- Returns:
- this < right
-