Re: [hibernate-dev] Multi-Tenancy and "shared" data

2012-05-21 Thread Emmanuel Bernard
On 15 mai 2012, at 19:04, Steve Ebersole wrote: > Multi-tenant setups sometimes have data that is shared between the > tenants (codec tables, etc). > > I think the first question is do we want to support this mixing? I > think it is common enough that it is worthwhile to support it. And I d

Re: [hibernate-dev] Multi-Tenancy and "shared" data

2012-05-15 Thread John Verhaeg
I'd agree. It would seem strange to assume the lack of inheritance in this case and have to annotate multi-tenancy throughout the chain of associations. On May 15, 2012, at 12:04 PM, Steve Ebersole wrote: > Multi-tenant setups sometimes have data that is shared between the > tenants (codec tab

[hibernate-dev] Multi-Tenancy and "shared" data

2012-05-15 Thread Steve Ebersole
Multi-tenant setups sometimes have data that is shared between the tenants (codec tables, etc). I think the first question is do we want to support this mixing? I think it is common enough that it is worthwhile to support it. And I do not think it is complicated enough to be painful to implem