From 8b13127fd627154275b6e7720c951ec5da378f05 Mon Sep 17 00:00:00 2001 From: "Richard G. Curtis" Date: Wed, 7 Jul 2010 14:34:30 +0000 Subject: [PATCH] OPENJPA-1717: Update migration section in docs. git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@961389 13f79535-47bb-0310-9956-ffa450edef68 --- .../doc/manual/migration_considerations.xml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/openjpa-project/src/doc/manual/migration_considerations.xml b/openjpa-project/src/doc/manual/migration_considerations.xml index 853e10cb2..80812c94f 100644 --- a/openjpa-project/src/doc/manual/migration_considerations.xml +++ b/openjpa-project/src/doc/manual/migration_considerations.xml @@ -344,4 +344,27 @@ +
+ + JPA 2.1 + +
+ Internal Behavioral Differences + + The following sections indicate behavior that has changed from the 2.0 + release to the 2.1 release. + +
+ FinderCache CacheStatistics + + 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. + +<property name="openjpa.jdbc.FinderCache" value="true(EnableStats=true)"/> + + +
+
+