Internal Website Search

91-100 of 153 resultsRefresh

notLike(x, pattern, escapeChar)

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

in(values)

/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate in(  Object... values) Create a predicate to test ... > predicate testing for membership

in(values)

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

in(values)

/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate in(  Collection<?> values) Create a predicate ... : predicate testing for membership

in(values)

/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate in(   ... ... values) Create a predicate to test ... > predicate testing for membership

getRestriction()

/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate getRestriction() Return the predicate that corresponds ... ="returns"> Returns: where clause predicate

getGroupRestriction()

/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate getGroupRestriction() Return the predicate that corresponds ... > Returns: having clause predicate

lessThanOrEqualTo(x, y)

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

lessThanOrEqualTo(x, y)

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

like(x, pattern, escapeChar)

/jpa/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate like(  ... a predicate for testing whether the expression satisfies the given pattern. Returns: like predicate