nhibernate-core icon indicating copy to clipboard operation
nhibernate-core copied to clipboard

WIP Use table group joins for many-to-many in Criteria and Entity loaders

Open bahusoid opened this issue 4 years ago • 0 comments

Cons: query is executed for each not found element for not filtered collection for Criteria and lazy loading (so not ideal when not-found="ignore")

hibernate uses inner join for many-to-many lazy loading (so basically always ignores not found records)

bahusoid avatar Feb 23 '21 12:02 bahusoid