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 2013/07/23 17:36:37 UTC

svn commit: r1506117 - /db/jdo/site/src/site/xdoc/jdo_v_jpa.xml

Author: andyj
Date: Tue Jul 23 15:36:37 2013
New Revision: 1506117

URL: http://svn.apache.org/r1506117
Log:
add entity graphs and JPA 2.1

Modified:
    db/jdo/site/src/site/xdoc/jdo_v_jpa.xml

Modified: db/jdo/site/src/site/xdoc/jdo_v_jpa.xml
URL: http://svn.apache.org/viewvc/db/jdo/site/src/site/xdoc/jdo_v_jpa.xml?rev=1506117&r1=1506116&r2=1506117&view=diff
==============================================================================
--- db/jdo/site/src/site/xdoc/jdo_v_jpa.xml (original)
+++ db/jdo/site/src/site/xdoc/jdo_v_jpa.xml Tue Jul 23 15:36:37 2013
@@ -16,7 +16,7 @@
 				of JDO2. Just to confuse issues the <b>Java Persistence API (JPA)</b> was approved 
 				in its JPA1 form, and JDO2.1/JDO2.2 provide updates to JDO2 building on some of the new 
                 features of JPA1. Since then we have had JDO3 adding on extra metadata and enhancer
-                standardisation, and JPA2 providing criteria queries. 
+                standardisation, JPA2 providing criteria queries and JPA2.1 adding some further features. 
                 Below we show some of the differences of these 2 standards to give you 
                 assistance in selecting what you need. Highlighted in bold are the notable differences where one 
                 specification provides something not available in the other.
@@ -159,7 +159,7 @@
                 <tr>
                     <td>Object retrieval control</td>
                     <td>Lazy/Eager control, <b>fetch groups</b></td>
-                    <td>Lazy/Eager control</td>
+                    <td>Lazy/Eager control, <b>entity graphs</b></td>
                 </tr>
                 <tr>
                     <td>Bulk update/delete</td>
@@ -200,7 +200,7 @@
                 </tr>
             </table>
             <p>
-                As an overall conclusion "JPA" is a subset of what is already available in "JDO".
+                As an overall conclusion "JPA" is a subset of what is available in "JDO".
             </p>
         </section>