OPENJPA-1725: Add documentation

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1133507 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2011-06-08 18:52:41 +00:00
parent 23cc77b477
commit 144a6a43a9
1 changed files with 18 additions and 1 deletions

View File

@ -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 pessimistic locks.
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>