2 paths...polymorphism="explicit" (but you must deal with it if then you
want a poly-query)
entity-name (allow you duplicated mapping of same class... to "solve" the
first path ;) )


2009/3/13 James Crowley <[email protected]>

> 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
>
> >
>


-- 
Fabio Maulo

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to