-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 multi tenancy column discriminator #28644
Comments
To clarify context: HHH-6054 is only fixed in Hibernate ORM 6, and Steve has stated pretty clearly it won't be backported to Hibernate ORM 5. Quarkus (as much of the Java ecosystem, unfortunately) is still on ORM 5, because ORM 5 uses older Java EE packages ( Thus, support for discriminator-based multi-tenancy will happen, but only in Quarkus 3, which will upgrade to Hibernate ORM 6. |
Linking 26986 for reference. |
Linking 32686 for reference, WIP. |
Fixed by #32855 |
(cherry picked from commit 143a61b)
Description
#5681 added support to hibernate, however the column discriminator was not supported, because by the time, Hibernate itself didn't have fully support for it.
However, HHH-6054 is now completed and we can have support for discriminator column.
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: