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
we are using hibernate-redis-2.4.0 with Hibernate 5.0.12 and Spring-Data-JPA 1.11. We have enabled multitenancy with schema approach. We could see entries in redis server with keys containing tenantId and primary-key of the entity.
Now, while accessing the application same entity is being loaded for both tenants. We have observed from logs that the tenantId is being resolved properly in both the cases.
Anybody faced this kind of issue.
Please help
The text was updated successfully, but these errors were encountered:
Hi
we are using hibernate-redis-2.4.0 with Hibernate 5.0.12 and Spring-Data-JPA 1.11. We have enabled multitenancy with schema approach. We could see entries in redis server with keys containing tenantId and primary-key of the entity.
Now, while accessing the application same entity is being loaded for both tenants. We have observed from logs that the tenantId is being resolved properly in both the cases.
Anybody faced this kind of issue.
Please help
The text was updated successfully, but these errors were encountered: