Branch: refs/heads/6.6
Home:
https://github.com/hibernate/hibernate-orm
Commit: 92cbbc51436d226071f2e75f735edbf198babcb6
https://github.com/hibernate/hibernate-orm/commit/92cbbc51436d226071f2e75...
Author: Vincent Bouthinon <v-bouthinon(a)efluid.fr>
Date: 2024-11-11 (Mon, 11 Nov 2024)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/persister/entity/JoinedSubclassEntityPersisterTest.java
Log Message:
-----------
HHH-18703 : The JoinedSubclassEntityPersister#getTableNameForColumn method does not
return the correct table in the JOINED inheritance strategy.
Cause: one uses a sorted set of tables, the other does not.
Commit: 556285b735fe4ec93e5ca3175fc6b6e4f258e7d2
https://github.com/hibernate/hibernate-orm/commit/556285b735fe4ec93e5ca31...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2024-11-11 (Mon, 11 Nov 2024)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/persister/entity/JoinedSubclassEntityPersister.java
Log Message:
-----------
HHH-18703 Use natural order table numbers for subclass column closure
Compare:
https://github.com/hibernate/hibernate-orm/compare/e834b39e4564...556285b...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications