We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62348a0 commit bbd00baCopy full SHA for bbd00ba
src/NHibernate/Impl/StatelessSessionImpl.cs
@@ -317,7 +317,7 @@ public override object GetEntityUsingInterceptor(EntityKey key)
317
{
318
CheckAndUpdateSessionStatus();
319
// while a pending Query we should use existing temporary entities so a join fetch does not create multiple instances
320
- // of the same parent item
+ // of the same parent item (NH-3015, NH-3705).
321
object obj;
322
if (temporaryPersistenceContext.EntitiesByKey.TryGetValue(key, out obj))
323
return obj;
0 commit comments