CriteriaSelect<T> intersectAll(
CriteriaSelect<?superT> left,
CriteriaSelect<?superT> right
)
Create a query which is the intersection of the given queries, without elimination of duplicate results.
- Return:
- a new criteria query which returns the intersection of the results of the given queries
- Since:
- JPA 3.2