Skip to content

NHibernate Session.Query ignore Fetch Join?

January 6, 2012

We set up child collection relationship to Fetch as Join in mapping, using fluentNHibernate:

HasMany( x => Details ).Fetch.Join();

It works fine at least for Session.Get<T>(id), we can see only one joined query instead of two separated ones.

But it seems  Session.Query<T>() keeps ignoring this join fetch setting, we always got two separated selects when using Session.Query<T>. A Bug?

No comments yet

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.