-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for discriminator-based multi-tenancy #12
Comments
Hi, |
I got working multi-tenant support in jhipster microservice without using hibernate filter. I had to create relevant database change with query changes for the discriminator which is tenant ID. It might be a workaround. however, will that help?? |
Hi, sure do you want to share some sample code for this? |
Hey, yes I can do. I have worked on Jhipster microservice to make it tenant-aware. |
Here's the Jhipster microservice in which discriminator based multi-tenancy is enabled in my own approach. |
Add support for discriminator columns when this hibernate issue is resolved
https://hibernate.atlassian.net/browse/HHH-6054
The text was updated successfully, but these errors were encountered: