From b9d83ae33a9a7d0ef5780045d63fe08bcfd67d29 Mon Sep 17 00:00:00 2001 From: Albert Lee Date: Mon, 15 Mar 2010 16:21:52 +0000 Subject: [PATCH] Add clarification contributed by Thomas Rowe. git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@923326 13f79535-47bb-0310-9956-ffa450edef68 --- openjpa-project/src/doc/manual/jpa_overview_pc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openjpa-project/src/doc/manual/jpa_overview_pc.xml b/openjpa-project/src/doc/manual/jpa_overview_pc.xml index b311f09f3..9102345e0 100644 --- a/openjpa-project/src/doc/manual/jpa_overview_pc.xml +++ b/openjpa-project/src/doc/manual/jpa_overview_pc.xml @@ -282,7 +282,7 @@ Changing the field value has undefined results. -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 in the Reference Guide.