All work
- Update Shards for NH 4.0NHSD-6
- Cannot begin transaction after completion of previous transaction on same sessionNHSD-5
- Release a 3.0.0 Alpha 1 buildNHSD-4
- Release a 2.1.2 buildNHSD-3
- SubsetShardedSessionFactoryImpl implementedNHSD-2Resolved issue: NHSD-2
- Tests implementation continuesNHSD-1Resolved issue: NHSD-1
6 of 6
Add support for multi tenancy
Description
Environment
None
Details
Details
Assignee
Unassigned
UnassignedReporter
Paul White
Paul WhiteComponents
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created March 13, 2012 at 9:19 PM
Updated April 11, 2018 at 3:48 PM
Activity
Oskar Berggren May 26, 2012 at 8:26 PM
Pull request 91 partially merged. The remained cleaned up and available at https://github.com/oskarb/nhibernate-core/tree/NH-3087-prelim.
Paul White April 17, 2012 at 8:07 AM
I created a pull request for some initial work around this: https://github.com/nhibernate/nhibernate-core/pull/91
Paul White March 14, 2012 at 3:03 PM
I have forked NHibernate Core to start work on this: https://github.com/IronsUK/nhibernate-core
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.onjira.com/browse/HHH-5697
Hopefully something similar can be implemented for NHibernate