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