Description
Paul White created an issue — 13th March 2012, 21:19:19:
Hibernate now supports multi tenancy, documented here: http://docs.jboss.org/hibernate/core/4.1/devguide/en-US/html/ch16.html#d5e4642
The feature was tracked in Jira here: https://hibernate.atlassian.net/browse/HHH-5697
Related commits hereHopefully something similar can be implemented for NHibernate
Paul White added a comment — 14th March 2012, 15:03:24:
I have forked NHibernate Core to start work on this: https://github.com/IronsUK/nhibernate-core
Paul White added a comment — 17th April 2012, 8:07:57:
I created a pull request for some initial work around this: #91
Oskar Berggren added a comment — 26th May 2012, 20:26:10:
Pull request 91 partially merged. The remained cleaned up and available at https://github.com/oskarb/nhibernate-core/tree/NH-3087-prelim.