Uses of Class
jakarta.persistence.criteria.LocalDateField
-
Uses of LocalDateField in jakarta.persistence.criteria
Modifier and TypeFieldDescriptionstatic final LocalDateField<Integer>
LocalDateField.DAY
The calendar day of the month, numbered from 1.static final LocalDateField<Integer>
LocalDateField.MONTH
The calendar month of the year, numbered from 1.static final LocalDateField<Integer>
LocalDateField.QUARTER
The calendar quarter, numbered from 1 to 4.static final LocalDateField<Integer>
LocalDateField.WEEK
The ISO-8601 week number.static final LocalDateField<Integer>
LocalDateField.YEAR
The calendar year.