You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by "Craig Russell (JIRA)" <ji...@apache.org> on 2008/01/28 23:47:34 UTC

[jira] Resolved: (JDO-572) Change signatures of PersistenceManager evictAll(Class pcClass, boolean subclasses) to evictAll(boolean subclasses , Class pcClass)

     [ https://issues.apache.org/jira/browse/JDO-572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Craig Russell resolved JDO-572.
-------------------------------

    Resolution: Fixed

Committed changes.

> Change signatures of PersistenceManager evictAll(Class pcClass, boolean subclasses) to evictAll(boolean subclasses , Class pcClass)
> -----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: JDO-572
>                 URL: https://issues.apache.org/jira/browse/JDO-572
>             Project: JDO
>          Issue Type: New Feature
>    Affects Versions: JDO 2 final
>            Reporter: Craig Russell
>            Assignee: Craig Russell
>             Fix For: JDO 2 maintenance release 1
>
>
> Change signatures of PersistenceManager evictAll(Class pcClass, boolean subclasses) to evictAll(boolean subclasses , Class pcClass). Also change parameters of DataStoreCache pinAll, unpinAll, and evictAll. This allows for evictAll(boolean subclasses , Class... pcClasses) in future.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.