alphabetizing datacachemode documentation and fixing default value

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@820700 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2009-10-01 16:12:41 +00:00
parent 7f833b7b76
commit 6119ff76b9

View File

@ -1617,6 +1617,45 @@ the system data caches. See <xref linkend="ref_guide_cache"/> for details
on data caching.
</para>
</section>
<section id="openjpa.DataCacheMode">
<title>
openjpa.DataCacheMode
</title>
<indexterm zone="openjpa.DataCacheMode">
<primary>
DataCacheMode
</primary>
</indexterm>
<indexterm zone="openjpa.DataCacheMode">
<primary>
caching
</primary>
<secondary>
DataCacheTimeout
</secondary>
</indexterm>
<para>
<emphasis role="bold">Property name: </emphasis><literal>
openjpa.DataCacheMode</literal>
</para>
<para>
<emphasis role="bold">Configuration API:</emphasis>
<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getDataCacheMode()">
<methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getDataCacheMode
</methodname></ulink>
</para>
<para>
<emphasis role="bold">Resource adaptor config-property: </emphasis><literal>
DataCacheMode</literal>
</para>
<para>
<emphasis role="bold">Default: </emphasis><literal>DataCacheMode.UNSPECIFIED (see javadoc for details)</literal>
</para>
<para>
<emphasis role="bold">Description:</emphasis>Determines which entities will be included in the DataCache. May be any of the values defined in <ulink url="../javadoc/org/apache/openjpa/datacache/DataCacheMode.html"/>.
</para>
</section>
<section id="openjpa.DataCacheTimeout">
<title>
openjpa.DataCacheTimeout
@ -1659,45 +1698,6 @@ classes. See <xref linkend="ref_guide_cache_conf"/> for details.
</para>
</section>
<section id="openjpa.DataCacheMode">
<title>
openjpa.DataCacheMode
</title>
<indexterm zone="openjpa.DataCacheMode">
<primary>
DataCacheMode
</primary>
</indexterm>
<indexterm zone="openjpa.DataCacheMode">
<primary>
caching
</primary>
<secondary>
DataCacheTimeout
</secondary>
</indexterm>
<para>
<emphasis role="bold">Property name: </emphasis><literal>
openjpa.DataCacheMode</literal>
</para>
<para>
<emphasis role="bold">Configuration API:</emphasis>
<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getDataCacheMode()">
<methodname>org.apache.openjpa.conf.OpenJPAConfiguration.getDataCacheMode
</methodname></ulink>
</para>
<para>
<emphasis role="bold">Resource adaptor config-property: </emphasis><literal>
DataCacheMode</literal>
</para>
<para>
<emphasis role="bold">Default: </emphasis><literal>-1</literal>
</para>
<para>
<emphasis role="bold">Description:</emphasis>Determines which entities will be included in the DataCache. May be any of the values defined in <ulink url="../javadoc/org/apache/openjpa/datacache/DataCacheMode.html"/>.
</para>
</section>
<section id="openjpa.DetachState">
<title>
openjpa.DetachState