Uses of Interface
jakarta.data.metamodel.TextAttribute
Packages that use TextAttribute
Package
Description
A static metamodel for entities that are used in Jakarta Data
repositories.
-
Uses of TextAttribute in jakarta.data.expression
Methods in jakarta.data.expression with parameters of type TextAttributeModifier and TypeMethodDescriptiondefault TextExpression<T> NavigableExpression.navigate(TextAttribute<U> attribute) -
Uses of TextAttribute in jakarta.data.metamodel
Methods in jakarta.data.metamodel that return TextAttributeModifier and TypeMethodDescriptionstatic <T> TextAttribute<T> Creates a static metamodelTextAttributerepresenting the entity attribute with the specified name. -
Uses of TextAttribute in jakarta.data.metamodel.impl
Classes in jakarta.data.metamodel.impl that implement TextAttribute -
Uses of TextAttribute in jakarta.data.spi.expression.path
Methods in jakarta.data.spi.expression.path with parameters of type TextAttributeModifier and TypeMethodDescriptionstatic <T,U> TextPath <T, U> TextPath.of(NavigableExpression<T, U> expression, TextAttribute<U> attribute)
of(Class, String)method to obtain instances ofTextAttribute.