Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 31938 invoked from network); 25 Sep 2007 13:15:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Sep 2007 13:15:50 -0000 Received: (qmail 95020 invoked by uid 500); 25 Sep 2007 13:15:41 -0000 Mailing-List: contact jdo-commits-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-commits@db.apache.org Received: (qmail 95009 invoked by uid 99); 25 Sep 2007 13:15:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Sep 2007 06:15:41 -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.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Sep 2007 13:15:49 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id B20B059F71 for ; Tue, 25 Sep 2007 13:15:29 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: jdo-commits@db.apache.org Date: Tue, 25 Sep 2007 13:15:29 -0000 Message-ID: <20070925131529.20621.69690@eos.apache.org> Subject: [Jdo Wiki] Update of "ChangeLog" by MichaelBouschen X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jdo Wiki" for change notification. The following page has been changed by MichaelBouschen: http://wiki.apache.org/jdo/ChangeLog The comment on the change is: Add evcitAll to list of proposed changes. ------------------------------------------------------------------------------ 1. Add property {{{CopyOnAttach}}} to {{{PersistenceManager}}} and {{{PersistenceManagerFactory}}}. With the property set to true, makes a copy of the detached instance on {{{makePersistent}}}. If the property is set to false, it attaches the detached instance itself. 1. Add {{{ObjectState}}} enum and convenience methods in {{{JDOHelper}}} to return the {{{ObjectState}}} of an instance. + + 1. Add method {{{void evictAll (Class pcClass, boolean subclasses)}}} to {{{PersistenceManager}}}. This allows to evict instances for a particluar class. + + 1. Clarify the behavior of method {{{evictAll}}} if the parameter is a persistent interface. This comment also applies to the {{{DataStoreCache}}} interface method {{{void evictAll (Class pcClass, boolean subclasses)}}}. == ACCEPTED ==