Jakarta Persistence (JPA) Method
Predicate lessThan(
Expression<? extends Y> x,
Expression<? extends Y> y
)
Create a predicate for testing whether the first argument is less than the second.
- Parameters:
x- expressiony- expression
- Returns:
- less-than predicate.
- Since:
- Jakarta Persistence (JPA) 1.0