From jdo-commits-return-1982-apmail-db-jdo-commits-archive=www.apache.org@db.apache.org Wed Oct 03 14:02:26 2007 Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 66199 invoked from network); 3 Oct 2007 14:02:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Oct 2007 14:02:25 -0000 Received: (qmail 26695 invoked by uid 500); 3 Oct 2007 14:02:15 -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 26684 invoked by uid 99); 3 Oct 2007 14:02:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Oct 2007 07:02:15 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Oct 2007 14:02:25 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 558721A9838; Wed, 3 Oct 2007 07:01:35 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r581603 - /db/jdo/site/docs/state_transition.html Date: Wed, 03 Oct 2007 14:01:35 -0000 To: jdo-commits@db.apache.org From: andyj@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071003140135.558721A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: andyj Date: Wed Oct 3 07:01:34 2007 New Revision: 581603 URL: http://svn.apache.org/viewvc?rev=581603&view=rev Log: JDO-537 Remove JPOX from text Modified: db/jdo/site/docs/state_transition.html Modified: db/jdo/site/docs/state_transition.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/state_transition.html?rev=581603&r1=581602&r2=581603&view=diff ============================================================================== --- db/jdo/site/docs/state_transition.html (original) +++ db/jdo/site/docs/state_transition.html Wed Oct 3 07:01:34 2007 @@ -79,7 +79,7 @@

The Product object starts off in Hollow state and progresses to Persistent Clean when the user requires to read from it. It then migrates to Persistent Deleted when the deletePersistent() called. Finally it either progresses to Transient when commit is called, or returns to Hollow if it is rolled back. The following diagram shows this graphically





Possible state transitions

- The following diagram shows the state transitions possible with JDO and JPOX. + The following diagram shows the state transitions possible with JDO.



JDO State Transition