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 2007/07/11 21:34:05 UTC

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

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