| Many companies I work for use the same approch, at this moment these companies do not use Hibernate because it doesn’t support shared schema:
- *common *: the common schema with data not specific to a tenant
- *tenant_a *: the tenant "a" schema with its dedicated data
- *tenant_b *: the tenant "b" schema with its dedicated data
Is there a way to implement it? Probably OT. |