Package jakarta.persistence.criteria
Class LocalDateField<N>
java.lang.Object
jakarta.persistence.criteria.LocalDateField<N>
- Type Parameters:
 N- the resulting type of the extracted value
- All Implemented Interfaces:
 TemporalField<N,LocalDate> 
Each instance represents a type of field which can be
 extracted from a 
LocalDate.- Since:
 - 3.2
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LocalDateField<Integer>The calendar day of the month, numbered from 1.static final LocalDateField<Integer>The calendar month of the year, numbered from 1.static final LocalDateField<Integer>The calendar quarter, numbered from 1 to 4.static final LocalDateField<Integer>The ISO-8601 week number.static final LocalDateField<Integer>The calendar year. - 
Method Summary