NHibernate.Mapping.Attributes - Order (joined-)subclasses when they extends each others
Description
Required because the mapping of the extending class must come after the mapping of the extended class.
Environment
None
Activity
Show:
Pierre Henri Kuaté June 24, 2006 at 8:57 AM
Partially solved: The re-ordering takes place when classes are "top-level" (that is not nested in other mapped classes). But as it is quite unusual to put a interdependent mapped subclasses in a mapped class, it should be enough.
Required because the mapping of the extending class must come after the mapping of the extended class.