gt(x, y) - JPA CriteriaBuilder's method
Method javax.persistence.criteria.CriteriaBuilder
Predicate gt(
Expression<?> 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:
- JPA 2.0