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