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
 
- 
Field Details
- 
YEAR
The calendar year. - 
QUARTER
The calendar quarter, numbered from 1 to 4. - 
MONTH
The calendar month of the year, numbered from 1. - 
WEEK
The ISO-8601 week number. - 
DAY
The calendar day of the month, numbered from 1. 
 - 
 - 
Method Details
- 
toString
 
 -