Branch: refs/heads/5.4
Home:
https://github.com/hibernate/hibernate-orm
Commit: 6027fe1eea0f62554c41650d7501430b5dbd3002
https://github.com/hibernate/hibernate-orm/commit/6027fe1eea0f62554c41650...
Author: Oliver Saggau <oliver.saggau(a)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/d9180963e7a47811926ee63...
Author: Oliver Saggau <oliver.saggau(a)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...d918096...