From d389c4327bb23ce6ea261de45e0d2755e9b70431 Mon Sep 17 00:00:00 2001 From: Milosz Tylenda Date: Mon, 22 Jun 2009 19:12:15 +0000 Subject: [PATCH] OPENJPA-1126: Note on Calendar and Java 1.3 no longer needed in user manual git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@787356 13f79535-47bb-0310-9956-ffa450edef68 --- openjpa-project/src/doc/manual/ref_guide_pc.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/openjpa-project/src/doc/manual/ref_guide_pc.xml b/openjpa-project/src/doc/manual/ref_guide_pc.xml index f8bce3b1b..7996fd972 100644 --- a/openjpa-project/src/doc/manual/ref_guide_pc.xml +++ b/openjpa-project/src/doc/manual/ref_guide_pc.xml @@ -1187,16 +1187,6 @@ store only the Date part of the field, not the into the Calendar field, OpenJPA will use the TimeZone that was used to initialize the field. - - -OpenJPA will automatically track changes made via modification methods in fields -of type Calendar, with one exception: when using Java -version 1.3, the set() method cannot be overridden, so -when altering the calendar using that method, the field must be explicitly -marked as dirty. This limitation does not apply when running with Java version -1.4 and higher. - -