Branch: refs/heads/5.3
Home:
https://github.com/hibernate/hibernate-orm
Commit: 00b3ccb8ecf21c84a07a4098bca8ca8bbac01017
https://github.com/hibernate/hibernate-orm/commit/00b3ccb8ecf21c84a07a409...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2020-11-16 (Mon, 16 Nov 2020)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/loader/plan/build/internal/AbstractLoadPlanBuildingAssociationVisitationStrategy.java
Log Message:
-----------
HHH-14257 An Entity A with a map collection having as index an Embeddable with a an
association to the Entity A fails with a NPE
Commit: 2896372dd5b29cb6266bff94455f80166a02f25e
https://github.com/hibernate/hibernate-orm/commit/2896372dd5b29cb6266bff9...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2020-11-16 (Mon, 16 Nov 2020)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/test/collection/map/EmbeddableIndexTest.java
Log Message:
-----------
HHH-14257 Add test for issue
Compare:
https://github.com/hibernate/hibernate-orm/compare/bf0b86dfeab9...2896372...