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 ) ) {
|
if ( ! (fetchable instanceof BasicValuedModelPart ) ) {
|
||||||
fetchDepth++;
|
fetchDepth++;
|
||||||
}
|
}
|
||||||
Fetch fetch = fetchedFetchable.generateFetch(
|
Fetch fetch = fetchable.generateFetch(
|
||||||
fetchParent,
|
fetchParent,
|
||||||
fetchablePath,
|
fetchablePath,
|
||||||
fetchTiming,
|
fetchTiming,
|
||||||
|
|
Loading…
Reference in New Issue