HHH-7823 - BatchFetchQueue.clear() does not clear batchLoadableCollections
This commit is contained in:
parent
d9e1a1c6e8
commit
70e7a1ff40
|
@ -88,6 +88,7 @@ public class BatchFetchQueue {
|
||||||
*/
|
*/
|
||||||
public void clear() {
|
public void clear() {
|
||||||
batchLoadableEntityKeys.clear();
|
batchLoadableEntityKeys.clear();
|
||||||
|
batchLoadableCollections.clear();
|
||||||
subselectsByEntityKey.clear();
|
subselectsByEntityKey.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue