Internal Website Search

51-60 of 153 resultsRefresh

between(v, x, y)

/jpa/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate between( y) Create a predicate for testing ... : between predicate

having(restrictions)

; Predicate" title="Interface in javax.persistence.criteria">Predicate... restrictions) Specify restrictions over the groups of the subquery according the conjunction of the specified restriction predicates

lt(x, y)

/jpa/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate lt(  ... ="description"> Create a predicate for testing whether the first argument is less than the second ... > Returns: less-than 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

like(x, pattern, escapeChar)

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

like(x, pattern, escapeChar)

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

like(x, pattern, escapeChar)

/jpa/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate like(  ... ;escapeChar) Create a predicate for testing ... : like predicate

like(x, pattern)

/jpa/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate like(  ... class="description"> Create a predicate for testing whether the expression satisfies the given ... > like predicate Since: JPA 2.0

where(restrictions)

; where(  Predicate" title="Interface in javax.persistence.criteria">Predicate... restrictions) predicates. Replaces the previously added restriction(s), if any. If no restrictions

having(restrictions)

; having(  Predicate" title="Interface in javax.persistence.criteria">Predicate... restrictions) predicates. Replaces the previously added having restriction(s), if any. If no restrictions