Internal Website Search

41-50 of 153 resultsRefresh

and(restrictions)

/jpa/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate and(  Predicate" title="Interface in javax.persistence.criteria">Predicate... restrictions) Create

isNotMember(elem, collection)

/jpa/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate isNotMember ... > Create a predicate that tests whether an element is not a member of a collection. If the collection is empty, the predicate will be true.

isMember(elem, collection)

/jpa/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate isMember( Create a predicate that tests whether an element is a member of a collection. If the collection is empty, the predicate will be false.

isMember(elem, collection)

/jpa/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate isMember( Create a predicate that tests whether an element is a member of a collection. If the collection is empty, the predicate will be false.

isMember(elem, collection)

/jpa/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate isMember( Create a predicate that tests whether an element is a member of a collection. If the collection is empty, the predicate will be false.

isNotMember(elem, collection)

/jpa/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate isNotMember ... > Create a predicate that tests whether an element is not a member of a collection. If the collection is empty, the predicate will be true.

isNotMember(elem, collection)

/jpa/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate isNotMember ... > Create a predicate that tests whether an element is not a member of a collection. If the collection is empty, the predicate will be true.

isNull()

/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate isNull() Create a predicate to test whether the expression is null. Returns: predicate testing

having(restrictions)

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

where(restrictions)

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