Internal Website Search

111-120 of 153 resultsRefresh

lessThan(x, y)

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

isFalse(x)

/jpa/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate isFalse(predicate testing for a false value. Returns: predicate

isEmpty(collection)

/jpa/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate isEmpty( Create a predicate that tests whether a collection is empty. is-empty predicate Since: JPA 2.0

like(x, pattern, escapeChar)

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

isNotEmpty(collection)

/jpa/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate isNotEmpty( Create a predicate that tests whether a collection is not empty. is-not-empty predicate Since: JPA 2.0

isNotNull(x)

/jpa/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate isNotNull(predicate to test whether the expression is not null. Returns: is-not-null predicate

between(v, x, y)

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

between(v, x, y)

/jpa/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate between( Create a predicate for testing whether the first argument ... predicate Since: JPA 2.0

and(x, y)

/jpa/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate and(  ... > and predicate Since: JPA 2.0

disjunction()

/jpa/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate disjunction ... : or predicate