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