You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by al...@apache.org on 2010/03/15 17:21:52 UTC

svn commit: r923326 - /openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_pc.xml

Author: allee8285
Date: Mon Mar 15 16:21:52 2010
New Revision: 923326

URL: http://svn.apache.org/viewvc?rev=923326&view=rev
Log:
Add clarification contributed by Thomas Rowe.

Modified:
    openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_pc.xml

Modified: openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_pc.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_pc.xml?rev=923326&r1=923325&r2=923326&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_pc.xml (original)
+++ openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_pc.xml Mon Mar 15 16:21:52 2010
@@ -282,7 +282,7 @@ Changing the field value has undefined r
             </para>
             <note>
                 <para>
-OpenJPA fully supports version fields, but does not require them for concurrency
+OpenJPA fully supports version fields, but does not require them within the actual entity for concurrency
 detection. OpenJPA can maintain surrogate version values or use state
 comparisons to detect concurrent modifications. See
 <xref linkend="ref_guide_mapping_jpa"/> in the Reference Guide.