Branch: refs/heads/6.1
Home:
https://github.com/hibernate/hibernate-orm
Commit: a799142b5c2f986a68526115ef57a970da270615
https://github.com/hibernate/hibernate-orm/commit/a799142b5c2f986a6852611...
Author: Markus Heiden <markus(a)markusheiden.de>
Date: 2022-12-05 (Mon, 05 Dec 2022)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/collectionelement/ElementCollectionOfEmbeddableWithEntityWithEntityCollectionTest.java
Log Message:
-----------
HHH-15713 Add test case to reproduce bug
Commit: 4200344fe78c2b7444d68ea0fe11a5fd66637395
https://github.com/hibernate/hibernate-orm/commit/4200344fe78c2b7444d68ea...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2022-12-05 (Mon, 05 Dec 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/engine/spi/SubselectFetch.java
M
hibernate-core/src/main/java/org/hibernate/sql/results/graph/entity/AbstractEntityInitializer.java
M
hibernate-core/src/main/java/org/hibernate/sql/results/graph/entity/EntityInitializer.java
M
hibernate-core/src/main/java/org/hibernate/sql/results/graph/entity/internal/EntityResultInitializer.java
Log Message:
-----------
HHH-15713 UnknownTableReferenceException on @ElementCollection of @Embeddable containing
a @MayToOne with a @ManyToMany
Compare:
https://github.com/hibernate/hibernate-orm/compare/6afcb9fc2a08...4200344...