Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Re: bug 286961: ModifyAllQuery.invalidateCache should never check ReadLocks

The final patch checked into both trunk and 1.1. Reviewed by James.
----- Original Message -----
Sent: Tuesday, August 18, 2009 7:05 PM
Subject: bug 286961: ModifyAllQuery.invalidateCache should never check ReadLocks

New Patch

The patch has been reworked following feedback from Chris and James.
Rather than adding an extra parameter to an existing method a new method
invalidateObjects was defined, which should perform better. Also ModifyAllQuery
no longer invalidates any objects in case none was modified in the db.
----- Original Message -----
Sent: Tuesday, August 18, 2009 11:49 AM
Subject: Re: [eclipselink-dev] Re: Bug 280803: JPA 2.0 Pessimistic Locking Scope

Logged and suggested a patch for bug 286961: ModifyAllQuery.invalidateCache should never check ReadLocks
 
Please send any feedback you may have.
Thanks,
Andrei

Back to the top