tags:

views:

15

answers:

1

I am looking for a way to get the entire object graph back from one of my nhibernate persisted entities. Is there a way to turn off lazy loading in a sessionfactory,session or query?

I have tried setting the FetchMode but it does not eagerly load the entity and child collections.

I just need this for one object to export it out of the database.