mirror of https://github.com/apache/openjpa.git
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
This commit is contained in:
parent
1c4fdebe83
commit
d389c4327b
|
@ -1187,16 +1187,6 @@ store only the <classname>Date</classname> part of the field, not the
|
||||||
into the <classname>Calendar</classname> field, OpenJPA will use the <classname>
|
into the <classname>Calendar</classname> field, OpenJPA will use the <classname>
|
||||||
TimeZone</classname> that was used to initialize the field.
|
TimeZone</classname> that was used to initialize the field.
|
||||||
</para>
|
</para>
|
||||||
<note>
|
|
||||||
<para>
|
|
||||||
OpenJPA will automatically track changes made via modification methods in fields
|
|
||||||
of type <classname>Calendar</classname>, with one exception: when using Java
|
|
||||||
version 1.3, the <methodname>set()</methodname> 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.
|
|
||||||
</para>
|
|
||||||
</note>
|
|
||||||
</section>
|
</section>
|
||||||
<section id="ref_guide_pc_scos_proxy">
|
<section id="ref_guide_pc_scos_proxy">
|
||||||
<title>
|
<title>
|
||||||
|
|
Loading…
Reference in New Issue