Uses of Interface
jakarta.persistence.criteria.TemporalField
-
Packages that use TemporalField Package Description jakarta.persistence.criteria Jakarta Persistence Criteria API -
-
Uses of TemporalField in jakarta.persistence.criteria
Classes in jakarta.persistence.criteria that implement TemporalField Modifier and Type Class Description class
LocalDateField<N>
Each instance represents a type of field which can be extracted from aLocalDate
.class
LocalDateTimeField<N>
Each instance represents a type of field which can be extracted from aLocalDateTime
.class
LocalTimeField<N>
Each instance represents a type of field which can be extracted from aLocalTime
.Methods in jakarta.persistence.criteria with parameters of type TemporalField Modifier and Type Method Description <N,T extends java.time.temporal.Temporal>
Expression<N>CriteriaBuilder. extract(TemporalField<N,T> field, Expression<T> temporal)
Create an expression that returns the value of a field extracted from a date, time, or datetime.
-