Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: 63ecc1c8c3656d6cf03e4983314fe6710ee6876f
https://github.com/hibernate/hibernate-orm/commit/63ecc1c8c3656d6cf03e498...
Author: Christian Bauer <cb(a)4thline.com>
Date: 2014-01-14 (Tue, 14 Jan 2014)
Changed paths:
A
hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/graphs/find/FindEntityGraphTests.java
Log Message:
-----------
HHH-8855 Failing test for multiple @ManyToOnes load graph
Commit: 76e0e427960446b66fbb34ca01242cfc5207f046
https://github.com/hibernate/hibernate-orm/commit/76e0e427960446b66fbb34c...
Author: Brett Meyer <brett(a)3riverdev.com>
Date: 2014-01-14 (Tue, 14 Jan 2014)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/loader/plan/build/internal/AbstractEntityGraphVisitationStrategy.java
M
hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/graphs/find/FindEntityGraphTests.java
Log Message:
-----------
HHH-8855 corrected EntityGraph loadplan strategy, testcase cleanup
Compare:
https://github.com/hibernate/hibernate-orm/compare/56e6db38fc57...76e0e42...