ObjectDB ObjectDB

greaterThanOrEqualTo(x, y) - JPA CriteriaBuilder's method

Method
javax.persistence.criteria.CriteriaBuilder
Predicate greaterThanOrEqualTo(
  Expression<?> 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
Returns:
greater-than-or-equal predicate
Since:
JPA 2.0