Skip to content

Commit bbd00ba

Browse files
committed
StatelessSessionImpl.cs: Add reference to issue.
1 parent 62348a0 commit bbd00ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/Impl/StatelessSessionImpl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ public override object GetEntityUsingInterceptor(EntityKey key)
317317
{
318318
CheckAndUpdateSessionStatus();
319319
// 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
320+
// of the same parent item (NH-3015, NH-3705).
321321
object obj;
322322
if (temporaryPersistenceContext.EntitiesByKey.TryGetValue(key, out obj))
323323
return obj;

0 commit comments

Comments
 (0)