Author: mikedd
Date: Wed Jun 8 18:52:41 2011
New Revision: 1133507
URL: http://svn.apache.org/viewvc?rev=1133507&view=rev
Log:
OPENJPA-1725: Add documentation
Modified:
openjpa/branches/2.1.x/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml
Modified:
openjpa/branches/2.1.x/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.1.x/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml?rev=1133507&r1=1133506&r2=1133507&view=diff
==============================================================================
--- openjpa/branches/2.1.x/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml
(original)
+++ openjpa/branches/2.1.x/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml
Wed Jun 8 18:52:41 2011
@@ -3132,7 +3132,8 @@ should be ignored.
should be ignored.
</para>
</listitem>
- <listitem id="DBDictionary.TableForUpdateClause">
+
+ <listitem id="DBDictionary.TableForUpdateClause">
<para>
<indexterm>
<primary>
@@ -3155,6 +3156,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 true for backwards compatibility. In future
releases this will be set to false.
+ </para>
+ </listitem>
+
<listitem id="DBDictionary.TableTypes">
<para>
<indexterm>