Hi all We're experiencing a small issue, and I just want to confirm if its by design or not...
We have an entity with 3 one-to-one mappings to 3 different objects, that all inherit from a single object and are mapped as subclasses with discriminators. When selecting the main entity, nhibernate does 3 selects, 1 inner joined to the other table with the discriminator value for the first one-to-one, and then 2 other selects for each of the other one-to-one mappings. Is there any thing we could do to limit this to a single select (with multiple joins onto the other table)? Also, we're using a fairly recent trunk build (~6 Nov 2008, not sure on the exact revision number), are there changes since then that may affect this? Thanks Gareth --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
