Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 63301 invoked from network); 27 Jun 2005 07:09:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jun 2005 07:09:47 -0000 Received: (qmail 23669 invoked by uid 500); 27 Jun 2005 07:09:47 -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 23653 invoked by uid 99); 27 Jun 2005 07:09:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jun 2005 00:09:46 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [81.174.133.99] (HELO roobarb.ajsoft.net) (81.174.133.99) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jun 2005 00:09:46 -0700 Received: from roobarb.ajsoft.net (roobarb.ajsoft.net [127.0.0.1]) by roobarb.ajsoft.net (Postfix) with ESMTP id 7583E11561 for ; Mon, 27 Jun 2005 08:09:42 +0100 (BST) From: Andy Jefferson Organization: JPOX To: jdo-dev@db.apache.org Subject: Re: Another api20 change Date: Mon, 27 Jun 2005 08:09:41 +0100 User-Agent: KMail/1.7.2 References: <42BF163D.2040701@spree.de> <200506270736.15290.andy@jpox.org> In-Reply-To: <200506270736.15290.andy@jpox.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506270809.41887.andy@jpox.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > when an object is detached it doesn't have a StateManager, hence the > jdoIsDirty() method added to PC instances during enhancement is typically > based on whether it has an objectId and state manager in the instance. > Hence my question is, why do we need this method ? I did of course mean to say "the jdoIsDetached() method". -- Andy Java Persistent Objects - JPOX