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:43:35 UTC

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

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.


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

Posted by "Michael Bouschen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JDO-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565215#action_12565215 ] 

Michael Bouschen commented on JDO-572:
--------------------------------------

Changed the signature file in tck2 and tck2-legacy (see revision 618084).

> 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.


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

Posted by "Craig Russell (JIRA)" <ji...@apache.org>.
     [ 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.