Author: buildbot
Date: Mon Jun 2 08:28:20 2014
New Revision: 910889
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/disabling-persistence-by-reachability.html
Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jun 2 08:28:20 2014
@@ -1 +1 @@
-1599123
+1599124
Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jun 2 08:28:20 2014
@@ -1 +1 @@
-1599123
+1599124
Modified:
websites/staging/isis/trunk/content/components/objectstores/jdo/disabling-persistence-by-reachability.html
==============================================================================
---
websites/staging/isis/trunk/content/components/objectstores/jdo/disabling-persistence-by-reachability.html
(original)
+++
websites/staging/isis/trunk/content/components/objectstores/jdo/disabling-persistence-by-reachability.html
Mon Jun 2 08:28:20 2014
@@ -467,7 +467,7 @@ isis.persistor.datanucleus.impl.datanucl
<ul>
<li>the evaluation of the "agreement" property delegates back to the
<code>Agreement</code>, whose own <code>Agreement#compareTo()</code> uses the
scalar <code>reference</code> property. As the <code>Agreement</code> is
already in-memory, this does not trigger any further database queries</li>
-<li>the evaluation of the "startDate" property is just a scalar</li>
+<li>the evaluation of the "startDate" property is just a scalar property of
the <code>AgreementRole</code>, so will already in-memory</li>
<li>the evaluation of the "party" property delegates back to the
<code>Party</code>, whose own <code>Party#compareTo()</code> requires the uses
the scalar <code>reference</code> property. However, since the
<code>Party</code> is not yet in-memory, using the <code>reference</code>
property triggers a database query to "rehydrate" the <code>Party</code>
instance.</li>
</ul>