You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2014/02/11 21:25:43 UTC

svn commit: r897480 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/components/objectstores/jdo/managed-1-to-m-relationships.html

Author: buildbot
Date: Tue Feb 11 20:25:42 2014
New Revision: 897480

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/components/objectstores/jdo/managed-1-to-m-relationships.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb 11 20:25:42 2014
@@ -1 +1 @@
-1567357
+1567358

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb 11 20:25:42 2014
@@ -1 +1 @@
-1567357
+1567358

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/managed-1-to-m-relationships.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/managed-1-to-m-relationships.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/managed-1-to-m-relationships.html Tue Feb 11 20:25:42 2014
@@ -284,7 +284,7 @@
 
 <p>When an object is added to a 1:m bidirectional relationship, the child object must refer to the parent and the child must be added to the parent's children collection.</p>
 
-<p>In general, <em>Isis</em> recommends that the mutual registration pattern is ensure that both the parent and child are updated correctly; the framework supports the <code>modifyXxx()</code> and <code>clearXxx()</code> methods to accomplish this, and this <a href="../../../applib-guide/how-tos/how-to-04-060-How-to-set-up-and-maintain-bidirectional-relationships.html">how-to</a> describes the boilerplate necessary.  </p>
+<p>In general, <em>Isis</em> recommends that the mutual registration pattern is ensure that both the parent and child are updated correctly; the framework supports the <code>modifyXxx()</code> and <code>clearXxx()</code> methods to accomplish this, and this <a href="../../../more-advanced-topics/how-to-04-060-How-to-set-up-and-maintain-bidirectional-relationships.html">how-to</a> describes the boilerplate necessary.  </p>
 
 <p>However, in a relational database, these two operations in the domain object model correspond simply to updating the foreign key of the child table to reference the parent's primary key.</p>