blob: bef15651794dc17f04269a0a15f2523529015d5c [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="it">
<head>
<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 14 10:04:13 CEST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.apache.openjpa.conf (OpenJPA Parent POM 2.4.3 API)</title>
<meta name="date" content="2018-06-14">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.apache.openjpa.conf (OpenJPA Parent POM 2.4.3 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/openjpa/audit/package-summary.html">Prev Package</a></li>
<li><a href="../../../../org/apache/openjpa/datacache/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/openjpa/conf/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package&nbsp;org.apache.openjpa.conf</h1>
<div class="docSummary">
<div class="block"><strong>OpenJPA Configuration</strong>
This package provides base OpenJPA configuration interfaces.</div>
</div>
<p>See:&nbsp;<a href="#package_description">Description</a></p>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/openjpa/conf/CacheMarshaller.html" title="interface in org.apache.openjpa.conf">CacheMarshaller</a></td>
<td class="colLast">
<div class="block">Responsible for marshalling and unmarshalling objects between memory and
durable cache.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/openjpa/conf/CacheMarshaller.ValidationPolicy.html" title="interface in org.apache.openjpa.conf">CacheMarshaller.ValidationPolicy</a></td>
<td class="colLast">
<div class="block">Validation policies are responsible for computing whether or not a
cached data structure is valid for the current context.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/openjpa/conf/OpenJPAConfiguration.html" title="interface in org.apache.openjpa.conf">OpenJPAConfiguration</a></td>
<td class="colLast">
<div class="block">Defines the properties necessary to configure runtime properties and
connect to a data source.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/openjpa/conf/OpenJPAProductDerivation.html" title="interface in org.apache.openjpa.conf">OpenJPAProductDerivation</a></td>
<td class="colLast">
<div class="block">Adds datastore based extension to ProductDerivation.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/openjpa/conf/BrokerFactoryValue.html" title="class in org.apache.openjpa.conf">BrokerFactoryValue</a></td>
<td class="colLast">
<div class="block">Value type used to represent the <a href="../../../../org/apache/openjpa/kernel/BrokerFactory.html" title="interface in org.apache.openjpa.kernel"><code>BrokerFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/openjpa/conf/BrokerValue.html" title="class in org.apache.openjpa.conf">BrokerValue</a></td>
<td class="colLast">
<div class="block">Custom <a href="../../../../org/apache/openjpa/lib/conf/PluginValue.html" title="class in org.apache.openjpa.lib.conf"><code>PluginValue</code></a> that can efficiently create <a href="../../../../org/apache/openjpa/kernel/BrokerImpl.html" title="class in org.apache.openjpa.kernel"><code>BrokerImpl</code></a>
instances.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/openjpa/conf/CacheMarshallerImpl.html" title="class in org.apache.openjpa.conf">CacheMarshallerImpl</a></td>
<td class="colLast">
<div class="block">Default <a href="../../../../org/apache/openjpa/conf/CacheMarshaller.html" title="interface in org.apache.openjpa.conf"><code>CacheMarshaller</code></a> implementation that writes data
to a specified file and reads data from a specified file or URL.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/openjpa/conf/CacheMarshallersValue.html" title="class in org.apache.openjpa.conf">CacheMarshallersValue</a></td>
<td class="colLast">
<div class="block">A configuration value for handling and accessing cache marshallers.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/openjpa/conf/CallbackOptions.html" title="class in org.apache.openjpa.conf">CallbackOptions</a></td>
<td class="colLast">
<div class="block">Configurable options for callbacks.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/openjpa/conf/Compatibility.html" title="class in org.apache.openjpa.conf">Compatibility</a></td>
<td class="colLast">
<div class="block">Struct encompassing backwards-compatibility options.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/openjpa/conf/DetachOptions.html" title="class in org.apache.openjpa.conf">DetachOptions</a></td>
<td class="colLast">
<div class="block">Detach options.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/openjpa/conf/DetachOptions.All.html" title="class in org.apache.openjpa.conf">DetachOptions.All</a></td>
<td class="colLast">
<div class="block">Public to allow reflection.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/openjpa/conf/DetachOptions.FetchGroups.html" title="class in org.apache.openjpa.conf">DetachOptions.FetchGroups</a></td>
<td class="colLast">
<div class="block">Public to allow reflection.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/openjpa/conf/DetachOptions.Loaded.html" title="class in org.apache.openjpa.conf">DetachOptions.Loaded</a></td>
<td class="colLast">
<div class="block">Detach loaded state.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/openjpa/conf/MetaDataCacheMaintenance.html" title="class in org.apache.openjpa.conf">MetaDataCacheMaintenance</a></td>
<td class="colLast">
<div class="block">Performs maintenance tasks on the metadata caches accessible via the
<a href="../../../../org/apache/openjpa/conf/CacheMarshaller.html" title="interface in org.apache.openjpa.conf"><code>CacheMarshaller</code></a> architecture.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/openjpa/conf/MetaDataRepositoryValue.html" title="class in org.apache.openjpa.conf">MetaDataRepositoryValue</a></td>
<td class="colLast">
<div class="block">A <a href="../../../../org/apache/openjpa/lib/conf/PluginValue.html" title="class in org.apache.openjpa.lib.conf"><code>PluginValue</code></a> that interacts with the <a href="../../../../org/apache/openjpa/conf/CacheMarshaller.html" title="interface in org.apache.openjpa.conf"><code>CacheMarshaller</code></a>
to cache the metadata repository between executions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/openjpa/conf/NoOpCacheMarshaller.html" title="class in org.apache.openjpa.conf">NoOpCacheMarshaller</a></td>
<td class="colLast">
<div class="block">Implementation of <a href="../../../../org/apache/openjpa/conf/CacheMarshaller.html" title="interface in org.apache.openjpa.conf"><code>CacheMarshaller</code></a> that does nothing.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/openjpa/conf/OpenJPAConfigurationImpl.html" title="class in org.apache.openjpa.conf">OpenJPAConfigurationImpl</a></td>
<td class="colLast">
<div class="block">Implementation of the <a href="../../../../org/apache/openjpa/conf/OpenJPAConfiguration.html" title="interface in org.apache.openjpa.conf"><code>OpenJPAConfiguration</code></a> interface.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/openjpa/conf/OpenJPAVersion.html" title="class in org.apache.openjpa.conf">OpenJPAVersion</a></td>
<td class="colLast">
<div class="block">This class contains version information for OpenJPA.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/openjpa/conf/OpenJPAVersionAndConfigurationTypeValidationPolicy.html" title="class in org.apache.openjpa.conf">OpenJPAVersionAndConfigurationTypeValidationPolicy</a></td>
<td class="colLast">
<div class="block">Compute validity based on whether or not the cached data is from the same
version of Kodo as the current install.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/openjpa/conf/QueryCompilationCacheValue.html" title="class in org.apache.openjpa.conf">QueryCompilationCacheValue</a></td>
<td class="colLast">
<div class="block">A cache of compiled queries.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/openjpa/conf/RemoteCommitProviderValue.html" title="class in org.apache.openjpa.conf">RemoteCommitProviderValue</a></td>
<td class="colLast">
<div class="block">Value type used to represent a <a href="../../../../org/apache/openjpa/event/RemoteCommitProvider.html" title="interface in org.apache.openjpa.event"><code>RemoteCommitProvider</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/openjpa/conf/SeqValue.html" title="class in org.apache.openjpa.conf">SeqValue</a></td>
<td class="colLast">
<div class="block">Value type used to represent a sequence.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/openjpa/conf/Specification.html" title="class in org.apache.openjpa.conf">Specification</a></td>
<td class="colLast">
<div class="block">An immutable representation of a Specification supported by OpenJPA.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/openjpa/conf/SpecificationPlugin.html" title="class in org.apache.openjpa.conf">SpecificationPlugin</a></td>
<td class="colLast">
<div class="block">A plug-in for Specification that enforces certain overwriting rules.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="package_description">
<!-- -->
</a>
<h2 title="Package org.apache.openjpa.conf Description">Package org.apache.openjpa.conf Description</h2>
<div class="block"><p><strong>OpenJPA Configuration</strong></p>
<p>
This package provides base OpenJPA configuration interfaces.
</p></div>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/openjpa/audit/package-summary.html">Prev Package</a></li>
<li><a href="../../../../org/apache/openjpa/datacache/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/openjpa/conf/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2018 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>