Added TODO after testing
git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@7277 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
b01a422a67
commit
388f6673a9
|
@ -942,7 +942,7 @@ session.persist(category); // The relationship will be saved]]></p
|
|||
|
||||
<para>
|
||||
Note that in this mapping, the collection-valued end of the association is responsible for
|
||||
updates to the foreign key.
|
||||
updates to the foreign key. TODO: Does this really result in some unnecessary update statements?
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
|
Loading…
Reference in New Issue