Uses of Interface
jakarta.persistence.criteria.TemporalField
-
Uses of TemporalField in jakarta.persistence.criteria
Modifier and TypeClassDescriptionclass
Each instance represents a type of field which can be extracted from aLocalDate
.class
Each instance represents a type of field which can be extracted from aLocalDateTime
.class
Each instance represents a type of field which can be extracted from aLocalTime
.Modifier and TypeMethodDescription<N,
T extends 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.