Author: hthomann
Date: Tue Aug 9 14:04:03 2011
New Revision: 1155370
URL: http://svn.apache.org/viewvc?rev=1155370&view=rev
Log:
OPENJPA-1376: Added documentation for the new property provided via this code
fix.
Modified:
openjpa/branches/1.2.x/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml
Modified:
openjpa/branches/1.2.x/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml?rev=1155370&r1=1155369&r2=1155370&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml
(original)
+++ openjpa/branches/1.2.x/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml
Tue Aug 9 14:04:03 2011
@@ -3046,6 +3046,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>