Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: c0df74f0f3e7a59e8222642b9c4178334a0ccf44
https://github.com/hibernate/hibernate-orm/commit/c0df74f0f3e7a59e8222642...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2022-04-26 (Tue, 26 Apr 2022)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/compliance/EmbeddableInQueryResultTest.java
Log Message:
-----------
HHH-15223 Add test for issue
Commit: c58cd979d183e1fa9f4801f0db6f5c3abe946e16
https://github.com/hibernate/hibernate-orm/commit/c58cd979d183e1fa9f4801f...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2022-04-26 (Tue, 26 Apr 2022)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/sql/results/graph/embeddable/internal/EmbeddableResultImpl.java
Log Message:
-----------
HHH-15223 Embeddables in the Query Result, the embeddable instance returned by the query
will not be in the managed state
Compare:
https://github.com/hibernate/hibernate-orm/compare/32810698afb8...c58cd97...