Skip to content

Commit 617434c

Browse files
committed
Fix
1 parent ec38da6 commit 617434c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NHibernate/Loader/JoinWalker.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ private void WalkCollectionTree(IQueryableCollection persister, string alias, st
375375
}
376376
else if (type.IsComponentType)
377377
{
378+
_joinQueue.Enqueue(NextLevelJoinQueueEntry.Instance);
378379
WalkCompositeElementTree(
379380
(IAbstractComponentType) type,
380381
persister.ElementColumnNames,

0 commit comments

Comments
 (0)