Add clarification contributed by Thomas Rowe.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@923326 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Albert Lee 2010-03-15 16:21:52 +00:00
parent 971c1fb5d4
commit b9d83ae33a
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ Changing the field value has undefined results.
</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.