QueryDSL duplicate identification variable/equality syntax error with any on Set?

后端 未结 2 913
清酒与你
清酒与你 2021-01-24 23:44

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

2条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-25 00:05

    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.

提交回复
热议问题