From the documents provided I learn that the hibernate4 allows multi-tenacity in three different levels.
Though what I cant understand is, whether we can have different set of entities for different tenants.
Thanks.
|
From the documents provided I learn that the hibernate4 allows multi-tenacity in three different levels. Though what I cant understand is, whether we can have different set of entities for different tenants. Thanks. |
||||
|
|
|
No you do not need multiple set of entities, the point of multi tenancy is to use the same relational structure (set of entities) but have multiple copies of it. One copy per tenant essentially. I have written a short post on it you can find heremulti tenancy in hibernate 3 |
|||
|