Predicate lt(
Expression<?extendsNumber> x,
Number y
)
Create a predicate for testing whether the first argument is less than the second.
- Parameters:
x- expressiony- value
- Return:
- less-than predicate
- Since:
- JPA 2.0