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:
Milosz Tylenda 2010-03-14 19:41:06 +00:00
parent d69fb9a65a
commit 8f236c2aeb
1 changed files with 3 additions and 14 deletions

View File

@ -1055,7 +1055,7 @@ savepoint state. OpenJPA includes the following <classname>SavepointManager
<listitem>
<para>
<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
plugin stores all state, including field values, in memory. Due to this
behavior, each set savepoint is designed for small to medium transactional
@ -1065,24 +1065,13 @@ object counts.
<listitem>
<para>
<literal>jdbc</literal>: This is an alias for the
<ulink url="org.apache.openjpa.jdbc.kernel.JDBCSavepointManager"><classname>
org.apache.openjpa.jdbc.kernel.JDBCSavepointManager</classname></ulink>. This
<ulink url="../javadoc/org/apache/openjpa/jdbc/kernel/JDBC3SavepointManager.html"><classname>
org.apache.openjpa.jdbc.kernel.JDBC3SavepointManager</classname></ulink>. This
plugin requires <literal>JDBC 3</literal> and <classname> java.sql.Savepoint
</classname> support to operate. Note that this plugin implements savepoints by
issuing a flush to the database.
</para>
</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>
</section>
</section>