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 "Michelle Caisse (JIRA)" <ji...@apache.org> on 2006/12/11 04:45:20 UTC

[jira] Created: (JDO-450) Change signatures of PersistenceManager methods to be generic

Change signatures of PersistenceManager methods to be generic
-------------------------------------------------------------

                 Key: JDO-450
                 URL: http://issues.apache.org/jira/browse/JDO-450
             Project: JDO
          Issue Type: New Feature
          Components: api2
    Affects Versions: JDO 2 final
            Reporter: Michelle Caisse
         Assigned To: Craig Russell
             Fix For: JDO 2 maintenance release 1


Change in 12.6 signatures of PersistenceManager methods to be generic. Note that these changes are source compatible with existing application programs.  See ChangeLog for new signatures.

Object getObjectById (Class cls, Object key)
Object newInstance(Class persistenceCapable)
Object makePersistent (Object pc)
Object[ ] makePersistentAll (Object[ ] pcs)
Collection makePersistentAll (Collection pcs)
Object detachCopy(Object pc)
Collection detachCopyAll(Collection pcs)
Object[ ] detachCopyAll(Object[ ] pcs)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (JDO-450) Change signatures of PersistenceManager methods to be generic

Posted by "Craig Russell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JDO-450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Craig Russell resolved JDO-450.
-------------------------------

    Resolution: Fixed

Patch has been checked in.

> Change signatures of PersistenceManager methods to be generic
> -------------------------------------------------------------
>
>                 Key: JDO-450
>                 URL: https://issues.apache.org/jira/browse/JDO-450
>             Project: JDO
>          Issue Type: New Feature
>          Components: api2
>    Affects Versions: JDO 2 final
>            Reporter: Michelle Caisse
>            Assignee: Craig Russell
>             Fix For: JDO 2 maintenance release 1
>
>         Attachments: jdo-450.patch
>
>
> Change in 12.6 signatures of PersistenceManager methods to be generic. Note that these changes are source compatible with existing application programs.  See ChangeLog for new signatures.
> Object getObjectById (Class cls, Object key)
> Object newInstance(Class persistenceCapable)
> Object makePersistent (Object pc)
> Object[ ] makePersistentAll (Object[ ] pcs)
> Collection makePersistentAll (Collection pcs)
> Object detachCopy(Object pc)
> Collection detachCopyAll(Collection pcs)
> Object[ ] detachCopyAll(Object[ ] pcs)

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


[jira] Updated: (JDO-450) Change signatures of PersistenceManager methods to be generic

Posted by "Craig Russell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JDO-450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Craig Russell updated JDO-450:
------------------------------

    Attachment: jdo-450.patch

Please review this patch.

> Change signatures of PersistenceManager methods to be generic
> -------------------------------------------------------------
>
>                 Key: JDO-450
>                 URL: https://issues.apache.org/jira/browse/JDO-450
>             Project: JDO
>          Issue Type: New Feature
>          Components: api2
>    Affects Versions: JDO 2 final
>            Reporter: Michelle Caisse
>            Assignee: Craig Russell
>             Fix For: JDO 2 maintenance release 1
>
>         Attachments: jdo-450.patch
>
>
> Change in 12.6 signatures of PersistenceManager methods to be generic. Note that these changes are source compatible with existing application programs.  See ChangeLog for new signatures.
> Object getObjectById (Class cls, Object key)
> Object newInstance(Class persistenceCapable)
> Object makePersistent (Object pc)
> Object[ ] makePersistentAll (Object[ ] pcs)
> Collection makePersistentAll (Collection pcs)
> Object detachCopy(Object pc)
> Collection detachCopyAll(Collection pcs)
> Object[ ] detachCopyAll(Object[ ] pcs)

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