Fixed
Details
Assignee
UnassignedUnassignedReporter
Former userFormer user(Deactivated)Components
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Former user
Former user(Deactivated)Components
Fix versions
Affects versions
Priority
Created July 8, 2013 at 8:31 AM
Updated July 23, 2020 at 10:22 AM
Resolved September 29, 2016 at 6:01 PM
the following QueryException occours if we execute the JPQL: SELECT b FROM A a INNER JOIN a.bs b INNER JOIN FETCH b.someOtherLongs. Without the INNER JOIN FETCH b.someOtherLongs it works fine. The attribute someOtherLongs is a @ElementCollection
TestCases are attached