Internal Website Search

61-70 of 153 resultsRefresh

gt(x, y)

/jpa/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate gt(  ... ="description"> Create a predicate for testing whether the first argument is greater than the second ... -than predicate Since: JPA 2.0

ge(x, y)

/jpa/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate ge(  ... ="description"> Create a predicate for testing whether the first argument is greater than or equal ... > greater-than-or-equal predicate

ge(x, y)

/jpa/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate ge(  ... class="description"> Create a predicate for testing whether the first argument is greater than or ... > greater-than-or-equal predicate

greaterThan(x, y)

/jpa/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate greaterThan ... ="description"> Create a predicate for testing whether the first argument is greater ... -than predicate Since: JPA 2.0

greaterThan(x, y)

/jpa/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate greaterThan ... > Create a predicate for testing whether the first argument is greater ... > greater-than predicate

greaterThanOrEqualTo(x, y)

/jpa/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate ... class="description"> Create a predicate for testing whether the first argument is greater ... > greater-than-or-equal predicate

notLike(x, pattern, escapeChar)

/jpa/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate notLike( Create a predicate for testing whether the expression does not satisfy the given pattern. predicate Since: JPA 2.0

greaterThanOrEqualTo(x, y)

/jpa/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate ... > Create a predicate for testing whether the first argument ... : greater-than-or-equal predicate

gt(x, y)

/jpa/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate gt(  ... class="description"> Create a predicate for testing whether the first argument is greater ... > greater-than predicate Since: JPA 2.0

equal(x, y)

/jpa/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate equal( Create a predicate for testing the arguments for equality. Returns: equality predicate