Branch: refs/heads/6.4
Home:
https://github.com/hibernate/hibernate-orm
Commit: 28d8ec578fdb0c6ee53c2c3491cdb297ae903416
https://github.com/hibernate/hibernate-orm/commit/28d8ec578fdb0c6ee53c2c3...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2024-01-26 (Fri, 26 Jan 2024)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/inheritance/ManyToManyJoinTableAndInheritanceTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/inheritance/OneToManyJoinedInheritanceAndDiscriminatorTest.java
Log Message:
-----------
HHH-17679 Add test for issue
Commit: 7a227d702d43bc26872e5239e3c53e3e9afe7dbc
https://github.com/hibernate/hibernate-orm/commit/7a227d702d43bc26872e523...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2024-01-26 (Fri, 26 Jan 2024)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/persister/entity/JoinedSubclassEntityPersister.java
M
hibernate-core/src/main/java/org/hibernate/query/sqm/sql/BaseSqmToSqlAstConverter.java
Log Message:
-----------
HHH-17679 Fix unnecessary table reference resolution for treat
Compare:
https://github.com/hibernate/hibernate-orm/compare/122598dcc2fd...7a227d7...