mirror of https://github.com/apache/openjpa.git
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:
parent
23cc77b477
commit
144a6a43a9
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue