Reputation: 21
This is my first post on this forum and am trying to make it effective enough for all to understand.
I have this problem on hand which needs an implementation for multi-tenancy. So, the basic workflow of the system happens as following -
Can anybody please help me on how I should address this issue efficiently using Spring-Hibernate?
What are the feasible ways of doing this in terms of bean and mapping file configuration?
any detailed guide or even references to resources to check out is much appreciated.
-- Rajdeep
Upvotes: 1
Views: 658
Reputation: 1294
Steve Ebersole (of Hibernate fame) has a good writeup regarding multi-tenancy with Hibernate
Upvotes: 1