CriteriaSelect<T> except(
CriteriaSelect<T> left,
CriteriaSelect<?> right
)
Create a query by (setwise) subtraction of the second query from the first query.
- Return:
- a new criteria query which returns the result of subtracting the results of the second query from the results of the first query
- Since:
- JPA 3.2