Uses of Class
jakarta.persistence.criteria.LocalDateTimeField
-
Uses of LocalDateTimeField in jakarta.persistence.criteria
Modifier and TypeFieldDescriptionstatic final LocalDateTimeField
<LocalDate> LocalDateTimeField.DATE
The date part of a datetime.static final LocalDateTimeField
<Integer> LocalDateTimeField.DAY
The calendar day of the month, numbered from 1.static final LocalDateTimeField
<Integer> LocalDateTimeField.HOUR
The hour of the day in 24-hour time, numbered from 0 to 23.static final LocalDateTimeField
<Integer> LocalDateTimeField.MINUTE
The minute of the hour, numbered from 0 to 59.static final LocalDateTimeField
<Integer> LocalDateTimeField.MONTH
The calendar month of the year, numbered from 1.static final LocalDateTimeField
<Integer> LocalDateTimeField.QUARTER
The calendar quarter, numbered from 1 to 4.static final LocalDateTimeField
<Double> LocalDateTimeField.SECOND
The second of the minute, numbered from 0 to 59, including a fractional part representing fractions of a secondstatic final LocalDateTimeField
<LocalTime> LocalDateTimeField.TIME
The time part of a datetime.static final LocalDateTimeField
<Integer> LocalDateTimeField.WEEK
The ISO-8601 week number.static final LocalDateTimeField
<Integer> LocalDateTimeField.YEAR
The calendar year.