T - Date typepublic interface DateExpression<T> extends TemporalExpression<T>
| Modifier and Type | Method and Description |
|---|---|
NumericExpression<Integer> |
getDay()
Accessor for the day (of the month) of this date.
|
NumericExpression<Integer> |
getMonth()
Accessor for the month of this date.
|
NumericExpression<Integer> |
getYear()
Accessor for the year of this date.
|
asc, desc, gt, gt, gteq, gteq, lt, lt, lteq, lteq, max, mincast, count, countDistinct, eq, eq, instanceOf, ne, neNumericExpression<Integer> getYear()
NumericExpression<Integer> getMonth()
NumericExpression<Integer> getDay()
Copyright © 2013. All Rights Reserved.