Jakarta Persistence (JPA) Method
Predicate gt(
Expression<Number> x,
Number y
)
Create a predicate for testing whether the first argument is greater than the second.
- Parameters:
x- expressiony- value
- Returns:
- greater-than predicate.
- Since:
- Jakarta Persistence (JPA) 1.0