Internal Website Search

101-110 of 153 resultsRefresh

like(x, pattern, escapeChar)

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

like(x, pattern)

/jpa/criteria/Predicate" title="Interface in javax.persistence.criteria">Predicate like(  ... > Create a predicate for testing whether the expression ... > Returns: like 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

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

le(x, y)

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

isTrue(x)

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

isNull(x)

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

le(x, y)

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

le(x, y)

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

lessThan(x, y)

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