Package jakarta.persistence.criteria
Class LocalTimeField<N>
java.lang.Object
jakarta.persistence.criteria.LocalTimeField<N>
- Type Parameters:
N
- the resulting type of the extracted value
- All Implemented Interfaces:
TemporalField<N,
LocalTime>
Each instance represents a type of field which can be
extracted from a
LocalTime
.- Since:
- 3.2
-
Field Summary
Modifier and TypeFieldDescriptionstatic final LocalTimeField<Integer>
The hour of the day in 24-hour time, numbered from 0 to 23.static final LocalTimeField<Integer>
The minute of the hour, numbered from 0 to 59.static final LocalTimeField<Double>
The second of the minute, numbered from 0 to 59, including a fractional part representing fractions of a second -
Method Summary
-
Field Details
-
HOUR
The hour of the day in 24-hour time, numbered from 0 to 23. -
MINUTE
The minute of the hour, numbered from 0 to 59. -
SECOND
The second of the minute, numbered from 0 to 59, including a fractional part representing fractions of a second
-
-
Method Details