Uses of Interface
jakarta.data.metamodel.BooleanAttribute
Packages that use BooleanAttribute
Package
Description
A static metamodel for entities that are used in Jakarta Data
repositories.
-
Uses of BooleanAttribute in jakarta.data.expression
Methods in jakarta.data.expression with parameters of type BooleanAttributeModifier and TypeMethodDescriptiondefault BooleanExpression<T> NavigableExpression.navigate(BooleanAttribute<U> attribute) -
Uses of BooleanAttribute in jakarta.data.metamodel
Methods in jakarta.data.metamodel that return BooleanAttribute -
Uses of BooleanAttribute in jakarta.data.spi.expression.path
Methods in jakarta.data.spi.expression.path with parameters of type BooleanAttributeModifier and TypeMethodDescriptionstatic <T,U> BooleanPath <T, U> BooleanPath.of(NavigableExpression<T, U> expression, BooleanAttribute<U> attribute)