Skip to content
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

Open
jduggan83 opened this issue Oct 23, 2017 · 5 comments
Open

Support for discriminator-based multi-tenancy #12

jduggan83 opened this issue Oct 23, 2017 · 5 comments

Comments

@jduggan83
Copy link
Contributor

Add support for discriminator columns when this hibernate issue is resolved
https://hibernate.atlassian.net/browse/HHH-6054

@shalphaaslam
Copy link

shalphaaslam commented Jun 29, 2020

Hi,
I tried to comment on this project https://hibernate.atlassian.net/browse/HHH-6054
I think the comment is disabled. It would be great if someone help me in collaborating with the contributors!!

@shalphaaslam
Copy link

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??

@jduggan83
Copy link
Contributor Author

Hi, sure do you want to share some sample code for this?

@shalphaaslam
Copy link

shalphaaslam commented Jul 18, 2020

Hey, yes I can do. I have worked on Jhipster microservice to make it tenant-aware.

@shalphaaslam
Copy link

shalphaaslam commented Aug 10, 2020

Here's the Jhipster microservice in which discriminator based multi-tenancy is enabled in my own approach.
https://github.com/shalphaaslam/java
Please let me know your comments if any

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants