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>

public class LocalDateField<N> extends Object implements TemporalField<N,LocalDate>
Each instance represents a type of field which can be extracted from a LocalDate.
Since:
3.2