Romain Manni-Bucau created OPENJPA-2825:
-------------------------------------------
Summary: JPQL does not support well join on collection tables
Key: OPENJPA-2825
URL: https://issues.apache.org/jira/browse/OPENJPA-2825
Project: OpenJPA
Issue Type: Bug
Affects Versions: 3.1.2
Reporter: Romain Manni-Bucau
Valid JPQL ex:
{code:java}
select distinct e from MyEntity e join e.collectionTable c where c in
:potentialValues {code}
Note: using criteriabuilder the query is well executed.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)