mirror of https://github.com/apache/openjpa.git
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:
parent
1738c1f33b
commit
8b13127fd6
|
@ -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>
|
||||
<property name="openjpa.jdbc.FinderCache" value="true(EnableStats=true)"/>
|
||||
</programlisting>
|
||||
</para>
|
||||
</section>
|
||||
</section>
|
||||
</section>
|
||||
</appendix>
|
||||
|
|
Loading…
Reference in New Issue