Module jakarta.data
Package jakarta.data.spi.expression.path
Interface NumericPath<T,U,N extends Number & Comparable<N>>
- All Superinterfaces:
ComparableExpression<T,,N> Expression<T,,N> NumericExpression<T,,N> Path<T,U>
public interface NumericPath<T,U,N extends Number & Comparable<N>>
extends Path<T,U>, NumericExpression<T,N>
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic <T,U, N extends Number & Comparable<N>>
NumericPath<T, U, N> of(NavigableExpression<T, U> expression, NumericAttribute<U, N> attribute) Methods 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.expression.NumericExpression
abs, asBigDecimal, asBigInteger, asDouble, asLong, divide, divide, dividedInto, minus, minus, negated, plus, plus, subtractedFrom, times, timesMethods inherited from interface jakarta.data.spi.expression.path.Path
attribute, expression
-
Method Details