Some additional info: you find the exact same behavior if you change the one-to-one mappings to one-to-many mappings.
It seems that NHibernate will only do 1 left outer join per mapping type per concrete table. On Nov 3, 10:56 pm, Joseph Daigle <[email protected]> wrote: > So basically if I have N subclasses, when I load Customer it always > results in 1 + N - 1queries. The first is a join of Customer and the > first subclass, the rest are just the subclass fetches. -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
