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.