nhibernate-core
nhibernate-core copied to clipboard
WIP Use table group joins for many-to-many in Criteria and Entity loaders
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)