Author: awhite
Date: Tue Dec 5 11:29:37 2006
New Revision: 482747
URL: http://svn.apache.org/viewvc?view=rev&rev=482747
Log:
Add backward compat property doc.
Modified:
incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_mapping.xml
Modified:
incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_mapping.xml
URL:
http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_mapping.xml?view=diff&rev=482747&r1=482746&r2=482747
==============================================================================
---
incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_mapping.xml
(original)
+++
incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_mapping.xml
Tue Dec 5 11:29:37 2006
@@ -961,8 +961,18 @@
<classname>org.apache.openjpa.persistence.jdbc.PersistenceMappingDefaults
</classname></ulink> class. This class extends the <classname>
MappingDefaultsImpl</classname> class described below, so it has all the same
-properties (though with different default values).
+properties (though with different default values), as well as:
</para>
+ <itemizedlist>
+ <listitem>
+ <para>
+<literal>PrependFieldNameToJoinTableInverseJoinColumns</literal>: Whether to
+prepend the owning field name to the names of inverse join columns in join
+tables. Defaults to true per the JPA specification. Set to false for
+compatibility with older OpenJPA versions which did not prepend the field name.
+ </para>
+ </listitem>
+ </itemizedlist>
</listitem>
<listitem>
<para>