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