JPA Method
in javax.persistence.criteria.CriteriaBuilder

Predicate greaterThanOrEqualTo(
  Expression<?extendsY> x, 
  Y y
)


Create a predicate for testing whether the first argument is greater than or equal to the second.
Parameters:
x - expression
y - value
Return:
greater-than-or-equal predicate
Since:
JPA 2.0