T
- Date-time typepublic interface DateTimeExpression<T> extends TemporalExpression<T>
Modifier and Type | Method and Description |
---|---|
NumericExpression<Integer> |
getDay()
Accessor for the day (of the month) of this date-time.
|
NumericExpression<Integer> |
getHour()
Accessor for the hour of this date-time.
|
NumericExpression<Integer> |
getMinute()
Accessor for the minute of this date-time.
|
NumericExpression<Integer> |
getMonth()
Accessor for the month of this date-time.
|
NumericExpression<Integer> |
getSecond()
Accessor for the second of this date-time.
|
NumericExpression<Integer> |
getYear()
Accessor for the year of this date-time.
|
asc, desc, gt, gt, gteq, gteq, lt, lt, lteq, lteq, max, min
cast, count, countDistinct, eq, eq, instanceOf, ne, ne
NumericExpression<Integer> getYear()
NumericExpression<Integer> getMonth()
NumericExpression<Integer> getDay()
NumericExpression<Integer> getHour()
NumericExpression<Integer> getMinute()
NumericExpression<Integer> getSecond()
Copyright © 2018. All rights reserved.