Rajdeep Das
Rajdeep Das

Reputation: 21

implementation of a federated database for multiple tenants in spring-hibernate

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

Answers (1)

jjungnickel
jjungnickel

Reputation: 1294

Steve Ebersole (of Hibernate fame) has a good writeup regarding multi-tenancy with Hibernate

Upvotes: 1

Related Questions