You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2011/06/08 21:17:42 UTC

svn commit: r1133516 - /openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml

Author: mikedd
Date: Wed Jun  8 19:17:42 2011
New Revision: 1133516

URL: http://svn.apache.org/viewvc?rev=1133516&view=rev
Log:
OPENJPA-1725: Add documentation.

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

Modified: openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml?rev=1133516&r1=1133515&r2=1133516&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml (original)
+++ openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml Wed Jun  8 19:17:42 2011
@@ -3136,7 +3136,8 @@ should be ignored.
 should be ignored.
                     </para>
                 </listitem>
-                <listitem id="DBDictionary.TableForUpdateClause">
+
+                    <listitem id="DBDictionary.TableForUpdateClause">
                     <para>
                     <indexterm>
                         <primary>
@@ -3159,6 +3160,22 @@ each table alias in queries that obtain 
 Defaults to <literal>null</literal>.
                     </para>
                 </listitem>
+
+                <listitem id="DBDictionary.tableLengthIncludesSchema">
+                    <para>
+                    <indexterm>
+                        <primary>
+                            SQL
+                        </primary>
+                        <secondary>
+                           tableLengthIncludesSchema 
+                        </secondary>
+                    </indexterm>
+                    <literal>tableLengthIncludesSchema</literal>: Whether the max length for a table name includes the table's schema.
+                    Defaults to <literal>false</literal>.
+                </para>
+                </listitem>
+               
                 <listitem id="DBDictionary.TableTypes">
                     <para>
                     <indexterm>