Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 49690bf4ce9c9d4c3f7c260a85f94df7a37825ed
https://github.com/hibernate/hibernate-orm/commit/49690bf4ce9c9d4c3f7c260...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2023-01-24 (Tue, 24 Jan 2023)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/BinderHelper.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/mapping/internal/ToOneAttributeMapping.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/refcolnames/secondary/RefToSecondaryTableTest.java
Log Message:
-----------
HHH-15933 Table reference by name and change referenced property owner
Commit: 998f2ef21f0510cc0e2c50132aed6804e0c2c96a
https://github.com/hibernate/hibernate-orm/commit/998f2ef21f0510cc0e2c501...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2023-01-24 (Tue, 24 Jan 2023)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/BinderHelper.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/refcolnames/subclass/Animal.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/refcolnames/subclass/Cat.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/refcolnames/subclass/RefToJoinedSuperclassTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/refcolnames/subclass/Toy.java
Log Message:
-----------
HHH-15933 Better property owner check + new test case for JoinedSubclass
Compare:
https://github.com/hibernate/hibernate-orm/compare/a4e2fe57cc91...998f2ef...