Jakarta Persistence (JPA) Interface
jakarta.persistence.criteria.CommonAbstractCriteria
The
CommonAbstractCriteria interface defines functionality that is common to both top-level criteria queries and subqueries as well as to update and delete criteria operations. It is not intended to be used directly in query construction. Note that criteria queries and criteria update and delete operations are typed differently. Criteria queries are typed according to the query result type. Update and delete operations are typed according to the target of the update or delete.
- Since:
- Jakarta Persistence (JPA) 2.1
Public Instance Methods
Returns empty set if there are no parameters. Modifications to the set do not affect the query.
- Returns:
- the query parameters.
- Since:
- Jakarta Persistence (JPA) 1.0
- Returns:
- where clause predicate.
- Since:
- Jakarta Persistence (JPA) 1.0
- Parameters:
type- the subquery result type
- Returns:
- subquery.
- Since:
- Jakarta Persistence (JPA) 1.0
- Parameters:
type- the subquery result type
- Returns:
- subquery.
- Since:
- Jakarta Persistence (JPA) 1.0