HHH-7823 - BatchFetchQueue.clear() does not clear batchLoadableCollections

This commit is contained in:
Steve Ebersole 2012-11-26 09:08:25 -06:00
parent d9e1a1c6e8
commit 70e7a1ff40
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ public class BatchFetchQueue {
*/ */
public void clear() { public void clear() {
batchLoadableEntityKeys.clear(); batchLoadableEntityKeys.clear();
batchLoadableCollections.clear();
subselectsByEntityKey.clear(); subselectsByEntityKey.clear();
} }