[jboss-cvs] JBossCache/docs/JBossCache-UserGuide/en/modules ...

Manik Surtani msurtani at jboss.com
Tue Jan 30 16:34:25 EST 2007


  User: msurtani
  Date: 07/01/30 16:34:25

  Modified:    docs/JBossCache-UserGuide/en/modules 
                        configuration_reference.xml
  Log:
  JBCACHE-955
  
  Revision  Changes    Path
  1.8       +15 -0     JBossCache/docs/JBossCache-UserGuide/en/modules/configuration_reference.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: configuration_reference.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/docs/JBossCache-UserGuide/en/modules/configuration_reference.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- configuration_reference.xml	30 Jan 2007 02:52:22 -0000	1.7
  +++ configuration_reference.xml	30 Jan 2007 21:34:25 -0000	1.8
  @@ -557,6 +557,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