Fix issue with @ElementColletion of Embeddables
This commit is contained in:
parent
a4330599c2
commit
8c377e9208
|
@ -451,7 +451,7 @@ public class LoaderSelectBuilder {
|
|||
if ( ! (fetchable instanceof BasicValuedModelPart ) ) {
|
||||
fetchDepth++;
|
||||
}
|
||||
Fetch fetch = fetchedFetchable.generateFetch(
|
||||
Fetch fetch = fetchable.generateFetch(
|
||||
fetchParent,
|
||||
fetchablePath,
|
||||
fetchTiming,
|
||||
|
|
Loading…
Reference in New Issue