Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 176b6647f7cfd3600ae7f9b70143c5af566950bf
https://github.com/hibernate/hibernate-orm/commit/176b6647f7cfd3600ae7f9b...
Author: Vincent Bouthinon <v-bouthinon(a)efluid.fr>
Date: 2024-11-07 (Thu, 07 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: 89554833b032ff75d6c641db737bf99fa99863f1
https://github.com/hibernate/hibernate-orm/commit/89554833b032ff75d6c641d...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2024-11-07 (Thu, 07 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/c698b8a05681...8955483...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications