Modified:
websites/production/openjpa/content/builds/3.0.0/apache-openjpa/docs/manual.html
==============================================================================
---
websites/production/openjpa/content/builds/3.0.0/apache-openjpa/docs/manual.html
(original)
+++
websites/production/openjpa/content/builds/3.0.0/apache-openjpa/docs/manual.html
Thu Jun 28 09:26:41 2018
@@ -2878,7 +2878,7 @@ additional details on JPA exceptions.
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3
class="title">Note</h3>
<p>
All exceptions thrown by OpenJPA implement
-<a class="ulink" href="../javadoc/org/apache/openjpa/util/ExceptionInfo.html"
target="_top"><code class="classname">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/util/ExceptionInfo.html"
target="_top"><code class="classname">
org.apache.openjpa.util.ExceptionInfo</code></a> to provide you with
additional error information.
</p>
@@ -4744,7 +4744,7 @@ http://www.ics.uci.edu/~ejw/authoring/uu
</li></ul></div>
<p>
These string constants are defined in
-<a class="ulink"
href="../javadoc/org/apache/openjpa/persistence/Generator.html" target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/persistence/Generator.html"
target="_top">
<code class="classname">org.apache.openjpa.persistence.Generator</code></a>.
</p>
<p>
@@ -7663,7 +7663,7 @@ First, however, we turn to the JPA runti
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3
class="title">Note</h3>
<p>
OpenJPA also includes the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/persistence/OpenJPAPersistence.html"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/persistence/OpenJPAPersistence.html"
target="_top">
<code class="classname">OpenJPAPersistence</code></a> helper class to provide
additional utility methods.
</p>
@@ -8199,7 +8199,7 @@ EntityManager</code> instances for appli
<p>
OpenJPA extends the standard <code
class="classname">EntityManagerFactory</code>
interface with the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/persistence/OpenJPAEntityManagerFactory.html"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/persistence/OpenJPAEntityManagerFactory.html"
target="_top">
<code class="classname">OpenJPAEntityManagerFactory</code></a> to provide
additional
functionality.
</p>
@@ -8278,7 +8278,7 @@ createEntityManager</code>:
<p>
<code class="literal">openjpa.<property></code>, where <span
class="emphasis"><em><property>
</em></span> is any JavaBean property of the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/persistence/OpenJPAEntityManager.html"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/persistence/OpenJPAEntityManager.html"
target="_top">
<code class="classname">
org.apache.openjpa.persistence.OpenJPAEntityManager</code></a>.
</p>
@@ -8643,7 +8643,7 @@ an ellipsis (...) are overloaded to take
<p>
OpenJPA extends the standard <code class="classname">EntityManager</code>
interface with
the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/persistence/OpenJPAEntityManager.html"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/persistence/OpenJPAEntityManager.html"
target="_top">
<code
class="classname">org.apache.openjpa.persistence.OpenJPAEntityManager</code>
</a> interface to provide additional functionality.
</p>
@@ -20091,14 +20091,14 @@ configuration resource to use, and to ov
<p>
Internally, the OpenJPA runtime environment and development
tools manipulate property settings through a general
-<a class="ulink"
href="../javadoc/org/apache/openjpa/lib/conf/Configuration.html" target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/lib/conf/Configuration.html"
target="_top">
<code class="classname">Configuration</code></a> interface, and in particular
its
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html"
target="_top">
<code class="classname">OpenJPAConfiguration</code></a> and
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html"
target="_top">
<code class="classname">JDBCConfiguration</code></a> subclasses. For advanced
customization, OpenJPA's extended runtime interfaces and its development tools
-allow you to access these interfaces directly. See the <a class="ulink"
href="../javadoc/" target="_top">
+allow you to access these interfaces directly. See the <a class="ulink"
href="../../apidocs/" target="_top">
Javadoc</a> for details.
</p>
</div>
@@ -20478,7 +20478,7 @@ and their OpenJPA equivalent.
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getAutoClear()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getAutoClear()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getAutoClear
</code></a>
</p>
@@ -20511,7 +20511,7 @@ transaction.
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getAutoDetach()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getAutoDetach()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getAutoDetach
</code></a>
</p>
@@ -20553,7 +20553,7 @@ managed objects after the transaction an
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getBrokerFactory()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getBrokerFactory()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getBrokerFactory
</code></a>
</p>
@@ -20573,7 +20573,7 @@ BrokerFactory</code>
<a class="xref" href="#ref_guide_conf_plugins" title="4. Plugin
Configuration">Section 4, “
Plugin Configuration
”</a>) describing the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/kernel/BrokerFactory.html" target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/kernel/BrokerFactory.html" target="_top">
<code class="classname">org.apache.openjpa.kernel.BrokerFactory</code></a>
type to
use.
</p>
@@ -20590,7 +20590,7 @@ use.
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getBrokerImpl()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getBrokerImpl()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getBrokerImpl
</code></a>
</p>
@@ -20606,7 +20606,7 @@ BrokerImpl</code>
<a class="xref" href="#ref_guide_conf_plugins" title="4. Plugin
Configuration">Section 4, “
Plugin Configuration
”</a>) describing the
-<a class="ulink" href="../javadoc/org/apache/openjpa/kernel/Broker.html"
target="_top"><code class="classname">
+<a class="ulink" href="../../apidocs/org/apache/openjpa/kernel/Broker.html"
target="_top"><code class="classname">
org.apache.openjpa.kernel.Broker</code></a> type to use at runtime. See
<a class="xref" href="#ref_guide_runtime_broker_extension" title="1.2.
Broker Customization and Eviction">Section 1.2, “
Broker Customization and Eviction
@@ -20623,7 +20623,7 @@ org.apache.openjpa.kernel.Broker</code><
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
- <a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getCallbackOptionsInstance()"
target="_top">
+ <a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getCallbackOptionsInstance()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getCallbackOptionsInstance</code></a>
</p>
<p>
@@ -20666,7 +20666,7 @@ properties related to callbacks. The plu
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getClassResolver()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getClassResolver()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getClassResolver
</code></a>
</p>
@@ -20682,7 +20682,7 @@ ClassResolver</code>
<a class="xref" href="#ref_guide_conf_plugins" title="4. Plugin
Configuration">Section 4, “
Plugin Configuration
”</a>) describing the
-<a class="ulink" href="../javadoc/org/apache/openjpa/util/ClassResolver.html"
target="_top"><code class="classname">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/util/ClassResolver.html"
target="_top"><code class="classname">
org.apache.openjpa.util.ClassResolver</code></a> implementation to use
for class name resolution. You may wish to plug in your own resolver if you
have
special classloading needs.
@@ -20700,7 +20700,7 @@ special classloading needs.
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getCompatibility()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getCompatibility()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getCompatibility
</code></a>
</p>
@@ -20728,7 +20728,7 @@ openjpa.ConnectionDriverName</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionDriverName()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionDriverName()"
target="_top">
<code class="methodname">
org.apache.openjpa.conf.OpenJPAConfiguration.getConnectionDriverName
</code></a>
@@ -20761,7 +20761,7 @@ openjpa.Connection2DriverName</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnection2DriverName()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnection2DriverName()"
target="_top">
<code class="methodname">
org.apache.openjpa.conf.OpenJPAConfiguration.getConnection2DriverName
</code></a>
@@ -20797,7 +20797,7 @@ openjpa.ConnectionFactory</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionFactory()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionFactory()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getConnectionFactory
</code></a>
</p>
@@ -20828,7 +20828,7 @@ openjpa.ConnectionFactory2</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionFactory2()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionFactory2()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getConnectionFactory2
</code></a>
</p>
@@ -20859,7 +20859,7 @@ openjpa.ConnectionFactoryName</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionFactoryName()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionFactoryName()"
target="_top">
<code class="methodname">
org.apache.openjpa.conf.OpenJPAConfiguration.getConnectionFactoryName
</code></a>
@@ -20891,7 +20891,7 @@ openjpa.ConnectionFactory2Name</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionFactory2Name()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionFactory2Name()"
target="_top">
<code class="methodname">
org.apache.openjpa.conf.OpenJPAConfiguration.getConnectionFactory2Name
</code></a>
@@ -20923,7 +20923,7 @@ openjpa.ConnectionFactoryMode</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionFactoryMode()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionFactoryMode()"
target="_top">
<code class="methodname">
org.apache.openjpa.conf.OpenJPAConfiguration.getConnectionFactoryMode
</code></a>
@@ -20959,7 +20959,7 @@ openjpa.ConnectionFactoryProperties</cod
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionFactoryProperties()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionFactoryProperties()"
target="_top">
<code class="methodname">
org.apache.openjpa.conf.OpenJPAConfiguration.getConnectionFactoryProperties
</code></a>
@@ -20994,7 +20994,7 @@ openjpa.ConnectionFactory2Properties</co
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionFactory2Properties()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionFactory2Properties()"
target="_top">
<code class="methodname">
org.apache.openjpa.conf.OpenJPAConfiguration.getConnectionFactory2Properties
</code></a>
@@ -21030,7 +21030,7 @@ openjpa.ConnectionPassword</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionPassword()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionPassword()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getConnectionPassword
</code></a>
</p>
@@ -21061,7 +21061,7 @@ openjpa.Connection2Password</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnection2Password()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnection2Password()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getConnection2Password
</code></a>
</p>
@@ -21096,7 +21096,7 @@ openjpa.ConnectionProperties</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionProperties()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionProperties()"
target="_top">
<code class="methodname">
org.apache.openjpa.conf.OpenJPAConfiguration.getConnectionProperties
</code></a>
@@ -21131,7 +21131,7 @@ openjpa.Connection2Properties</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnection2Properties()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnection2Properties()"
target="_top">
<code class="methodname">
org.apache.openjpa.conf.OpenJPAConfiguration.getConnection2Properties
</code></a>
@@ -21167,7 +21167,7 @@ alternate connection factory used for un
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionURL()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionURL()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getConnectionURL
</code></a>
</p>
@@ -21197,7 +21197,7 @@ ConnectionURL</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnection2URL()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnection2URL()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getConnection2URL
</code></a>
</p>
@@ -21232,7 +21232,7 @@ openjpa.ConnectionUserName</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionUserName()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionUserName()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getConnectionUserName
</code></a>
</p>
@@ -21263,7 +21263,7 @@ openjpa.Connection2UserName</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnection2UserName()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnection2UserName()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getConnection2UserName
</code></a>
</p>
@@ -21298,7 +21298,7 @@ openjpa.ConnectionRetainMode</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionRetainMode()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getConnectionRetainMode()"
target="_top">
<code class="methodname">
org.apache.openjpa.conf.OpenJPAConfiguration.getConnectionRetainMode
</code></a>
@@ -21330,7 +21330,7 @@ sessions. See <a class="xref" href="#ref
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getDataCache()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getDataCache()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getDataCache
</code></a>
</p>
@@ -21346,7 +21346,7 @@ DataCache</code>
<a class="xref" href="#ref_guide_conf_plugins" title="4. Plugin
Configuration">Section 4, “
Plugin Configuration
”</a>) describing the
-<a class="ulink" href="../javadoc/org/apache/openjpa/datacache/DataCache.html"
target="_top"><code class="classname">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/datacache/DataCache.html"
target="_top"><code class="classname">
org.apache.openjpa.datacache.DataCache</code></a>s to use for data
caching. See <a class="xref" href="#ref_guide_cache_conf" title="1.1.
Data Cache Configuration">Section 1.1, “
Data Cache Configuration
@@ -21365,7 +21365,7 @@ openjpa.DataCacheManager</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getDataCacheManager()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getDataCacheManager()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getDataCacheManager
</code></a>
</p>
@@ -21381,7 +21381,7 @@ DataCacheManager</code>
<a class="xref" href="#ref_guide_conf_plugins" title="4. Plugin
Configuration">Section 4, “
Plugin Configuration
”</a>) describing the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/datacache/DataCacheManager.html"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/datacache/DataCacheManager.html"
target="_top">
<code class="classname">openjpa.datacache.DataCacheManager</code></a> that
manages
the system data caches. See <a class="xref" href="#ref_guide_cache"
title="1. Data Cache">Section 1, “
Data Cache
@@ -21401,7 +21401,7 @@ openjpa.DataCacheMode</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getDataCacheMode()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getDataCacheMode()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getDataCacheMode
</code></a>
</p>
@@ -21413,7 +21413,7 @@ DataCacheMode</code>
<span class="bold"><strong>Default: </strong></span><code
class="literal">DataCacheMode.UNSPECIFIED (see javadoc for details)</code>
</p>
<p>
-<span class="bold"><strong>Description:</strong></span>Determines which
entities will be included in the DataCache. May be any of the values defined in
<a class="ulink"
href="../javadoc/org/apache/openjpa/datacache/DataCacheMode.html"
target="_top">../javadoc/org/apache/openjpa/datacache/DataCacheMode.html</a>.
+<span class="bold"><strong>Description:</strong></span>Determines which
entities will be included in the DataCache. May be any of the values defined in
<a class="ulink"
href="../../apidocs/org/apache/openjpa/datacache/DataCacheMode.html"
target="_top">../javadoc/org/apache/openjpa/datacache/DataCacheMode.html</a>.
</p>
</div>
@@ -21429,7 +21429,7 @@ openjpa.DataCacheTimeout</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getDataCacheTimeout()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getDataCacheTimeout()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getDataCacheTimeout
</code></a>
</p>
@@ -21462,7 +21462,7 @@ classes. See <a class="xref" href="#ref_
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfigurationImpl.html#getDetachState()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfigurationImpl.html#getDetachState()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfigurationImpl.getDetachState
</code></a>
</p>
@@ -21498,7 +21498,7 @@ openjpa.DynamicDataStructs</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getDynamicDataStructs()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getDynamicDataStructs()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getDynamicDataStructs
</code></a>
</p>
@@ -21530,7 +21530,7 @@ memory and speed optimization over time.
</p>
<p>
<span class="bold"><strong>Configuration API: </strong></span>
- <a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getDynamicEnhancementAgent()"
target="_top">org.apache.openjpa.conf.OpenJPAConfiguration.getDynamicEnhancementAgent</a>
+ <a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getDynamicEnhancementAgent()"
target="_top">org.apache.openjpa.conf.OpenJPAConfiguration.getDynamicEnhancementAgent</a>
</p>
<p>
<span class="bold"><strong>Resource adaptor config
property:</strong></span>
@@ -21566,7 +21566,7 @@ memory and speed optimization over time.
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getFetchBatchSize()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getFetchBatchSize()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getFetchBatchSize
</code></a>
</p>
@@ -21597,7 +21597,7 @@ runtime. See <a class="xref" href="#ref_
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
- <a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getEncryptionProvider()"
target="_top">
+ <a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getEncryptionProvider()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getEncryptionProvider</code>
</a>
</p>
@@ -21613,7 +21613,7 @@ runtime. See <a class="xref" href="#ref_
<a class="xref" href="#ref_guide_conf_plugins" title="4. Plugin
Configuration">Section 4, “
Plugin Configuration
”</a>) describing the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/lib/encryption/EncryptionProvider.html"
target="_top"><code class="classname">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/lib/encryption/EncryptionProvider.html"
target="_top"><code class="classname">
org.apache.openjpa.lib.encryption.EncryptionProvider</code></a>s to use for
connection password
encryption. See <a class="xref" href="#ref_guide_encryption"
title="Chapter 11. Encryption Provider">Chapter 11, <i>
Encryption Provider
@@ -21633,7 +21633,7 @@ encryption. See <a class="xref" href="#r
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getFetchGroups()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getFetchGroups()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getFetchGroups
</code></a>
</p>
@@ -21671,7 +21671,7 @@ openjpa.FlushBeforeQueries</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getFlushBeforeQueries()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getFlushBeforeQueries()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getFlushBeforeQueries
</code></a>
</p>
@@ -21701,7 +21701,7 @@ query. See <a class="xref" href="#ref_gu
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getIgnoreChanges()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getIgnoreChanges()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getIgnoreChanges
</code></a>
</p>
@@ -21756,7 +21756,7 @@ or flush before running it against the d
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#isInitializeEagerly()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#isInitializeEagerly()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.isInitializeEagerly
</code></a>
</p>
@@ -21794,7 +21794,7 @@ openjpa.Instrumentation</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getInstrumentation()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getInstrumentation()"
target="_top">
<code class="methodname">
org.apache.openjpa.conf.OpenJPAConfiguration.getInstrumentation
</code></a>
@@ -21815,7 +21815,7 @@ Instrumentation</code>
<a class="xref" href="#ref_guide_conf_plugins" title="4. Plugin
Configuration">Section 4, “
Plugin Configuration
”</a>) describing one or more instances of
-<a class="ulink"
href="../javadoc/org/apache/openjpa/lib/instrumentation/InstrumentationProvider.html"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/lib/instrumentation/InstrumentationProvider.html"
target="_top">
<code
class="classname">org.apache.openjpa.lib.instrumentation.InstrumentationProvider</code></a>
and
specific instruments to enable. See <a class="xref"
href="#ref_guide_instrumentation" title="Chapter 16.
Instrumentation">Chapter 16, <i>
Instrumentation
@@ -21835,7 +21835,7 @@ specific instruments to enable. See <a c
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getInverseManager()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getInverseManager()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getInverseManager
</code></a>
</p>
@@ -21855,7 +21855,7 @@ InverseManager</code>
<a class="xref" href="#ref_guide_conf_plugins" title="4. Plugin
Configuration">Section 4, “
Plugin Configuration
”</a>) describing a
-<a class="ulink"
href="../javadoc/org/apache/openjpa/kernel/InverseManager.html" target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/kernel/InverseManager.html"
target="_top">
<code class="classname">org.apache.openjpa.kernel.InverseManager</code></a> to
use
for managing bidirectional relations upon a flush. See
<a class="xref" href="#ref_guide_inverses" title="5. Managed
Inverses">Section 5, “
@@ -21875,7 +21875,7 @@ for managing bidirectional relations upo
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getLockManager()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getLockManager()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getLockManager
</code></a>
</p>
@@ -21895,7 +21895,7 @@ LockManager</code>
<a class="xref" href="#ref_guide_conf_plugins" title="4. Plugin
Configuration">Section 4, “
Plugin Configuration
”</a>) describing a
-<a class="ulink" href="../javadoc/org/apache/openjpa/kernel/LockManager.html"
target="_top"><code class="classname">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/kernel/LockManager.html"
target="_top"><code class="classname">
org.apache.openjpa.kernel.LockManager</code></a> to use for acquiring
locks on persistent instances during transactions. See
<a class="xref" href="#ref_guide_locking_lockmgr" title="3.4. Lock
Manager">Section 3.4, “
@@ -21915,7 +21915,7 @@ locks on persistent instances during tra
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getLockTimeout()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getLockTimeout()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getLockTimeout
</code></a>
</p>
@@ -21945,7 +21945,7 @@ for an object lock before throwing an ex
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/lib/conf/Configuration.html#getLog()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/lib/conf/Configuration.html#getLog()"
target="_top">
<code
class="methodname">org.apache.openjpa.lib.conf.Configuration.getLog</code>
</a>
</p>
@@ -21966,7 +21966,7 @@ for an object lock before throwing an ex
<a class="xref" href="#ref_guide_conf_plugins" title="4. Plugin
Configuration">Section 4, “
Plugin Configuration
”</a>) describing a
-<a class="ulink" href="../javadoc/org/apache/openjpa/lib/log/LogFactory.html"
target="_top"><code class="classname">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/lib/log/LogFactory.html"
target="_top"><code class="classname">
org.apache.openjpa.lib.log.LogFactory</code></a> to use for logging.
For details on logging, see <a class="xref" href="#ref_guide_logging"
title="Chapter 3. Logging and Auditing">Chapter 3, <i>
Logging and Auditing
@@ -21985,7 +21985,7 @@ For details on logging, see <a class="xr
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getManagedRuntime()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getManagedRuntime()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getManagedRuntime
</code></a>
</p>
@@ -22001,7 +22001,7 @@ ManagedRuntime</code>
<a class="xref" href="#ref_guide_conf_plugins" title="4. Plugin
Configuration">Section 4, “
Plugin Configuration
”</a>) describing the
-<a class="ulink" href="../javadoc/org/apache/openjpa/ee/ManagedRuntime.html"
target="_top"><code class="classname">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/ee/ManagedRuntime.html"
target="_top"><code class="classname">
org.apache.openjpa.ee.ManagedRuntime</code></a> implementation to use
for obtaining a reference to the <code
class="classname">TransactionManager</code> in an
enterprise environment.
@@ -22018,7 +22018,7 @@ enterprise environment.
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getMapping()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getMapping()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getMapping</code>
</a>
</p>
@@ -22046,7 +22046,7 @@ object-to-datastore mapping to use.
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getMaxFetchDepth()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getMaxFetchDepth()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getMaxFetchDepth
</code></a>
</p>
@@ -22077,7 +22077,7 @@ traverse when eager fetching. Use -1 for
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getMetaDataFactory()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getMetaDataFactory()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getMetaDataFactory
</code></a>
</p>
@@ -22093,7 +22093,7 @@ MetaDataFactory</code>
<a class="xref" href="#ref_guide_conf_plugins" title="4. Plugin
Configuration">Section 4, “
Plugin Configuration
”</a>) describing the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/meta/MetaDataFactory.html" target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/meta/MetaDataFactory.html" target="_top">
<code class="classname">openjpa.meta.MetaDataFactory</code></a> to use to
store and
retrieve metadata for your persistent classes. See
<a class="xref" href="#ref_guide_meta_factory" title="1. Metadata
Factory">Section 1, “
@@ -22114,7 +22114,7 @@ retrieve metadata for your persistent cl
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getMetaDataRepository()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getMetaDataRepository()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getMetaDataRepository
</code></a>
</p>
@@ -22130,7 +22130,7 @@ MetaDataRepository</code>
<a class="xref" href="#ref_guide_conf_plugins" title="4. Plugin
Configuration">Section 4, “
Plugin Configuration
”</a>) describing the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/meta/MetaDataRepository.html" target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/meta/MetaDataRepository.html"
target="_top">
<code class="classname">openjpa.meta.MetaDataRepository</code></a> to use to
store and
retrieve metadata for your persistent classes. See
<a class="xref" href="#ref_guide_meta_repository" title="2. Metadata
Repository">Section 2, “Metadata Repository”</a> for details.
@@ -22151,7 +22151,7 @@ retrieve metadata for your persistent cl
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getMultithreaded()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getMultithreaded()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getMultithreaded
</code></a>
</p>
@@ -22180,7 +22180,7 @@ will be accessed by multiple threads at
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getOptimistic()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getOptimistic()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getOptimistic
</code></a>
</p>
@@ -22208,7 +22208,7 @@ pessimistic (datastore) transactional mo
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getOptimizeIdCopy()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getOptimizeIdCopy()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getOptimizeIdCopy
</code></a>
</p>
@@ -22246,7 +22246,7 @@ openjpa.OrphanedKeyAction</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getOrphanedKeyAction()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getOrphanedKeyAction()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getOrphanedKeyAction
</code></a>
</p>
@@ -22266,7 +22266,7 @@ OrphanedKeyAction</code>
<a class="xref" href="#ref_guide_conf_plugins" title="4. Plugin
Configuration">Section 4, “
Plugin Configuration
”</a>) describing a
-<a class="ulink"
href="../javadoc/org/apache/openjpa/event/OrphanedKeyAction.html" target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/event/OrphanedKeyAction.html"
target="_top">
<code class="classname">org.apache.openjpa.event.OrphanedKeyAction</code></a>
to
invoke when OpenJPA discovers an orphaned datastore key. See
<a class="xref" href="#ref_guide_orphan" title="11. Orphaned
Keys">Section 11, “
@@ -22285,7 +22285,7 @@ openjpa.NontransactionalRead</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getNontransactionalRead()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getNontransactionalRead()"
target="_top">
<code class="methodname">
org.apache.openjpa.conf.OpenJPAConfiguration.getNontransactionalRead
</code></a>
@@ -22313,7 +22313,7 @@ openjpa.NontransactionalWrite</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getNontransactionalWrite()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getNontransactionalWrite()"
target="_top">
<code class="methodname">
org.apache.openjpa.conf.OpenJPAConfiguration.getNontransactionalWrite
</code></a>
@@ -22343,7 +22343,7 @@ will take effect on the next transaction
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getProxyManager()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getProxyManager()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getProxyManager
</code></a>
</p>
@@ -22359,7 +22359,7 @@ ProxyManager</code>
<a class="xref" href="#ref_guide_conf_plugins" title="4. Plugin
Configuration">Section 4, “
Plugin Configuration
”</a>) describing a
-<a class="ulink" href="../javadoc/org/apache/openjpa/util/ProxyManager.html"
target="_top"><code class="classname">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/util/ProxyManager.html"
target="_top"><code class="classname">
org.apache.openjpa.util.ProxyManager</code></a> to use for proxying
mutable second class objects. See
<a class="xref" href="#ref_guide_pc_scos_proxy_custom" title="6.4.3.
Custom Proxies">Section 6.4.3, “
@@ -22379,7 +22379,7 @@ mutable second class objects. See
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
- <a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getPostLoadOnMerge()"
target="_top">
+ <a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getPostLoadOnMerge()"
target="_top">
<code class="methodname">
org.apache.openjpa.conf.OpenJPAConfiguration.getPostLoadOnMerge
</code></a>
@@ -22413,7 +22413,7 @@ mutable second class objects. See
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getQueryCache()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getQueryCache()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getQueryCache
</code></a>
</p>
@@ -22429,7 +22429,7 @@ QueryCache</code>
<a class="xref" href="#ref_guide_conf_plugins" title="4. Plugin
Configuration">Section 4, “
Plugin Configuration
”</a>) describing the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/datacache/QueryCache.html" target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/datacache/QueryCache.html" target="_top">
<code class="classname">org.apache.openjpa.datacache.QueryCache</code></a>
implementation to use for caching of queries loaded from the data store. See
<a class="xref" href="#ref_guide_cache_query" title="1.4. Query
Cache">Section 1.4, “
@@ -22477,7 +22477,7 @@ query compilation. See <a class="xref"
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getReadLockLevel()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getReadLockLevel()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getReadLockLevel
</code></a>
</p>
@@ -22519,7 +22519,7 @@ openjpa.RemoteCommitProvider</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getRemoteCommitProvider()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getRemoteCommitProvider()"
target="_top">
<code class="methodname">
org.apache.openjpa.conf.OpenJPAConfiguration.getRemoteCommitProvider
</code></a>
@@ -22536,7 +22536,7 @@ RemoteCommitProvider</code>
<a class="xref" href="#ref_guide_conf_plugins" title="4. Plugin
Configuration">Section 4, “
Plugin Configuration
”</a>) describing the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/event/RemoteCommitProvider.html"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/event/RemoteCommitProvider.html"
target="_top">
<code
class="classname">org.apache.openjpa.event.RemoteCommitProvider</code></a>
implementation to use for distributed event notification. See
<a class="xref" href="#ref_guide_event_conf" title="2.1. Remote Commit
Provider Configuration">Section 2.1, “
@@ -22555,7 +22555,7 @@ implementation to use for distributed ev
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getRestoreState()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getRestoreState()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getRestoreState
</code></a>
</p>
@@ -22586,7 +22586,7 @@ to their pre-transaction values when a r
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getRetainState()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getRetainState()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getRetainState
</code></a>
</p>
@@ -22614,7 +22614,7 @@ openjpa.RetryClassRegistration</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getRetryClassRegistration()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getRetryClassRegistration()"
target="_top">
<code class="methodname">
org.apache.openjpa.conf.OpenJPAConfiguration.getRetryClassRegistration
</code></a>
@@ -22643,7 +22643,7 @@ serious problems.
</p>
<p>
<span class="bold"><strong>Configuration API: </strong></span>
- <a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getRuntimeUnenhancedClasses()"
target="_top">org.apache.openjpa.conf.OpenJPAConfiguration.getRuntimeUnenhancedClasses</a>
+ <a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getRuntimeUnenhancedClasses()"
target="_top">org.apache.openjpa.conf.OpenJPAConfiguration.getRuntimeUnenhancedClasses</a>
</p>
<p>
<span class="bold"><strong>Resource adaptor config
property:</strong></span>
@@ -22697,7 +22697,7 @@ openjpa.SavepointManager</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getSavepointManager()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getSavepointManager()"
target="_top">
org.apache.openjpa.conf.OpenJPAConfiguration.getSavepointManager</a>
</p>
<p>
@@ -22716,7 +22716,7 @@ SavepointManager
<a class="xref" href="#ref_guide_conf_plugins" title="4. Plugin
Configuration">Section 4, “
Plugin Configuration
”</a>) describing a
-<a class="ulink"
href="../javadoc/org/apache/openjpa/kernel/SavepointManager.html" target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/kernel/SavepointManager.html"
target="_top">
<code class="classname">org.apache.openjpa.kernel.SavepointManager</code></a>
to
use for managing transaction savepoints. See
<a class="xref" href="#ref_guide_savepoints" title="4.
Savepoints">Section 4, “
@@ -22735,7 +22735,7 @@ use for managing transaction savepoints.
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getSequence()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getSequence()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getSequence
</code></a>
</p>
@@ -22751,7 +22751,7 @@ Sequence</code>
<a class="xref" href="#ref_guide_conf_plugins" title="4. Plugin
Configuration">Section 4, “
Plugin Configuration
”</a>) describing the
-<a class="ulink" href="../javadoc/org/apache/openjpa/kernel/Seq.html"
target="_top"><code class="classname">
+<a class="ulink" href="../../apidocs/org/apache/openjpa/kernel/Seq.html"
target="_top"><code class="classname">
org.apache.openjpa.kernel.Seq</code></a> implementation to use for the
system sequence. See <a class="xref" href="#ref_guide_sequence"
title="6. Generators">Section 6, “
Generators
@@ -22770,7 +22770,7 @@ information.
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getSpecificationInstance()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getSpecificationInstance()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getSpecificationInstance
</code></a>
</p>
@@ -22804,7 +22804,7 @@ See <a class="xref" href="#ref_guide_spe
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getTransactionMode()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getTransactionMode()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getTransactionMode
</code></a>
</p>
@@ -22836,7 +22836,7 @@ use. You can override this setting per-s
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
- <a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getUseTCCLinSelectNew()"
target="_top">
+ <a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getUseTCCLinSelectNew()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getUseTCCLinSelectNew
</code></a>
</p>
@@ -22872,7 +22872,7 @@ use. You can override this setting per-s
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getWriteLockLevel()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/conf/OpenJPAConfiguration.html#getWriteLockLevel()"
target="_top">
<code
class="methodname">org.apache.openjpa.conf.OpenJPAConfiguration.getWriteLockLevel
</code></a>
</p>
@@ -22960,7 +22960,7 @@ openjpa.jdbc.ConnectionDecorators</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getConnectionDecorators()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getConnectionDecorators()"
target="_top">
<code class="methodname">
org.apache.openjpa.jdbc.conf.JDBCConfiguration.getConnectionDecorators
</code></a>
@@ -22977,7 +22977,7 @@ ConnectionDecorators</code>
strings (see <a class="xref" href="#ref_guide_conf_plugins" title="4.
Plugin Configuration">Section 4, “
Plugin Configuration
”</a>) describing
-<a class="ulink"
href="../javadoc/org/apache/openjpa/lib/jdbc/ConnectionDecorator.html"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/lib/jdbc/ConnectionDecorator.html"
target="_top">
<code
class="classname">org.apache.openjpa.lib.jdbc.ConnectionDecorator</code></a>
instances to install on the connection factory. These decorators can wrap
connections passed from the underlying <code
class="classname">DataSource</code> to add
@@ -22999,7 +22999,7 @@ openjpa.jdbc.DBDictionary</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getDBDictionary()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getDBDictionary()"
target="_top">
<code
class="methodname">org.apache.openjpa.jdbc.conf.JDBCConfiguration.getDBDictionary
</code></a>
</p>
@@ -23018,7 +23018,7 @@ openjpa.ConnectionDriverName</code></a>
<a class="xref" href="#ref_guide_conf_plugins" title="4. Plugin
Configuration">Section 4, “
Plugin Configuration
”</a>) describing the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/sql/DBDictionary.html" target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/sql/DBDictionary.html"
target="_top">
<code class="classname">org.apache.openjpa.jdbc.sql.DBDictionary</code></a> to
use
for database interaction. OpenJPA typically auto-configures the dictionary
based
on the JDBC URL, but you may have to set this property explicitly if you are
@@ -23042,7 +23042,7 @@ openjpa.jdbc.DriverDataSource</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getDriverDataSource()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getDriverDataSource()"
target="_top">
<code
class="methodname">org.apache.openjpa.jdbc.conf.JDBCConfiguration.getDriverDataSource
</code></a>
</p>
@@ -23060,7 +23060,7 @@ DriverDataSource</code>
<p>
<span class="bold"><strong>Description:</strong></span> The alias or full
class name of
the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/schema/DriverDataSource.html"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/schema/DriverDataSource.html"
target="_top">
<code
class="classname">org.apache.openjpa.jdbc.schema.DriverDataSource</code></a>
implementation to use to wrap JDBC Driver classes with javax.sql.DataSource
instances. The <code
class="classname">org.apache.openjpa.jdbc.schema.AutoDriverDataSource</code>
implementation is the default and will select either the DBCPDriverDataSource
or SimpleDriverDataSource based on if Apache Commons DBCP is available
@@ -23080,7 +23080,7 @@ openjpa.jdbc.EagerFetchMode</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getEagerFetchMode()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getEagerFetchMode()"
target="_top">
<code
class="methodname">org.apache.openjpa.jdbc.conf.JDBCConfiguration.getEagerFetchMode
</code></a>
</p>
@@ -23115,7 +23115,7 @@ openjpa.jdbc.FetchDirection</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getFetchDirection()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getFetchDirection()"
target="_top">
<code
class="methodname">org.apache.openjpa.jdbc.conf.JDBCConfiguration.getFetchDirection
</code></a>
</p>
@@ -23150,7 +23150,7 @@ openjpa.jdbc.JDBCListeners</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getJDBCListeners()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getJDBCListeners()"
target="_top">
<code
class="methodname">org.apache.openjpa.jdbc.conf.JDBCConfiguration.getJDBCListeners
</code></a>
</p>
@@ -23166,7 +23166,7 @@ JDBCListeners</code>
strings (see <a class="xref" href="#ref_guide_conf_plugins" title="4.
Plugin Configuration">Section 4, “
Plugin Configuration
”</a>) describing
-<a class="ulink"
href="../javadoc/org/apache/openjpa/lib/jdbc/JDBCListener.html" target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/lib/jdbc/JDBCListener.html"
target="_top">
<code class="classname">org.apache.openjpa.lib.jdbc.JDBCListener</code></a>
event
listeners to install. These listeners will be notified on various JDBC-related
events.
@@ -23184,7 +23184,7 @@ events.
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getLRSSize()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getLRSSize()"
target="_top">
<code
class="methodname">org.apache.openjpa.jdbc.conf.JDBCConfiguration.getLRSSize
</code></a>
</p>
@@ -23219,7 +23219,7 @@ openjpa.jdbc.MappingDefaults</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getMappingDefaults()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getMappingDefaults()"
target="_top">
<code
class="methodname">org.apache.openjpa.jdbc.conf.JDBCConfiguration.getMappingDefaults
</code></a>
</p>
@@ -23235,7 +23235,7 @@ MappingDefaults</code>
<a class="xref" href="#ref_guide_conf_plugins" title="4. Plugin
Configuration">Section 4, “
Plugin Configuration
”</a>) describing the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/meta/MappingDefaults.html"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/meta/MappingDefaults.html"
target="_top">
<code
class="classname">org.apache.openjpa.jdbc.meta.MappingDefaults</code></a> to
use to define default column names, table names, and constraints for your
persistent classes. See <a class="xref" href="#ref_guide_mapping_factory"
title="5. Mapping Factory">Section 5, “
@@ -23256,7 +23256,7 @@ openjpa.jdbc.MappingFactory</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getMappingFactory()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getMappingFactory()"
target="_top">
<code
class="methodname">org.apache.openjpa.jdbc.conf.JDBCConfiguration.getMappingFactory
</code></a>
</p>
@@ -23272,7 +23272,7 @@ MappingFactory</code>
<a class="xref" href="#ref_guide_conf_plugins" title="4. Plugin
Configuration">Section 4, “
Plugin Configuration
”</a>) describing the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/meta/MetaDataFactory.html" target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/meta/MetaDataFactory.html" target="_top">
<code class="classname">org.apache.openjpa.meta.MetaDataFactory</code></a> to
use to
store and retrieve object-relational mapping information for your persistent
classes. See <a class="xref" href="#ref_guide_mapping_factory" title="5.
Mapping Factory">Section 5, “
@@ -23319,7 +23319,7 @@ openjpa.jdbc.ResultSetType</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getResultSetType()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getResultSetType()"
target="_top">
<code
class="methodname">org.apache.openjpa.jdbc.conf.JDBCConfiguration.getResultSetType
</code></a>
</p>
@@ -23353,7 +23353,7 @@ when fetching result lists. This propert
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getSchema()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getSchema()"
target="_top">
<code
class="methodname">org.apache.openjpa.jdbc.conf.JDBCConfiguration.getSchema
</code></a>
</p>
@@ -23384,7 +23384,7 @@ openjpa.jdbc.SchemaFactory</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getSchemaFactory()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getSchemaFactory()"
target="_top">
<code
class="methodname">org.apache.openjpa.jdbc.conf.JDBCConfiguration.getSchemaFactory
</code></a>
</p>
@@ -23405,7 +23405,7 @@ others
<a class="xref" href="#ref_guide_conf_plugins" title="4. Plugin
Configuration">Section 4, “
Plugin Configuration
”</a>) describing the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/schema/SchemaFactory.html"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/schema/SchemaFactory.html"
target="_top">
<code
class="classname">org.apache.openjpa.jdbc.schema.SchemaFactory</code></a> to
use to store and retrieve information about the database schema. See
<a class="xref" href="#ref_guide_schema_info_factory" title="12.2.
Schema Factory">Section 12.2, “
@@ -23424,7 +23424,7 @@ use to store and retrieve information ab
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getSchemas()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getSchemas()"
target="_top">
<code
class="methodname">org.apache.openjpa.jdbc.conf.JDBCConfiguration.getSchemas
</code></a>
</p>
@@ -23455,7 +23455,7 @@ schemas and/or tables used for your pers
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getSQLFactory()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getSQLFactory()"
target="_top">
<code
class="methodname">org.apache.openjpa.jdbc.conf.JDBCConfiguration.getSQLFactory
</code></a>
</p>
@@ -23471,7 +23471,7 @@ SQLFactory</code>
<a class="xref" href="#ref_guide_conf_plugins" title="4. Plugin
Configuration">Section 4, “
Plugin Configuration
”</a>) describing the
-<a class="ulink" href="../javadoc/org/apache/openjpa/jdbc/sql/SQLFactory.html"
target="_top"><code class="classname">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/sql/SQLFactory.html"
target="_top"><code class="classname">
org.apache.openjpa.jdbc.sql.SQLFactory</code></a> to use to abstract
common SQL constructs.
</p>
@@ -23489,7 +23489,7 @@ openjpa.jdbc.SubclassFetchMode</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getSubclassFetchMode()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getSubclassFetchMode()"
target="_top">
<code
class="methodname">org.apache.openjpa.jdbc.conf.JDBCConfiguration.getSubclassFetchMode
</code></a>
</p>
@@ -23524,7 +23524,7 @@ openjpa.jdbc.SynchronizeMappings</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getSynchronizeMappings()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getSynchronizeMappings()"
target="_top">
<code class="methodname">
org.apache.openjpa.jdbc.conf.JDBCConfiguration.getSynchronizeMappings
</code></a>
@@ -23558,7 +23558,7 @@ openjpa.jdbc.TransactionIsolation</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getTransactionIsolation()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getTransactionIsolation()"
target="_top">
<code class="methodname">
org.apache.openjpa.jdbc.conf.JDBCConfiguration.getTransactionIsolation
</code></a>
@@ -23596,7 +23596,7 @@ openjpa.jdbc.UpdateManager</code>
</p>
<p>
<span class="bold"><strong>Configuration API:</strong></span>
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getUpdateManager()"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html#getUpdateManager()"
target="_top">
<code
class="methodname">org.apache.openjpa.jdbc.conf.JDBCConfiguration.getUpdateManager
</code></a>
</p>
@@ -23614,11 +23614,11 @@ batching-constraint</code>, <code class=
</p>
<p>
<span class="bold"><strong>Description:</strong></span> The full class name of
the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/kernel/UpdateManager.html"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/kernel/UpdateManager.html"
target="_top">
<code
class="classname">org.apache.openjpa.jdbc.kernel.UpdateManager</code></a> to
use to flush persistent object changes to the datastore. The provided default
implementation is
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/kernel/BatchingConstraintUpdateManager"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/kernel/BatchingConstraintUpdateManager"
target="_top">
<code
class="classname">org.apache.openjpa.jdbc.kernel.BatchingConstraintUpdateManager</code>
</a>.
@@ -24084,7 +24084,7 @@ logging to a graphical component for GUI
</p>
<p>
A custom logging framework must include an implementation of the
-<a class="ulink" href="../javadoc/org/apache/openjpa/lib/log/LogFactory.html"
target="_top"><code class="classname">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/lib/log/LogFactory.html"
target="_top"><code class="classname">
org.apache.openjpa.lib.log.LogFactory</code></a> interface. We present
a custom <code class="classname">LogFactory</code> below.
</p>
@@ -24807,7 +24807,7 @@ configuration properties.
<p>
If OpenJPA cannot detect what type of database you are using, or if you are
using an unsupported database, you will have to tell OpenJPA what
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/sql/DBDictionary.html" target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/sql/DBDictionary.html"
target="_top">
<code class="classname">org.apache.openjpa.jdbc.sql.DBDictionary</code></a> to
use.
The <code class="classname">DBDictionary</code> abstracts away the differences
between
databases. You can plug a dictionary into OpenJPA using the
@@ -24821,7 +24821,7 @@ below. If you are using an unsupported d
<a class="indexterm" name="d5e9782"></a>
<code class="literal">access</code>: Dictionary for Microsoft Access. This is
an alias
for the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/sql/AccessDictionary.html"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/sql/AccessDictionary.html"
target="_top">
<code class="classname">org.apache.openjpa.jdbc.sql.AccessDictionary</code></a>
class.
</p>
@@ -24829,7 +24829,7 @@ class.
<p>
<a class="indexterm" name="d5e9789"></a>
<code class="literal">db2</code>: Dictionary for IBM's DB2 database. This is
an alias for
-the <a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/sql/DB2Dictionary.html" target="_top">
+the <a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/sql/DB2Dictionary.html"
target="_top">
<code class="classname">org.apache.openjpa.jdbc.sql.DB2Dictionary</code></a>
class.
</p>
</li><li class="listitem">
@@ -24837,7 +24837,7 @@ the <a class="ulink" href="../javadoc/or
<a class="indexterm" name="d5e9796"></a>
<code class="literal">derby</code>: Dictionary for the Apache Derby database.
This is an
alias for the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/sql/DerbyDictionary.html"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/sql/DerbyDictionary.html"
target="_top">
<code class="classname">org.apache.openjpa.jdbc.sql.DerbyDictionary</code>
class.
</a>
</p>
@@ -24846,7 +24846,7 @@ alias for the
<a class="indexterm" name="d5e9803"></a>
<code class="literal">empress</code>: Dictionary for Empress database This is
an alias
for the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/sql/EmpressDictionary.html"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/sql/EmpressDictionary.html"
target="_top">
<code
class="classname">org.apache.openjpa.jdbc.sql.EmpressDictionary</code></a>
class.
</p>
@@ -24855,7 +24855,7 @@ class.
<a class="indexterm" name="d5e9810"></a>
<code class="literal">foxpro</code>: Dictionary for Microsoft Visual FoxPro.
This is an
alias for the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/sql/FoxProDictionary.html"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/sql/FoxProDictionary.html"
target="_top">
<code class="classname">org.apache.openjpa.jdbc.sql.FoxProDictionary</code></a>
class.
</p>
@@ -24864,7 +24864,7 @@ class.
<a class="indexterm" name="d5e9817"></a>
<code class="literal">h2</code>: Dictionary for the H2 Database Engine. This
is an
alias for the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/sql/H2Dictionary.html" target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/sql/H2Dictionary.html"
target="_top">
<code class="classname">org.apache.openjpa.jdbc.sql.H2Dictionary</code></a>
class.
</p>
</li><li class="listitem">
@@ -24872,7 +24872,7 @@ alias for the
<a class="indexterm" name="d5e9824"></a>
<code class="literal">hsql</code>: Dictionary for the Hypersonic SQL database.
This is an
alias for the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/sql/HSQLDictionary.html" target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/sql/HSQLDictionary.html"
target="_top">
<code class="classname">org.apache.openjpa.jdbc.sql.HSQLDictionary</code></a>
class.
</p>
</li><li class="listitem">
@@ -24880,7 +24880,7 @@ alias for the
<a class="indexterm" name="d5e9831"></a>
<code class="literal">informix</code>: Dictionary for the Informix database.
This is an
alias for the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/sql/InformixDictionary.html"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/sql/InformixDictionary.html"
target="_top">
<code
class="classname">org.apache.openjpa.jdbc.sql.InformixDictionary</code></a>
class.
</p>
@@ -24888,7 +24888,7 @@ class.
<p>
<a class="indexterm" name="d5e9838"></a>
<code class="literal">ingres</code>: Dictionary for Ingres. This is an alias
for the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/sql/IngresDictionary.html"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/sql/IngresDictionary.html"
target="_top">
<code class="classname">org.apache.openjpa.jdbc.sql.IngresDictionary</code></a>
class.
</p>
@@ -24897,7 +24897,7 @@ class.
<a class="indexterm" name="d5e9845"></a>
<code class="literal">jdatastore</code>: Dictionary for Borland JDataStore.
This is an
alias for the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/sql/JDataStoreDictionary.html"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/sql/JDataStoreDictionary.html"
target="_top">
<code
class="classname">org.apache.openjpa.jdbc.sql.JDataStoreDictionary</code></a>
class.
</p>
@@ -24906,7 +24906,7 @@ class.
<a class="indexterm" name="d5e9852"></a>
<code class="literal">mariadb</code>: Dictionary for the MariaDB database.
This is an alias
for the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/sql/MariaDBDictionary.html"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/sql/MariaDBDictionary.html"
target="_top">
<code
class="classname">org.apache.openjpa.jdbc.sql.MariaDBDictionary</code></a>
class.
</p>
@@ -24915,7 +24915,7 @@ class.
<a class="indexterm" name="d5e9859"></a>
<code class="literal">mysql</code>: Dictionary for the MySQL database. This is
an alias
for the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/sql/MySQLDictionary.html"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/sql/MySQLDictionary.html"
target="_top">
<code class="classname">org.apache.openjpa.jdbc.sql.MySQLDictionary</code></a>
class.
</p>
@@ -24923,7 +24923,7 @@ class.
<p>
<a class="indexterm" name="d5e9866"></a>
<code class="literal">oracle</code>: Dictionary for Oracle. This is an alias
for the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/sql/OracleDictionary.html"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/sql/OracleDictionary.html"
target="_top">
<code class="classname">org.apache.openjpa.jdbc.sql.OracleDictionary</code></a>
class.
</p>
@@ -24932,7 +24932,7 @@ class.
<a class="indexterm" name="d5e9873"></a>
<code class="literal">pointbase</code>: Dictionary for Pointbase Embedded
database. This
is an alias for the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/sql/PointbaseDictionary.html"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/sql/PointbaseDictionary.html"
target="_top">
<code
class="classname">org.apache.openjpa.jdbc.sql.PointbaseDictionary</code></a>
class.
</p>
@@ -24940,7 +24940,7 @@ class.
<p>
<a class="indexterm" name="d5e9880"></a>
<code class="literal">postgres</code>: Dictionary for PostgreSQL. This is an
alias for
-the <a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/sql/PostgresDictionary.html"
target="_top">
+the <a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/sql/PostgresDictionary.html"
target="_top">
<code
class="classname">org.apache.openjpa.jdbc.sql.PostgresDictionary</code></a>
class.
</p>
@@ -24949,7 +24949,7 @@ class.
<a class="indexterm" name="d5e9887"></a>
<code class="literal">soliddb</code>: Dictionary for IBM's SolidDB database.
This is an alias for the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/sql/SolidDBDictionary.html"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/sql/SolidDBDictionary.html"
target="_top">
<code
class="classname">org.apache.openjpa.jdbc.sql.SolidDBDictionary</code></a>
class.
</p>
@@ -24958,7 +24958,7 @@ class.
<a class="indexterm" name="d5e9894"></a>
<code class="literal">sqlserver</code>: Dictionary for Microsoft's SQL Server
database.
This is an alias for the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/sql/SQLServerDictionary.html"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/sql/SQLServerDictionary.html"
target="_top">
<code
class="classname">org.apache.openjpa.jdbc.sql.SQLServerDictionary</code></a>
class.
</p>
@@ -24966,7 +24966,7 @@ class.
<p>
<a class="indexterm" name="d5e9901"></a>
<code class="literal">sybase</code>: Dictionary for Sybase. This is an alias
for the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/sql/SybaseDictionary.html"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/sql/SybaseDictionary.html"
target="_top">
<code class="classname">org.apache.openjpa.jdbc.sql.SybaseDictionary</code></a>
class.
</p>
@@ -25083,7 +25083,7 @@ generated by the <code class="literal">m
<code class="literal">BooleanRepresentation</code>:
The overridden default representation for <code
class="literal">java.lang.Boolean</code> or
<code class="literal">boolean</code> fields in JPA Entities. A
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/sql/BooleanRepresentation.html"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/sql/BooleanRepresentation.html"
target="_top">
<code
class="classname">org.apache.openjpa.jdbc.sql.BooleanRepresentation</code></a>
describes how Boolean values in entities get mapped into the database by
default.
Note that you additionally might need to define the <code
class="literal">BooleanTypeName</code>
@@ -27367,7 +27367,7 @@ Oracle, for example, requires names in a
<a class="indexterm" name="d5e11856"></a>
<p>
OpenJPA relies on the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/schema/SchemaFactory.html"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/schema/SchemaFactory.html"
target="_top">
<code class="classname">openjpa.jdbc.SchemaFactory</code></a> interface for
runtime
schema information. You can control the schema factory OpenJPA uses through the
<code class="literal">openjpa.jdbc.SchemaFactory</code> property. There are
several
@@ -27376,7 +27376,7 @@ built-in options to choose from:
<div class="itemizedlist"><ul class="itemizedlist"
style="list-style-type: disc; "><li class="listitem">
<p>
<code class="literal">dynamic</code>: This is the default setting. It is an
alias for the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/schema/DynamicSchemaFactory.html"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/schema/DynamicSchemaFactory.html"
target="_top">
<code class="classname">
org.apache.openjpa.jdbc.schema.DynamicSchemaFactory</code></a>. The
<code class="classname">DynamicSchemaFactory</code> is the most performant
@@ -27390,7 +27390,7 @@ that OpenJPA can order its SQL statement
</li><li class="listitem">
<p>
<code class="literal">native</code>: This is an alias for the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/schema/LazySchemaFactory.html"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/schema/LazySchemaFactory.html"
target="_top">
<code
class="classname">org.apache.openjpa.jdbc.schema.LazySchemaFactory</code></a>
. As persistent classes are loaded by the application, OpenJPA reads their
metadata and object-relational mapping information. This factory uses the
@@ -27409,7 +27409,7 @@ read foreign key information during sche
</li><li class="listitem">
<p>
<code class="literal">table</code>: This is an alias for the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/schema/TableSchemaFactory.html"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/schema/TableSchemaFactory.html"
target="_top">
<code
class="classname">org.apache.openjpa.jdbc.schema.TableSchemaFactory</code></a>
. This schema factory stores schema information as an XML document in a
database
table it creates for this purpose. If your JDBC driver doesn't support the
@@ -27439,7 +27439,7 @@ holding the schema definition as an XML
</li><li class="listitem">
<p>
<code class="literal">file</code>: This is an alias for the
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/schema/FileSchemaFactory.html"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/schema/FileSchemaFactory.html"
target="_top">
<code
class="classname">org.apache.openjpa.jdbc.schema.FileSchemaFactory</code></a>
. This factory is a lot like the <code
class="classname">TableSchemaFactory</code>, and
has the same advantages and disadvantages. Instead of storing its XML schema
@@ -27499,7 +27499,7 @@ schemas.
</p>
<p>
You can invoke the schema tool through its Java class,
-<a class="ulink"
href="../javadoc/org/apache/openjpa/jdbc/schema/SchemaTool.html" target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/jdbc/schema/SchemaTool.html"
target="_top">
<code class="classname">org.apache.openjpa.jdbc.schema.SchemaTool</code></a>.
In
addition to the universal flags of the <a class="link" href="#ref_guide_conf"
title="Chapter 2. Configuration">
configuration framework</a>, the schema tool accepts the following command
@@ -28499,7 +28499,7 @@ persistent objects for you through a sur
<p>
You can control how your JPA datastore identity value is generated through
OpenJPA's
-<a class="ulink"
href="../javadoc/org/apache/openjpa/persistence/DataStoreId.html" target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/persistence/DataStoreId.html"
target="_top">
<code class="classname">org.apache.openjpa.persistence.DataStoreId</code></a>
class
annotation. This annotation has <code class="literal">strategy</code> and
<code class="literal">
generator</code> properties that mirror the same-named properties on the
@@ -28533,7 +28533,7 @@ public class LineItem {
</div></div><br class="example-break">
<p>
Internally, OpenJPA uses the public
-<a class="ulink" href="../javadoc/org/apache/openjpa/util/Id.html"
target="_top"><code class="classname">
+<a class="ulink" href="../../apidocs/org/apache/openjpa/util/Id.html"
target="_top"><code class="classname">
org.apache.openjpa.util.Id</code></a> class for datastore identity
objects. When writing OpenJPA plugins, you can manipulate datastore identity
objects by casting them to this class. You can also create your own <code
class="classname">
@@ -28734,7 +28734,7 @@ class code, you can set the <code class=
</p>
<p>
The application identity tool can be invoked via its Java class,
-<a class="ulink"
href="../javadoc/org/apache/openjpa/enhance/ApplicationIdTool" target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/enhance/ApplicationIdTool" target="_top">
<code
class="classname">org.apache.openjpa.enhance.ApplicationIdTool</code></a>.
</p>
<div class="note" style="margin-left: 0.5in; margin-right:
0.5in;"><h3 class="title">Note</h3>
@@ -28880,7 +28880,7 @@ relations that also share datastore stor
</p>
<p>
OpenJPA also allows you to define purely logical bidirectional relations. The
-<a class="ulink"
href="../javadoc/org/apache/openjpa/persistence/InverseLogical.html"
target="_top">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/persistence/InverseLogical.html"
target="_top">
<code
class="classname">org.apache.openjpa.persistence.InverseLogical</code></a>
annotation names a logical inverse in JPA metadata.
</p>
@@ -29172,7 +29172,7 @@ collection and map methods, and to updat
</p>
<p>
In order to use large result set proxies in JPA, add the
-<a class="ulink" href="../javadoc/org/apache/openjpa/persistence/LRS.html"
target="_top"><code class="classname">
+<a class="ulink" href="../../apidocs/org/apache/openjpa/persistence/LRS.html"
target="_top"><code class="classname">
org.apache.openjpa.persistence.LRS</code></a> annotation to the
persistent field.
</p>
@@ -29231,7 +29231,7 @@ public class Company {
<a class="indexterm" name="d5e12616"></a>
<p>
OpenJPA manages proxies through the
-<a class="ulink" href="../javadoc/org/apache/openjpa/util/ProxyManager.html"
target="_top"><code class="classname">
+<a class="ulink"
href="../../apidocs/org/apache/openjpa/util/ProxyManager.html"
target="_top"><code class="classname">
org.apache.openjpa.util.ProxyManager</code></a> interface. OpenJPA
[... 1435 lines stripped ...]