Internal Website Search

11-20 of 153 resultsRefresh

Predicate.BooleanOperator.OR

Enum Constant Predicate_BooleanOperator" title="Enum in javax.persistence.criteria.Predicate">javax.persistence.criteria.Predicate.BooleanOperator

Logical Operators in JPQL and Criteria API

support. Criteria Query Logical Operators Boolean Expressions and Predicatesget("isInOECD"); Predicate">Predicate Predicate

javax.persistence.criteria.CriteriaBuilder

="description"> Used to construct criteria queries, compound selections, expressions, predicates, orderings. Note that Predicate is used instead of Expression Predicate" title

Collections in JPQL and Criteria Queries

(String.class); // collection IS [NOT] EMPTY Predicate">Predicate e1 = cb.isEmpty(languages); Predicate">Predicate e2 = cb.

WHERE clause (JPQL / Criteria API)

. The boolean expression in the WHERE clause, which is also known as the WHERE predicate, defines which objects to accept. Only Country objects for which the predicate expression evaluates to WHERE Predicate and Indexes Formally, the WHERE clause functions as a filter between the FROM

Strings in JPQL and Criteria Queries

); // str [NOT] LIKE pattern Predicate">Predicate l1 = cb ... ); Predicate">Predicate l2 = cb.Predicate">Predicate l3 = cb.

javax.persistence.criteria.CriteriaBuilder.In

>Expression<Boolean> , Predicate" title="Interface in javax.persistence.criteria">Predicate , Interface used to build in predicates.

javax.persistence.criteria.Subquery

"> Predicate" title="Interface in javax.persistence.criteria">Predicate ... > () Return the predicate that corresponds to the restriction(s ... ="details"> Return the predicate that corresponds

javax.persistence.criteria.CriteriaQuery

"> Predicate" title="Interface in javax.persistence.criteria">Predicate getGroupRestriction () Return the predicate

GROUP BY and HAVING clauses

> argument and the other Predicate_">having form takes a variable number of Predicate">Predicate arguments (and uses an AND conjunction). When a groupBy