multi-tenant / grails-multi-tenant-single-db

Multi Tenant implementation for single database environments - Use grails-filtering and grails-hibernate-hijacker
Apache License 2.0
32 stars 25 forks source link

Leverage recent build-in multi-tenancy support in Hibernate #29

Open kimble opened 11 years ago

kimble commented 11 years ago

https://github.com/hibernate/hibernate-orm/blob/master/hibernate-core/src/main/java/org/hibernate/MultiTenancyStrategy.java

I'm not sure when Grails will be updated with the latest version of Hibernate..

MaximumDamage commented 11 years ago

This would be really nice.

sronderos commented 9 years ago

This is still not implemented for single db (discriminator) in Hibernate. https://hibernate.atlassian.net/browse/HHH-6054 https://hibernate.atlassian.net/browse/HHH-5697