Branch: refs/heads/5.2
Home:
https://github.com/hibernate/hibernate-orm
Commit: e58ab7ac5eabfe0cfe953847fae64f10b75f318b
https://github.com/hibernate/hibernate-orm/commit/e58ab7ac5eabfe0cfe95384...
Author: Ladislav Kulhanek <ladislav.kulhanek(a)crossad-ni.com>
Date: 2018-02-27 (Tue, 27 Feb 2018)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/engine/internal/TwoPhaseLoad.java
M hibernate-core/src/main/java/org/hibernate/type/CollectionType.java
M hibernate-core/src/main/java/org/hibernate/type/EntityType.java
M hibernate-core/src/main/java/org/hibernate/type/Type.java
A
hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/CollectionLoadedInTwoPhaseLoadTest.java
A
hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/EntityLoadedInTwoPhaseLoadTest.java
M
hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/join/JoinFetchProfileTest.java
Log Message:
-----------
HHH-12297 - Relations are not loaded when using Fetch Profiles