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:
Christian Bauer 2005-06-22 19:48:20 +00:00
parent b01a422a67
commit 388f6673a9
1 changed files with 1 additions and 1 deletions

View File

@ -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>