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 480aee9 commit 498778bCopy full SHA for 498778b
src/NHibernate/Loader/Loader.cs
@@ -176,7 +176,7 @@ public virtual bool IsSubselectLoadingEnabled
176
/// Cache all additional persisters and collection persisters that were loaded by query (fetched entities and collections)
177
/// </summary>
178
/// <param name="resultTypePersisters">Persister indexes that are cached as part of query result (so present in ResultTypes)</param>
179
- private protected void CachePersistersWithCollections(IEnumerable<int> resultTypePersisters)
+ protected void CachePersistersWithCollections(IEnumerable<int> resultTypePersisters)
180
{
181
_cacheInfo = new Lazy<QueryCacheInfo>(() => GetQueryCacheInfo(resultTypePersisters));
182
}
0 commit comments