Internal Website Search

81-90 of 153 resultsRefresh

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

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

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

where(restrictions)

;Predicate" title="Interface in javax.persistence.criteria">Predicate... restrictions) Modify the subquery to restrict the result according to the conjunction of the specified restriction predicates

isNotNull()

/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate isNotNull() Create a predicate to test whether the expression is not null. Returns: 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

notLike(x, pattern, escapeChar)

/jpa/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate notLike( escapeChar) Create a predicate ... "> 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

notLike(x, pattern)

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

notLike(x, pattern, escapeChar)

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