Branch: refs/heads/5.4
Home:
https://github.com/hibernate/hibernate-orm
Commit: 19df09056d50212f406441f161d6635209c637b5
https://github.com/hibernate/hibernate-orm/commit/19df09056d50212f406441f...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2021-02-11 (Thu, 11 Feb 2021)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/bidirectional/OneToOneWithDerivedIdentityTest.java
Log Message:
-----------
HHH-14389 : Added test case. OneToOneWithDerivedIdentityTest#testFindById reproduces the
bug and is annotated with @FailureExpected
(cherry picked from commit 30fcb05795d5cea50a8c0807970f4dd41350e844)
Commit: f451ed46d9d2856f9dab6a4ebb985a4d3ea8fee5
https://github.com/hibernate/hibernate-orm/commit/f451ed46d9d2856f9dab6a4...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2021-02-11 (Thu, 11 Feb 2021)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/bidirectional/OneToOneEagerDerivedIdFetchModeSelectTest.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/bidirectional/OneToOneLazyDerivedIdFetchModeSelectTest.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/bidirectional/OneToOneWithDerivedIdentityTest.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/unidirectional/OneToOneEagerDerivedIdFetchModeSelectTest.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/unidirectional/OneToOneLazyDerivedIdFetchModeSelectTest.java
Log Message:
-----------
HHH-14389 : Add test case that throw IllegalArgumentException using EntityManager#find
by ID when ID is a one-to-one association
(cherry picked from commit 7e2747516ab98a268626009b70c66262e8a284fa)
Compare:
https://github.com/hibernate/hibernate-orm/compare/0d1d2af85171...f451ed4...