Can NHibernate work with 2 different schema? I have a project to work with say Schema A for few parts and Schema B for others. Is this possible with NHibernate? How can I do that?
Can NHibernate work with 2 different schema? I have a project to work with
Share
I think it is possible, but you’ll have to instantiate 2 session factories.
Perhaps this article can be helpfull