Revision: 10236
http://datanucleus.svn.sourceforge.net/datanucleus/?rev=10236&view=rev
Author: andy_jefferson
Date: 2010-06-17 06:37:32 +0000 (Thu, 17 Jun 2010)
Log Message:
-----------
[NUCRDBMS-418] set defaults to 10 and 10 for JDO
Modified Paths:
--------------
documentation/accessplatform.datanucleus.org/trunk/docs/jdo/value_generation.xml
documentation/accessplatform.datanucleus.org/trunk/docs/jpa/value_generation.xml
Modified: documentation/accessplatform.datanucleus.org/trunk/docs/jdo/value_generation.xml
===================================================================
--- documentation/accessplatform.datanucleus.org/trunk/docs/jdo/value_generation.xml 2010-06-17 06:30:46 UTC (rev 10235)
+++ documentation/accessplatform.datanucleus.org/trunk/docs/jdo/value_generation.xml 2010-06-17 06:37:32 UTC (rev 10236)
@@ -168,11 +168,12 @@
<td>key-start-with</td>
<td>the initial value for the sequence</td>
<td>No</td>
- </tr>
+ </tr>
<tr>
<td>key-increment-by</td>
- <td>specifies which value is added to the current sequence value to create a new value. default is 1</td>
- <td>No</td>
+ <td>specifies which value is added to the current sequence value to create a new value.
+ Refer to persistence property <b>datanucleus.valuegeneration.sequence.allocationSize</b></td>
+ <td>No. Default is 10.</td>
</tr>
<tr>
<td>key-database-cache-size</td>
@@ -304,8 +305,9 @@
<td>key-cache-size</td>
<td>number of unique identifiers to cache. The keys are pre-allocated, cached
and used on demand. If <i>key-cache-size</i> is greater than 1, it may generate holes in the
- object keys in the database, if not all keys are used.</td>
- <td>No. Defaults to 5</td>
+ object keys in the database, if not all keys are used.
+ Refer to persistence property <b>datanucleus.valuegeneration.increment.allocationSize</b></td>
+ <td>No. Defaults to 10</td>
</tr>
<tr>
<td>sequence-table-basis</td>
Modified: documentation/accessplatform.datanucleus.org/trunk/docs/jpa/value_generation.xml
===================================================================
--- documentation/accessplatform.datanucleus.org/trunk/docs/jpa/value_generation.xml 2010-06-17 06:30:46 UTC (rev 10235)
+++ documentation/accessplatform.datanucleus.org/trunk/docs/jpa/value_generation.xml 2010-06-17 06:37:32 UTC (rev 10236)
@@ -136,8 +136,8 @@
</tr>
<tr>
<td>key-increment-by</td>
- <td>specifies which value is added to the current sequence value to create a new value. default is 1</td>
- <td>No</td>
+ <td>specifies which value is added to the current sequence value to create a new value.</td>
+ <td>No. Default is 50</td>
</tr>
<tr>
<td>key-database-cache-size</td>
@@ -257,7 +257,7 @@
<td>number of unique identifiers to cache. The keys are pre-allocated, cached
and used on demand. If <i>key-cache-size</i> is greater than 1, it may generate holes in the
object keys in the database, if not all keys are used.</td>
- <td>No. Defaults to 5</td>
+ <td>No. Default is 50</td>
</tr>
<tr>
<td>sequence-table-basis</td>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|