You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: jpa/multitenant/README.adoc
+2
Original file line number
Diff line number
Diff line change
@@ -8,3 +8,5 @@ Each uses a different strategy to separate data by tenant:
8
8
2. Use a separate schema per tenant
9
9
3. Use a separate database per tenant.
10
10
11
+
_The contained projects are only examples how to use Hibernates Multitenant feature with Spring Data JPA.
12
+
For any real application a decision has to be made how to scope a tenant. Storing it in a singleton as in the examples is for most cases not an appropriate solution._
0 commit comments