You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by pp...@apache.org on 2010/06/09 14:52:19 UTC

svn commit: r952984 - /openjpa/trunk/openjpa-project/src/doc/manual/migration_considerations.xml

Author: ppoddar
Date: Wed Jun  9 12:52:19 2010
New Revision: 952984

URL: http://svn.apache.org/viewvc?rev=952984&view=rev
Log:
OPENJPA-1686: Remove incompatibility of FieldMapping strategy -- not true anymore

Modified:
    openjpa/trunk/openjpa-project/src/doc/manual/migration_considerations.xml

Modified: openjpa/trunk/openjpa-project/src/doc/manual/migration_considerations.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/src/doc/manual/migration_considerations.xml?rev=952984&r1=952983&r2=952984&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/src/doc/manual/migration_considerations.xml (original)
+++ openjpa/trunk/openjpa-project/src/doc/manual/migration_considerations.xml Wed Jun  9 12:52:19 2010
@@ -255,18 +255,7 @@
                 applications that did not use or depend upon OpenJPA specific
                 APIs or behavior.
             </para>
-            <section id="getStrategy">
-                <title>
-                    FieldMapping.getStrategy()
-                </title>
-                <!-- See OPENJPA-1214 for details. -->
-                <para>
-                    The FieldMapping.getStrategy() in OpenJPA 1.x
-                    returned an instance of RelationFieldStrategy
-                    for embded super classes, but will now return an
-                    EmbedFieldStrategy.
-                </para>
-            </section>
+            
             <section id="prePostUpdate">
                 <title>
                     PreUpdate/PostUpdate Life Cycle Callbacks