Author: danhaywood
Date: Mon Jun 2 08:28:14 2014
New Revision: 1599124
URL: http://svn.apache.org/r1599124
Log:
persistence by reachability
Modified:
isis/site/trunk/content/components/objectstores/jdo/disabling-persistence-by-reachability.md
Modified:
isis/site/trunk/content/components/objectstores/jdo/disabling-persistence-by-reachability.md
URL:
http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/jdo/disabling-persistence-by-reachability.md?rev=1599124&r1=1599123&r2=1599124&view=diff
==============================================================================
---
isis/site/trunk/content/components/objectstores/jdo/disabling-persistence-by-reachability.md
(original)
+++
isis/site/trunk/content/components/objectstores/jdo/disabling-persistence-by-reachability.md
Mon Jun 2 08:28:14 2014
@@ -62,7 +62,7 @@ DataNucleus's persistence-by-reachabilit
* the evaluation of the "agreement" property delegates back to the
`Agreement`, whose own `Agreement#compareTo()` uses the scalar `reference`
property. As the `Agreement` is already in-memory, this does not trigger any
further database queries
-* the evaluation of the "startDate" property is just a scalar
+* the evaluation of the "startDate" property is just a scalar property of the
`AgreementRole`, so will already in-memory
* the evaluation of the "party" property delegates back to the `Party`, whose
own `Party#compareTo()` requires the uses the scalar `reference` property.
However, since the `Party` is not yet in-memory, using the `reference` property
triggers a database query to "rehydrate" the `Party` instance.