You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2009/10/01 17:43:57 UTC

svn commit: r820693 - /openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_conf.xml

Author: mikedd
Date: Thu Oct  1 15:43:56 2009
New Revision: 820693

URL: http://svn.apache.org/viewvc?rev=820693&view=rev
Log:
Adding config property documentation for DataCacheMode

Modified:
    openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_conf.xml

Modified: openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_conf.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_conf.xml?rev=820693&r1=820692&r2=820693&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_conf.xml (original)
+++ openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_conf.xml Thu Oct  1 15:43:56 2009
@@ -1658,6 +1658,46 @@
 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