Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: 9b991310b52612c5e1ec8c6c92e4caad55b45d92
https://github.com/hibernate/hibernate-orm/commit/9b991310b52612c5e1ec8c6...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-03-01 (Mon, 01 Mar 2021)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cfg/ToOneFkSecondPass.java
Log Message:
-----------
HHH-14467 Fix relative ordering of second pass for associations and derived IDs
Always execute second pass for associations referencing an entity with
derived ID after the second pass for that entity's derived ID.
Signed-off-by: Yoann Rodière <yoann(a)hibernate.org>
Commit: b6b83536e61d5cea0496f6913f47d99de5e40e1b
https://github.com/hibernate/hibernate-orm/commit/b6b83536e61d5cea0496f69...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-03-01 (Mon, 01 Mar 2021)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e4/c/DerivedIdentitySimpleParentSimpleDepSecondPassOrderingTest.java
M hibernate-core/src/test/java/org/hibernate/test/util/SchemaUtil.java
Log Message:
-----------
HHH-14467 Test referencing an entity whose ID is derived
Signed-off-by: Yoann Rodière <yoann(a)hibernate.org>
Commit: 021b2741ab6ec43c03c71990bf52140c3240c0dc
https://github.com/hibernate/hibernate-orm/commit/021b2741ab6ec43c03c7199...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2021-03-01 (Mon, 01 Mar 2021)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cfg/ToOneFkSecondPass.java
Log Message:
-----------
HHH-14467 Simplify detection of *ToOne associations that are part of the entity
identifier
Commit: a90aaa48b40dffe223c7daf5b167884d605ac1b7
https://github.com/hibernate/hibernate-orm/commit/a90aaa48b40dffe223c7daf...
Author: gbadner <gbadner(a)redhat.com>
Date: 2021-03-01 (Mon, 01 Mar 2021)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cfg/ToOneFkSecondPass.java
Log Message:
-----------
HHH-14467 Avoid false positives when detecting *ToOne associations that are part of the
identifier
Co-authored-by: Yoann Rodière <yoann(a)hibernate.org>
Compare:
https://github.com/hibernate/hibernate-orm/compare/496e5995b2c0...a90aaa4...