09-30-07 06:11 PM
[ https://issues.apache.org/jira/brow...ls:all-tabpanel ]
Michael Bouschen resolved JDO-535.
----------------------------------
Resolution: Fixed
Checked in the patch (see revsion 580741).
> Add method evictAll taking a class instance to PersistenceManager interfac
e
> --------------------------------------------------------------------------
-
>
> Key: JDO-535
> URL: https://issues.apache.org/jira/browse/JDO-535
> Project: JDO
> Issue Type: New Feature
> Components: api2, api2-legacy
> Affects Versions: JDO 2 maintenance release 1
> Reporter: Michael Bouschen
> Assignee: Michael Bouschen
> Fix For: JDO 2 maintenance release 1
>
> Attachments: JDO-535.patch
>
>
> The PersistenceManager interface does not provide an evictAll method taking a clas
s instance, while the DataStoreCache interface does define this method to evict inst
ances from the second level cache. This allows to evict instances for a particluar c
las
s.
> I propose to add the following method to the PersisteneManager interface:
> void evictAll (Class pcClass, boolean subclasses);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
[ Post a follow-up to this message ]
|