ge(x, y) - JPA CriteriaBuilder's method
Create a predicate for testing whether the first argument is greater than or equal to the second.
- Parameters:
-
x
- expressiony
- expression
- Returns:
- greater-than-or-equal predicate
- Since:
- JPA 2.0
x
- expression y
- expression