I have a requirement where certain features of a SaaS application ( and supporting entities ) are global i.e. not tenant specific . Other features are tenant specific. All tenants should be able to view (not update/create) the global / master data .
I have gone through the documentation. However it seems, once we configure a multi-tenancy strategy ( database / schema / discriminator ), the sessions will stick to one tenant , which will use a specific database / schema / discriminator.
How best to handle this kind of requirement with hibernate multi-tenancy features ? Appreciate some suggestions here.
Thanks, Rajesh
|