You're best looking into merging your mappings into a single xml file before handing it over to NH. You can do this at compile time (I think Ayende had a post about this on his blog). Fluent NHibernate doesn't currently merge your mappings, so you'll encounter the same perf there as with regular NH.
On Sun, Jul 12, 2009 at 5:25 PM, Guga Oliveira <[email protected]>wrote: > > We will start a new project, and we think that we will get something > about 600 classes to be mapped to tables in an Oracle Database. > > recently we have found an article saying about problems with several > mapping in nhibernate. About the slow time to start on a project with > this size. > > My question is, what is the best approach? To break the project in > modules, or to use an alternative to compile the mappings, like fluent > or another way. > > Thanks > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
