I've got an inheritance hierarchy in which the base class is not abstract - it still represents a valid entity in its own right. Is there any way to instruct nhibernate *not* to load the inheritance hierarchy by attempting to join across all the child tables in order to work out what type it is? It seems to do this even when I'm using a projection that takes only properties from the base class.... in that case I'm hoping the DB will optimize it out from the query plan, but feels really nasty.
Thanks, James --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
