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