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

Add method evictAll taking a class instance to PersistenceManager interface

    XMLWordPrintableJSON

Details

    Description

      The PersistenceManager interface does not provide an evictAll method taking a class instance, while the DataStoreCache interface does define this method to evict instances from the second level cache. This allows to evict instances for a particluar class.

      I propose to add the following method to the PersisteneManager interface:
      void evictAll (Class pcClass, boolean subclasses);

      Attachments

        1. JDO-535.patch
          3 kB
          Michael Bouschen

        Activity

          People

            mbo Michael Bouschen
            mbo Michael Bouschen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: