Branch: refs/heads/6.1
Home:
https://github.com/hibernate/hibernate-orm
Commit: 37f812ca34e53eeb1d567f074226f51864993b39
https://github.com/hibernate/hibernate-orm/commit/37f812ca34e53eeb1d567f0...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2023-01-25 (Wed, 25 Jan 2023)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cfg/BinderHelper.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/mapping/internal/ToOneAttributeMapping.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/refcolnames/secondary/RefToSecondaryTableTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/refcolnames/secondary/Reference.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/refcolnames/secondary/Split.java
Log Message:
-----------
HHH-15933 Table reference by name and change referenced property owner
Commit: 03a9487debe24360da816852eb9a77c335cf5677
https://github.com/hibernate/hibernate-orm/commit/03a9487debe24360da81685...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2023-01-25 (Wed, 25 Jan 2023)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cfg/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/56a61c93a198...03a9487...