[hibernate-commits] [hibernate/hibernate-orm] 6027fe: HHH-14071 Fix binding for FetchProfile for OneToOn...
Oliver Saggau
noreply at github.com
Wed Jul 22 08:59:21 EDT 2020
Branch: refs/heads/5.4
Home: https://github.com/hibernate/hibernate-orm
Commit: 6027fe1eea0f62554c41650d7501430b5dbd3002
https://github.com/hibernate/hibernate-orm/commit/6027fe1eea0f62554c41650d7501430b5dbd3002
Author: Oliver Saggau <oliver.saggau at sysvision.de>
Date: 2020-07-22 (Wed, 22 Jul 2020)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/annotations/AnnotationMetadataSourceProcessorImpl.java
M hibernate-core/src/main/java/org/hibernate/cfg/AnnotationBinder.java
Log Message:
-----------
HHH-14071 Fix binding for FetchProfile for OneToOne(mappedBy=...) associations
Commit: d9180963e7a47811926ee632c8cf36db13a0b12a
https://github.com/hibernate/hibernate-orm/commit/d9180963e7a47811926ee632c8cf36db13a0b12a
Author: Oliver Saggau <oliver.saggau at sysvision.de>
Date: 2020-07-22 (Wed, 22 Jul 2020)
Changed paths:
A hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/Customer6.java
A hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/MappedByFetchProfileFunctionTest.java
A hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/MappedByFetchProfileUnitTest.java
A hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/mappedby/Address.java
A hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/mappedby/package-info.java
Log Message:
-----------
HHH-14071 Add test cases for issue
Compare: https://github.com/hibernate/hibernate-orm/compare/33e51c0c4798...d9180963e7a4
More information about the hibernate-commits
mailing list