Uses of Interface
jakarta.persistence.metamodel.ComparableAttribute
Packages that use ComparableAttribute
Package
Description
Defines the Jakarta Persistence Criteria Query API.
Defines the Jakarta Persistence Metamodel API, allowing runtime
reflection on the managed types declared by a persistence unit.
-
Uses of ComparableAttribute in jakarta.persistence.criteria
Methods in jakarta.persistence.criteria with parameters of type ComparableAttributeModifier and TypeMethodDescription<C extends Comparable<? super C>>
ComparableExpression<C> Path.get(ComparableAttribute<? super X, C> attribute) Create a path corresponding to the referenced single-valued attribute. -
Uses of ComparableAttribute in jakarta.persistence.metamodel
Subinterfaces of ComparableAttribute in jakarta.persistence.metamodelModifier and TypeInterfaceDescriptioninterfaceInstances of the type BooleanAttribute represents persistent single-valued properties or fields of boolean type.interfaceNumericAttribute<X, N extends Number & Comparable<N>>Instances of the type NumericAttribute represents persistent single-valued properties or fields of number type.interfaceTemporalAttribute<X, T extends Temporal & Comparable<? super T>>Instances of the type TemporalAttribute represents persistent single-valued properties or fields of a temporal type.interfaceInstances of the type TextAttribute represents persistent single-valued properties or fields of string type.