[jboss-cvs] JBossCache/docs/TreeCache/en/modules ...
Manik Surtani
msurtani at jboss.com
Tue Jan 30 15:22:41 EST 2007
User: msurtani
Date: 07/01/30 15:22:41
Modified: docs/TreeCache/en/modules Tag: Branch_JBossCache_1_4_0
configuration.xml
Log:
JBCACHE-955
Revision Changes Path
No revision
No revision
1.10.2.5 +15 -0 JBossCache/docs/TreeCache/en/modules/Attic/configuration.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: configuration.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/docs/TreeCache/en/modules/Attic/configuration.xml,v
retrieving revision 1.10.2.4
retrieving revision 1.10.2.5
diff -u -b -r1.10.2.4 -r1.10.2.5
--- configuration.xml 30 Jan 2007 03:20:16 -0000 1.10.2.4
+++ configuration.xml 30 Jan 2007 20:22:41 -0000 1.10.2.5
@@ -559,6 +559,21 @@
</entry>
</row>
+ <row>
+ <entry>
+ <para>LockParentForChildInsertRemove</para>
+ </entry>
+
+ <entry>
+ <para>
+ When used with pessimistic locking and <literal>IsolationLevel</literal> of <literal>REPEATABLE_READ</literal>,
+ this parameter specifies whether parent nodes need to be locked for writing when adding or removing child nodes.
+ This prevents phantom reads, providing "stronger-than-repeatable-read" data integrity. This defaults to <literal>false</literal>
+ and is ignored if used with optimistic locking or other isolation levels.
+ </para>
+ </entry>
+ </row>
+
</tbody>
</tgroup>
</informaltable>
More information about the jboss-cvs-commits
mailing list