Uses of Interface
jakarta.data.metamodel.SortableAttribute
Packages that use SortableAttribute
Package
Description
A static metamodel for entities that are used in Jakarta Data
repositories.
-
Uses of SortableAttribute in jakarta.data.metamodel
Subinterfaces of SortableAttribute in jakarta.data.metamodelModifier and TypeInterfaceDescriptioninterfaceRepresents a boolean entity attribute in theStaticMetamodel.interfaceComparableAttribute<T,V extends Comparable<?>> Represents a comparable entity attribute in theStaticMetamodel.interfaceNumericAttribute<T,N extends Number & Comparable<N>> Represents a numeric entity attribute in theStaticMetamodel.interfaceTemporalAttribute<T,V extends Temporal & Comparable<? extends Temporal>> Represents a temporal entity attribute in theStaticMetamodel.interfaceRepresents an textual entity attribute in theStaticMetamodel.Methods in jakarta.data.metamodel that return SortableAttributeModifier and TypeMethodDescriptionstatic <T,V> SortableAttribute <T> Creates a static metamodelSortableAttributerepresenting the entity attribute with the specified name. -
Uses of SortableAttribute in jakarta.data.metamodel.impl
Classes in jakarta.data.metamodel.impl that implement SortableAttributeModifier and TypeClassDescriptionfinal recordDeprecated.final recordDeprecated.For more complete access to the static metamodel, use theTextAttribute.of(Class, String)method to obtain instances ofTextAttribute.
SortableAttributethat applies to the entity attribute, such asTextAttributeorNumericAttribute.