Jakarta Persistence (JPA) Method
Predicate greaterThanOrEqualTo(
Expression<? extends Y> x,
Y y
)
Create a predicate for testing whether the first argument is greater than or equal to the second.
- Parameters:
x- expressiony- value
- Returns:
- greater-than-or-equal predicate.
- Since:
- Jakarta Persistence (JPA) 1.0