Fix issue with @ElementColletion of Embeddables

This commit is contained in:
Andrea Boriero 2020-01-31 18:30:25 +00:00
parent a4330599c2
commit 8c377e9208
1 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ public class LoaderSelectBuilder {
if ( ! (fetchable instanceof BasicValuedModelPart ) ) {
fetchDepth++;
}
Fetch fetch = fetchedFetchable.generateFetch(
Fetch fetch = fetchable.generateFetch(
fetchParent,
fetchablePath,
fetchTiming,