Is there a way to set the fetchmode to eager for more than one object using linq for nhibernate. There seems to be an expand method which only allows me to set one object. However I need to set it for more than one object. Is this possible? Thanks
|
feedback
|
|
just use it more then once.
| |||||||||||||||
feedback
|
|
The new Linq provider does it a little differently:
More here: http://mikehadlow.blogspot.com/2010/08/nhibernate-linq-eager-fetching.html | |||
|
feedback
|
|
As far as I can see, this is not equivalent: SetFetchMode hydrates an objects tree and the Expand method retrieves a cartesian product. | |||
|
feedback
|