- All Superinterfaces:
BooleanExpression<T>,ComparableExpression<T,,Boolean> Expression<T,,Boolean> Path<T,U>
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic <T,U> BooleanPath <T, U> of(NavigableExpression<T, U> expression, BooleanAttribute<U> attribute) Methods inherited from interface jakarta.data.expression.BooleanExpression
isFalse, isTrue, typeMethods inherited from interface jakarta.data.expression.ComparableExpression
between, between, greaterThan, greaterThan, greaterThanEqual, greaterThanEqual, lessThan, lessThan, lessThanEqual, lessThanEqual, notBetween, notBetweenMethods inherited from interface jakarta.data.expression.Expression
equalTo, equalTo, in, in, in, isNull, notEqualTo, notEqualTo, notIn, notIn, notIn, notNull, satisfiesMethods inherited from interface jakarta.data.spi.expression.path.Path
attribute, expression
-
Method Details