blaze-persistence
blaze-persistence copied to clipboard
Dynamic fetching of MULTISET correlated collection fails
Using dynamic fetching through EntityViewSetting.fetch() on a correlated collection with MULTISET doesn't work. The attributePath is wrong and hence the subquery for the multiset is not rendered into the query.
Isnt this fixed by #2030 ?
Yes, that's the idea.