mirror of https://github.com/apache/openjpa.git
OPENJPA-1510: Correct broken links in Configuring Savepoints section, remove OracleSavepointManager description since it does not exist in OpenJPA.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@922933 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d69fb9a65a
commit
8f236c2aeb
|
@ -1055,7 +1055,7 @@ savepoint state. OpenJPA includes the following <classname>SavepointManager
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<literal>in-mem</literal>: The default. This is an alias for the
|
<literal>in-mem</literal>: The default. This is an alias for the
|
||||||
<ulink url="org.apache.openjpa.kernel.InMemorySavepointManager"><classname>
|
<ulink url="../javadoc/org/apache/openjpa/kernel/InMemorySavepointManager.html"><classname>
|
||||||
org.apache.openjpa.kernel.InMemorySavepointManager</classname></ulink>. This
|
org.apache.openjpa.kernel.InMemorySavepointManager</classname></ulink>. This
|
||||||
plugin stores all state, including field values, in memory. Due to this
|
plugin stores all state, including field values, in memory. Due to this
|
||||||
behavior, each set savepoint is designed for small to medium transactional
|
behavior, each set savepoint is designed for small to medium transactional
|
||||||
|
@ -1065,24 +1065,13 @@ object counts.
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<literal>jdbc</literal>: This is an alias for the
|
<literal>jdbc</literal>: This is an alias for the
|
||||||
<ulink url="org.apache.openjpa.jdbc.kernel.JDBCSavepointManager"><classname>
|
<ulink url="../javadoc/org/apache/openjpa/jdbc/kernel/JDBC3SavepointManager.html"><classname>
|
||||||
org.apache.openjpa.jdbc.kernel.JDBCSavepointManager</classname></ulink>. This
|
org.apache.openjpa.jdbc.kernel.JDBC3SavepointManager</classname></ulink>. This
|
||||||
plugin requires <literal>JDBC 3</literal> and <classname> java.sql.Savepoint
|
plugin requires <literal>JDBC 3</literal> and <classname> java.sql.Savepoint
|
||||||
</classname> support to operate. Note that this plugin implements savepoints by
|
</classname> support to operate. Note that this plugin implements savepoints by
|
||||||
issuing a flush to the database.
|
issuing a flush to the database.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
<literal>oracle</literal>: This is an alias for the
|
|
||||||
<ulink url="org.apache.openjpa.jdbc.sql.OracleSavepointManager"><classname>
|
|
||||||
org.apache.openjpa.jdbc.sql.OracleSavepointManager</classname></ulink>. This
|
|
||||||
plugin operates similarly to the <literal>JDBC</literal> plugin; however, it
|
|
||||||
uses Oracle-specific calls. This plugin requires using the Oracle JDBC driver
|
|
||||||
and database, versions <literal>9.2</literal> or higher. Note that this plugin
|
|
||||||
implements savepoints by issuing a flush to the database.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in New Issue