OPENJPA-1717: Update migration section in docs.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@961389 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Richard G. Curtis 2010-07-07 14:34:30 +00:00
parent 1738c1f33b
commit 8b13127fd6
1 changed files with 23 additions and 0 deletions

View File

@ -344,4 +344,27 @@
</section>
</section>
</section>
<section id="jpa_2.1">
<title>
JPA 2.1
</title>
<section id="jpa_2.1_changes_in_behavior">
<title>Internal Behavioral Differences</title>
<para>
The following sections indicate behavior that has changed from the 2.0
release to the 2.1 release.
</para>
<section id="finder_cache_statistics">
<title>FinderCache CacheStatistics</title>
<para>
In the 2.0 release CacheStatistics were collected by default. In the
2.1 release collection of statistics is disabled by default. The
following property enables statistics collection.
<programlisting>
&lt;property name="openjpa.jdbc.FinderCache" value="true(EnableStats=true)"/&gt;
</programlisting>
</para>
</section>
</section>
</section>
</appendix>