Fixed
Details
Details
Assignee
Christian Beikov
Christian BeikovReporter
Vincent Bouthinon
Vincent BouthinonLabels
Components
Sprint
None
Fix versions
Affects versions
Priority
Created October 7, 2024 at 12:15 PM
Updated November 21, 2024 at 5:31 PM
Resolved November 7, 2024 at 9:46 AM
Problem: The
getTableNameForColumn
method does not return the correct table in the JOINED inheritance strategy.Part of the explanation can be found here:
https://hibernate.zulipchat.com/#narrow/stream/132094-hibernate-orm-dev/topic/JoinedSubclassEntityPersis.23getTableNameForColumn.20.28KO.29
The issue started after commit
61a00b1e
.I will create a PR with the test that reproduces the problem.
Tables natural order
Tables reverse natural order
The PR : https://github.com/hibernate/hibernate-orm/pull/9061