We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, How can I set up multi-tenancy in SpringDataJDBC? That is, set the query to attach the upper tenant condition uniformly at the time of query.
The text was updated successfully, but these errors were encountered:
There's no such support in Spring Data JDBC to set up filters for a tenant column.
Sorry, something went wrong.
There is a related feature request: #1547
Hello, do you provide any extension points? If it cannot be directly supported, how can I indirectly configure and support tenants?
No branches or pull requests
Hi, How can I set up multi-tenancy in SpringDataJDBC? That is, set the query to attach the upper tenant condition uniformly at the time of query.
The text was updated successfully, but these errors were encountered: