You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by an...@apache.org on 2007/10/03 20:57:17 UTC

svn commit: r581688 - /db/jdo/site/xdocs/pmf.xml

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.
                             <i>ORM datastores only</i></td>
                     </tr>
-                    <tr>
-                        <td>Range of Values</td>
-                        <td></td>
-                    </tr>
                 </table>
                 <br/>
                 <table>
@@ -353,6 +349,21 @@
                 <br/>
                 <table>
                     <tr>
+                        <th colspan="2"><B>javax.jdo.option.CopyOnAttach</B></th>
+                    </tr>
+                    <tr>
+                        <td width="120">Description</td>
+                        <td>Whether, 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</td>
+                    </tr>
+                    <tr>
+                        <td>Range of Values</td>
+                        <td><B>true</B> | false</td>
+                    </tr>
+                </table>
+                <br/>
+                <table>
+                    <tr>
                         <th colspan="2"><B>javax.jdo.option.TransactionType</B></th>
                     </tr>
                     <tr>
@@ -399,20 +410,6 @@
                     </tr>
                 </table>
                 <br/>
-                <table>
-                    <tr>
-                        <th colspan="2"><B>javax.jdo.option.CopyOnAttach</B></th>
-                    </tr>
-                    <tr>
-                        <td width="120">Description</td>
-                        <td>Whether, when attaching a detached object, we create an attached copy or simply
-                            migrate the detached object to attached state</td>
-                    </tr>
-                    <tr>
-                        <td>Range of Values</td>
-                        <td><B>true</B> | false</td>
-                    </tr>
-                </table>
                 <br/>
             </subsection>
         </section>