I have JPA entities as outlined here: QueryDSL JPA syntax error with contains on Set?
Now I try to have multiple restrictions on the Set tags in a single qu
Set tags
Can you use a join instead of a sub-select? This would be much more efficient as well.
You could also try EclipseLink 2.4, which may not have these issues.
QueryDSL supports joins, both innerJoin() and leftJoin(), you should use this instead.