Uses of Interface
jakarta.data.metamodel.TemporalAttribute
Packages that use TemporalAttribute
Package
Description
A static metamodel for entities that are used in Jakarta Data
repositories.
-
Uses of TemporalAttribute in jakarta.data.expression
Methods in jakarta.data.expression with parameters of type TemporalAttributeModifier and TypeMethodDescriptiondefault <V extends Temporal & Comparable<? extends Temporal>>
TemporalExpression<T, V> NavigableExpression.navigate(TemporalAttribute<U, V> attribute) -
Uses of TemporalAttribute in jakarta.data.metamodel
Methods in jakarta.data.metamodel that return TemporalAttributeModifier and TypeMethodDescriptionstatic <T,V extends Temporal & Comparable<? extends Temporal>>
TemporalAttribute<T, V> Creates a static metamodelTemporalAttributerepresenting the entity attribute with the specified name. -
Uses of TemporalAttribute in jakarta.data.spi.expression.path
Methods in jakarta.data.spi.expression.path with parameters of type TemporalAttributeModifier and TypeMethodDescriptionstatic <T,U, V extends Temporal & Comparable<? extends Temporal>>
TemporalPath<T, U, V> TemporalPath.of(NavigableExpression<T, U> expression, TemporalAttribute<U, V> attribute)