Is it possible to modify a query (or the mapping) so that the call to the .Fetch() extension method of NHibernate results in a inner join in the generated SQL query?
In HQL this is easy, you just have to write inner join fetch instead of left join fetch, but I couldn’t find that for Linq.
Since this isn’t possible yet, I have created a Jira issue for it: NH-2790