Make AddAssembly smarter about joined-subclass order
Description
A post on the developer forum had a suggestion about how AddAssembly could be modified so joined-subclass/subclass mappings in seperate files would be added in the correct order.
Environment
None
Attachments
3
Activity
Show:
MikeM
February 25, 2005 at 4:29 PM
0.7 was released
MikeM
February 21, 2005 at 11:21 AM
Code was committed. Also added an overload to AddAssembly to allow the user to skip the process of having NHibernate order the hbm.xml files if they don't use the extends attribute.
Mark Traudt
January 22, 2005 at 5:07 AM
Attached test cases. Ran with old and new version of Configuration.cs and results are as expected. Note that I do not actually try to use the mappings in these test cases, I only load them, on the assumption that if the load succeeds all should be okay.
A post on the developer forum had a suggestion about how AddAssembly could be modified so joined-subclass/subclass mappings in seperate files would be added in the correct order.