You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by ht...@apache.org on 2011/08/09 16:04:43 UTC

svn commit: r1155371 - /openjpa/branches/1.3.x/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml

Author: hthomann
Date: Tue Aug  9 14:04:43 2011
New Revision: 1155371

URL: http://svn.apache.org/viewvc?rev=1155371&view=rev
Log:
OPENJPA-1376: Added documentation for the new property provided via this code fix.

Modified:
    openjpa/branches/1.3.x/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml

Modified: openjpa/branches/1.3.x/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.3.x/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml?rev=1155371&r1=1155370&r2=1155371&view=diff
==============================================================================
--- openjpa/branches/1.3.x/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml (original)
+++ openjpa/branches/1.3.x/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml Tue Aug  9 14:04:43 2011
@@ -3086,6 +3086,23 @@ ResultSet.getString</methodname> will be
 <methodname>ResultSet.getCharacterStream</methodname>.
                     </para>
                 </listitem>
+                <listitem id="DBDictionary.UseNativeSequenceCache">
+                    <para>
+                    <indexterm>
+                        <primary>
+                            Sequence
+                        </primary>
+                        <secondary>
+                            UseNativeSequenceCache
+                        </secondary>
+                    </indexterm>
+<literal>UseNativeSequenceCache</literal>: This property is used 
+to indicate (when set to false) that OpenJPA should not use the 
+CACHE clause when getting a native sequence; instead 
+the INCREMENT BY clause gets its value equal to the allocationSize 
+property.
+                    </para>
+                </listitem>                
                 <listitem id="DBDictionary.UseSchemaName">
                     <para>
                     <indexterm>