Eager loading child collection with NHibernate

前端 未结 3 714
粉色の甜心
粉色の甜心 2020-12-17 09:03

I want to load root entities and eager load all it\'s child collection and aggregate members.

Have been trying to use the SetFetchMode in FluentNHiberna

3条回答
  •  执念已碎
    2020-12-17 09:31

    While it might not be exactly what you are looking for, I would recommend looking at this article:

    Eager loading aggregate with many child collections

    If you look around the rest of that site you will find even more posts that discuss eager loading and other great nHibernate stuff.

提交回复
热议问题