Uploaded image for project: 'JDO'
  1. JDO
  2. JDO-450

Change signatures of PersistenceManager methods to be generic

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • JDO 2 final (2.0)
    • api
    • None

    Description

      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)

      Attachments

        1. jdo-450.patch
          2 kB
          Craig L Russell

        Activity

          People

            clr Craig L Russell
            mcaisse Michelle Caisse
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: