Uses of Interface
jakarta.data.metamodel.NumericAttribute
Packages that use NumericAttribute
Package
Description
A static metamodel for entities that are used in Jakarta Data
repositories.
-
Uses of NumericAttribute in jakarta.data.expression
Methods in jakarta.data.expression with parameters of type NumericAttributeModifier and TypeMethodDescriptiondefault <N extends Number & Comparable<N>>
NumericExpression<T, N> NavigableExpression.navigate(NumericAttribute<U, N> attribute) -
Uses of NumericAttribute in jakarta.data.metamodel
Methods in jakarta.data.metamodel that return NumericAttributeModifier and TypeMethodDescriptionstatic <T,N extends Number & Comparable<N>>
NumericAttribute<T, N> Creates a static metamodelNumericAttributerepresenting the entity attribute with the specified name. -
Uses of NumericAttribute in jakarta.data.spi.expression.path
Methods in jakarta.data.spi.expression.path with parameters of type NumericAttributeModifier and TypeMethodDescriptionstatic <T,U, N extends Number & Comparable<N>>
NumericPath<T, U, N> NumericPath.of(NavigableExpression<T, U> expression, NumericAttribute<U, N> attribute)