Uses of Interface
jakarta.persistence.criteria.TemporalField
Packages that use TemporalField
Package
Description
Defines the Jakarta Persistence Criteria Query API.
-
Uses of TemporalField in jakarta.persistence.criteria
Classes in jakarta.persistence.criteria that implement TemporalFieldModifier and TypeClassDescriptionclassEach instance represents a type of field which can be extracted from aLocalDate.classEach instance represents a type of field which can be extracted from aLocalDateTime.classEach instance represents a type of field which can be extracted from aLocalTime.Methods in jakarta.persistence.criteria with parameters of type TemporalFieldModifier 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.<N extends Number & Comparable<N>>
NumericExpression<N> TemporalExpression.extract(TemporalField<N, T> field) Create an expression that returns the value of a field extracted from this date.