Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 37057 invoked from network); 3 Oct 2007 18:58:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Oct 2007 18:58:08 -0000 Received: (qmail 52736 invoked by uid 500); 3 Oct 2007 18:57:58 -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 52725 invoked by uid 99); 3 Oct 2007 18:57:58 -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 11:57:58 -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 18:58:08 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1B5851A9832; Wed, 3 Oct 2007 11:57:18 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r581688 - /db/jdo/site/xdocs/pmf.xml Date: Wed, 03 Oct 2007 18:57:17 -0000 To: jdo-commits@db.apache.org From: andyj@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071003185718.1B5851A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: andyj Date: Wed Oct 3 11:57:16 2007 New Revision: 581688 URL: http://svn.apache.org/viewvc?rev=581688&view=rev Log: JDO-537 Move CopyOnAttach to be next to DetachAllOnCommit Modified: db/jdo/site/xdocs/pmf.xml Modified: db/jdo/site/xdocs/pmf.xml URL: http://svn.apache.org/viewvc/db/jdo/site/xdocs/pmf.xml?rev=581688&r1=581687&r2=581688&view=diff ============================================================================== --- db/jdo/site/xdocs/pmf.xml (original) +++ db/jdo/site/xdocs/pmf.xml Wed Oct 3 11:57:16 2007 @@ -330,10 +330,6 @@ of schema names in DDL. ORM datastores only - - Range of Values - -
@@ -353,6 +349,21 @@
+ + + + + + + + + + +
javax.jdo.option.CopyOnAttach
DescriptionWhether, when attaching a detached object, we create an attached copy or simply + migrate the detached object to attached state. This is from JDO 2.1
Range of Valuestrue | false
+
+ + @@ -399,20 +410,6 @@
javax.jdo.option.TransactionType

- - - - - - - - - - - - -
javax.jdo.option.CopyOnAttach
DescriptionWhether, when attaching a detached object, we create an attached copy or simply - migrate the detached object to attached state
Range of Valuestrue | false