Internal Website Search

71-80 of 153 resultsRefresh

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

exists(subquery)

/jpa/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate exists(predicate testing the existence of a subquery result. exists predicate

notLike(x, pattern, escapeChar)

/jpa/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate notLike(predicate for testing whether the expression does not satisfy the given pattern. Returns: not-like predicate

notLike(x, pattern, escapeChar)

/jpa/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate notLike() Create a predicate ... ="returns"> Returns: not-like predicate

notLike(x, pattern)

/jpa/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate notLike( Create a predicate for testing whether the expression ... > Returns: not-like predicate

notEqual(x, y)

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

lt(x, y)

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

in(values)

/jpa/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate in(  ... a predicate to test whether the expression is a member of the collection. Returns: predicate testing for membership

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

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