You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by pc...@apache.org on 2008/01/23 20:54:31 UTC

svn commit: r614643 - /openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_mapping.xml

Author: pcl
Date: Wed Jan 23 11:54:29 2008
New Revision: 614643

URL: http://svn.apache.org/viewvc?rev=614643&view=rev
Log:
OPENJPA-430. Docs update.

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

Modified: openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_mapping.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_mapping.xml?rev=614643&r1=614642&r2=614643&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_mapping.xml (original)
+++ openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_mapping.xml Wed Jan 23 11:54:29 2008
@@ -961,7 +961,7 @@
                 MappingDefaults
             </primary>
         </indexterm>
-        <indexterm>
+        <indexterm zone="ref_guide_mapping_defaults">
             <primary>
                 mapping metadata
             </primary>
@@ -1037,6 +1037,18 @@
 table names rather than throw an exception. If set to false, full explicit
 mappings are required at runtime and when using mapping tool actions like
 <literal>buildSchema</literal> and <literal>validate</literal>.
+                        </para>
+                    </listitem>
+                    <listitem>
+                        <para>
+<indexterm><primary>Hungarian notation</primary></indexterm>
+<literal>RemoveHungarianNotation</literal>: Switches on/off removal of
+Hungarian notation when generating column names.
+Fields such as <literal>mFoobar</literal> and <literal>strBarFoo</literal>
+would become columns named <literal>foobar</literal> and
+<literal>barfoo</literal> respectively. OpenJPA will search for the first
+instance of a uppercase character in the field name and then truncate the
+column name to remove anything before it.
                         </para>
                     </listitem>
                     <listitem>