You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by il...@apache.org on 2018/07/03 07:37:05 UTC

svn commit: r1834926 - in /openjpa/branches/2.4.x/openjpa-project/src/doc/manual: ref_guide_dbsetup.xml ref_guide_mapping.xml

Author: ilgrosso
Date: Tue Jul  3 07:37:05 2018
New Revision: 1834926

URL: http://svn.apache.org/viewvc?rev=1834926&view=rev
Log:
[OPENPJA-2742] Missing docs

Modified:
    openjpa/branches/2.4.x/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml
    openjpa/branches/2.4.x/openjpa-project/src/doc/manual/ref_guide_mapping.xml

Modified: openjpa/branches/2.4.x/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.4.x/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml?rev=1834926&r1=1834925&r2=1834926&view=diff
==============================================================================
--- openjpa/branches/2.4.x/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml (original)
+++ openjpa/branches/2.4.x/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml Tue Jul  3 07:37:05 2018
@@ -5448,6 +5448,12 @@ dropped. Defaults to <literal>false</lit
             </listitem>
             <listitem>
                 <para>
+<literal>-rollbackBeforeDDL/-rbddl &lt;true/t | false/f&gt;</literal>: Set this option to
+<literal>true</literal> to send an initail rollback on the connection before any DDL statement is sent.
+                </para>
+            </listitem>
+            <listitem>
+                <para>
 <literal>-dropTables/-dt &lt;true/t | false/f&gt;</literal>: Set this option to
 <literal>true</literal> to drop tables that appear to be unused during <literal>
 retain</literal> and <literal>refresh</literal> actions. Defaults to <literal>

Modified: openjpa/branches/2.4.x/openjpa-project/src/doc/manual/ref_guide_mapping.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.4.x/openjpa-project/src/doc/manual/ref_guide_mapping.xml?rev=1834926&r1=1834925&r2=1834926&view=diff
==============================================================================
--- openjpa/branches/2.4.x/openjpa-project/src/doc/manual/ref_guide_mapping.xml (original)
+++ openjpa/branches/2.4.x/openjpa-project/src/doc/manual/ref_guide_mapping.xml Tue Jul  3 07:37:05 2018
@@ -138,6 +138,12 @@ same-named option on the schema tool.
             </listitem>
             <listitem>
                 <para>
+<literal>-rollbackBeforeDDL/-rbddl &lt;true/t | false/f&gt;</literal>: Corresponds to the
+same-named option on the schema tool.
+                </para>
+            </listitem>
+            <listitem>
+                <para>
 <literal>-dropSequences/-dsq &lt;true/t | false/f&gt;</literal>: Corresponds to
 the same-named option on the schema tool.
                 </para>