|
Hibernate should clean up nonLazyCollections when a Query is executed. There is something about your collection that causes this to not happen. Simply clearing it from the session avoids dealing with the bug.
I need to know details about the collection that remains in nonLazyCollections. If you cannot provide the mappng for the collection, I will assume that this is a duplicate of HHH-2862.
|