Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 75866 invoked from network); 30 Sep 2007 15:52:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Sep 2007 15:52:11 -0000 Received: (qmail 59373 invoked by uid 500); 30 Sep 2007 15:52:01 -0000 Mailing-List: contact jdo-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-dev@db.apache.org Received: (qmail 59362 invoked by uid 99); 30 Sep 2007 15:52:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Sep 2007 08:52:01 -0700 X-ASF-Spam-Status: No, hits=-98.8 required=10.0 tests=ALL_TRUSTED,DNS_FROM_DOB,RCVD_IN_DOB X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Sep 2007 15:52:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9A6D3714210 for ; Sun, 30 Sep 2007 08:51:50 -0700 (PDT) Message-ID: <7198538.1191167510621.JavaMail.jira@brutus> Date: Sun, 30 Sep 2007 08:51:50 -0700 (PDT) From: "Michael Bouschen (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Resolved: (JDO-535) Add method evictAll taking a class instance to PersistenceManager interface In-Reply-To: <16706713.1190992130567.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JDO-535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Bouschen resolved JDO-535. ---------------------------------- Resolution: Fixed Checked in the patch (see revsion 580741). > Add method evictAll taking a class instance to PersistenceManager interface > --------------------------------------------------------------------------- > > Key: JDO-535 > URL: https://issues.apache.org/jira/browse/JDO-535 > Project: JDO > Issue Type: New Feature > Components: api2, api2-legacy > Affects Versions: JDO 2 maintenance release 1 > Reporter: Michael Bouschen > Assignee: Michael Bouschen > Fix For: JDO 2 maintenance release 1 > > Attachments: JDO-535.patch > > > 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); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.