Uses of Interface
jakarta.persistence.metamodel.NumericAttribute
Packages that use NumericAttribute
Package
Description
Defines the Jakarta Persistence Criteria Query API.
-
Uses of NumericAttribute in jakarta.persistence.criteria
Methods in jakarta.persistence.criteria with parameters of type NumericAttributeModifier and TypeMethodDescription<N extends Number & Comparable<N>>
NumericExpression<N> Path.get(NumericAttribute<? super X, N> attribute) Create a path corresponding to the referenced single-valued attribute.