Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] fix for bug 278841

Checked -in
Reviewed by Andrei Ilitchev

Gordon Yorke wrote:
A patch file for bug 278841 is now available for review.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=278841

Description:
The IndirectList has a Attribute Change Tracking optimization where simple adds
and removes do not cause the indirection to trigger but instead simply records
the change in the change listener for updates to the database.  Because the
IndirectList is not instantiated the change is not merged into the cache. 
Without the change being passed to the cache it is not intercepted by the Cache
Interceptors.  This leaves any Cache Interceptors oblivious to the changes made
by the user.

Please review and provide any feedback.
--Gordon


_______________________________________________ eclipselink-dev mailing list eclipselink-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/eclipselink-dev

Back to the top