OPENJPA-1178 Doc updates for Compatibility issues. Added JIRA references for those looking for more details...

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@816366 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2009-09-17 20:12:35 +00:00
parent ac23a55b68
commit e5f7d97695

View File

@ -39,17 +39,25 @@
and require OpenJPA 1.x.x compatibility may need to configure the appropriate
compatibility options to get the desired behavior.
</para>
<para>
See OPENJPA-1208 for test cases that
demonstrate the behavioral differences.
</para>
<section id="getProperties">
<title>
getProperties()
</title>
<para>
The OpenJPAEntityManagerFactory interface getProperties()
method was changed to return a Map instead of a
Properties object. This change was made in order to
support the getProperties() method defined in the 2.0
JPA specification.
</para>
The OpenJPAEntityManagerFactory interface getProperties()
method was changed to return a Map instead of a
Properties object. This change was made in order to
support the getProperties() method defined in the 2.0
JPA specification.
</para>
<para>
See OPENJPA-849 for test cases that
demonstrate the behavioral differences.
</para>
</section>
<section id="migration_detach_behavior">
<title>
@ -112,7 +120,11 @@
<programlisting>
public &lt;T&gt; T detachCopy(T pc):
</programlisting>
</para>
</para>
<para>
See OPENJPA-1215 for test cases that
demonstrate the behavioral differences.
</para>
</section>
<section id="private_persistent_properties">
<title>
@ -136,6 +148,10 @@
used, this property must be specified at the time of
enhancement and at runtime.
</para>
<para>
See OPENJPA-1176 for test cases that
demonstrate the behavioral differences.
</para>
</section>
<section id="setParameters">
<title>
@ -175,6 +191,10 @@
is not changed. But when the above property is set then the collection tracking
will not be disabled automatically.
</para>
<para>
See OPENJPA-1223 and OPENJPA-1163 for test cases that
demonstrate the behavioral differences.
</para>
</section>
<section id="internal_differences">
<title>