Re: Left fetch join => distinct

2014-05-01 Thread Rick Curtis
I don't have time to dig into this issue today, but I know there is quite a bit of history on the mailing list[1] revolving around left fetch join and distinct Thanks, Rick [1] http://openjpa.markmail.org/search/?q=left%20fetch%20join%20distinct On Tue, Apr 29, 2014 at 11:51 AM, Jim Talbut

Left fetch join => distinct

2014-04-29 Thread Jim Talbut
Hi, This is from the definition of a named query: query = "SELECT o from AssessmentImpl o " + "left join fetch o.assessmentResults " + "where " + "o.assessmentKey.dateCreated > :outstandingLimit "