Jakarta Persistence Criteria API
-
interface
The CriteriaQuery
interface defines functionality that is
specific to top-level queries.
interface
The Subquery
interface defines functionality that is
specific to subqueries.
AbstractQuery.distinct(boolean distinct)
Specify whether duplicate query results are eliminated.
Return the query of which this is a subquery.
Specify the expressions that are used to form groups over
the query results.
Specify the expressions that are used to form groups over
the query results.
Specify a restriction over the groups of the query.
Specify restrictions over the groups of the query
according the conjunction of the specified restriction
predicates.
Specify restrictions over the groups of the query
according the conjunction of the specified restriction
predicates.
Modify the query to restrict the query results according
to the specified boolean expression.
Modify the query to restrict the query results according
to the conjunction of the specified restriction predicates.
Modify the query to restrict the query result according
to the conjunction of the specified restriction predicates.