As far as I know only the reverse will work, i.e. forcing eager load
on an otherwise lazy relationship thru setting a particular fetch
mode. You should consult the NHibernate documentation.
Eager load across all entities (aggregates?) sound a little weird.
Sounds like cascading reads in the whole model?