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
SetFetchMode
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.