ObjectDB ObjectDB

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

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