git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@7235 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Gavin King 2005-06-20 02:44:23 +00:00
parent 6d72359612
commit ea285f86d0

View File

@ -215,7 +215,7 @@ kittens = cat.getKittens(); // Okay, kittens collection is a Set
strategy Hibernate should use for accessing the collection property value. strategy Hibernate should use for accessing the collection property value.
</para> </para>
</callout> </callout>
<callout arearefs="mappingcollection12"> <callout arearefs="mappingcollection13">
<para> <para>
<literal>optimistic-lock</literal> (optional - defaults to <literal>true</literal>): <literal>optimistic-lock</literal> (optional - defaults to <literal>true</literal>):
Species that changes to the state of the collection results in increment of the Species that changes to the state of the collection results in increment of the
@ -223,7 +223,7 @@ kittens = cat.getKittens(); // Okay, kittens collection is a Set
disable this setting.) disable this setting.)
</para> </para>
</callout> </callout>
<callout arearefs="mappingcollection13"> <callout arearefs="mappingcollection14">
<para> <para>
<literal>mutable</literal> (optional - defaults to <literal>true</literal>): <literal>mutable</literal> (optional - defaults to <literal>true</literal>):
A value of <literal>false</literal> specifies that the elements of the A value of <literal>false</literal> specifies that the elements of the