Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: ccd58ee499eefca66664ef0305679ae85367c655
https://github.com/hibernate/hibernate-orm/commit/ccd58ee499eefca66664ef0...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-11-08 (Mon, 08 Nov 2021)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/internal/InFlightMetadataCollectorImpl.java
M
hibernate-core/src/main/java/org/hibernate/cfg/CopyIdentifierComponentSecondPass.java
Log Message:
-----------
HHH-14918 Always process components containing an ID copy as we would any other FK
Commit: 2e1f7b5d89dffca6cd2502ebb3f4e487078d7934
https://github.com/hibernate/hibernate-orm/commit/2e1f7b5d89dffca6cd2502e...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-11-08 (Mon, 08 Nov 2021)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/test/idclass/IdClassForNestedIdWithAssociationTest.java
Log Message:
-----------
HHH-14918 Test entity with composite ID containing an association to another entity
which itself has a composite ID containing an association to another entity
Compare:
https://github.com/hibernate/hibernate-orm/compare/6c53a9d1abf1...2e1f7b5...