JPA Method
in javax.persistence.criteria.CriteriaBuilder

Predicate ge(
  Expression<?extendsNumber> x, 
  Number 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