Uses of Interface
jakarta.data.metamodel.Attribute
Packages that use Attribute
Package
Description
A static metamodel for entities that are used in Jakarta Data
repositories.
-
Uses of Attribute in jakarta.data.metamodel
Subinterfaces of Attribute in jakarta.data.metamodelModifier and TypeInterfaceDescriptioninterfaceBasicAttribute<T,V> Represents an entity attribute in theStaticMetamodelthat is neither sortable nor capable of order-based comparison.interfaceRepresents a boolean entity attribute in theStaticMetamodel.interfaceComparableAttribute<T,V extends Comparable<?>> Represents a comparable entity attribute in theStaticMetamodel.interfaceNavigableAttribute<T,U> Represents an entity attribute that is an embeddable or association to another entity.interfaceNumericAttribute<T,N extends Number & Comparable<N>> Represents a numeric entity attribute in theStaticMetamodel.interfaceRepresents a entity attribute in theStaticMetamodelthat is sortable, but incapable of order-based comparison.interfaceTemporalAttribute<T,V extends Temporal & Comparable<? extends Temporal>> Represents a temporal entity attribute in theStaticMetamodel.interfaceRepresents an textual entity attribute in theStaticMetamodel. -
Uses of Attribute in jakarta.data.metamodel.impl
Classes in jakarta.data.metamodel.impl that implement AttributeModifier and TypeClassDescriptionfinal recordDeprecated.final recordDeprecated.For more complete access to the static metamodel, use the most specific subtype ofSortableAttributethat applies to the entity attribute, such asTextAttributeorNumericAttribute.final recordDeprecated.For more complete access to the static metamodel, use theTextAttribute.of(Class, String)method to obtain instances ofTextAttribute. -
Uses of Attribute in jakarta.data.spi.expression.path
Methods in jakarta.data.spi.expression.path that return Attribute
Attributethat describes the entity attribute, such asTextAttributeorNumericAttribute.