Hi;
We are using Fluent nHibernate, and our approach is DB first. We generate all entities and mapping via Entity Developer.
I am looking for a way to disable any kind of ihteritance. Every table should be mapped as ClassMap, not SubClassMap. The main reason for this is to prevent left joins.
Is there any way accomplish this?
Thanks.
can uzun
Disabling Inheritance
Re: Disabling Inheritance
I have unchecked "Detect Table Per Type inheritances" checkbox in Model Settings. I guess that did the trick.
Don't forget to delete and re-add child objects for the setting to apply.
Don't forget to delete and re-add child objects for the setting to apply.