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?

On May 3, 8:25 am, premeister <vaughnpre...@gmail.com> wrote:
> Hi there,
>
> I have mapped all my entities to use eager loading.
>
> I want to be able to set lazy loading on my queries dynamically so
> that I dont retrieve all the entities.
>
> Please let me know how I can do this
>
> Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibernate@googlegroups.com.
To unsubscribe from this group, send email to 
fluent-nhibernate+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en.

Reply via email to