[hibernate-dev] LoadContexts.cleanup() is never called
Steve Ebersole
steve at hibernate.org
Wed Apr 18 06:36:41 EDT 2007
Its not ;) It was put there for something I want to do later
Gail Badner wrote:
> Hi,
>
> I was looking over the changes in revision 11401 for HHH-2553 and I
> noticed that a new method, LoadContexts.cleanupCollectionEntries(Set
> entryKeys), is never called. This is because LoadContexts.cleanup() is
> never called. LoadContexts.cleanup() is the only method that calls
> CollectionLoadContext.cleanup(), which is the only method that calls
> LoadContexts.cleanupCollectionEntries(Set entryKeys).
>
> I also noticed that LoadContexts.cleanup() is the only method that
> calls EntityLoadContext.cleanup(), so that method is also never called.
>
> I just thought I'd mention this in case it was an oversight.
>
> Gail Badner
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>
More information about the hibernate-dev
mailing list