Hibernate 6 Shared schema Multitenancy
Apr 8, 2025 · 3 min read · Shared schema (or row-level) multitenancy means that the data of all tenants is stored in one database (schema). Depending on your use case this might be OK or totally unacceptable due to for example data protection concerns. It is harder to delete a...
Join discussion



