From 388f6673a975829b24b07182ad7ce816f9f74557 Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Wed, 22 Jun 2005 19:48:20 +0000 Subject: [PATCH] Added TODO after testing git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@7277 1b8cb986-b30d-0410-93ca-fae66ebed9b2 --- reference/en/modules/collection_mapping.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/en/modules/collection_mapping.xml b/reference/en/modules/collection_mapping.xml index 644d3b197a..ebfd5208bd 100644 --- a/reference/en/modules/collection_mapping.xml +++ b/reference/en/modules/collection_mapping.xml @@ -942,7 +942,7 @@ session.persist(category); // The relationship will be saved]]>

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?