You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2013/02/15 14:20:51 UTC

svn commit: r1446570 - /isis/site/trunk/content/components/objectstores/jdo/dates-blobs-lazy-loading.md

Author: danhaywood
Date: Fri Feb 15 13:20:51 2013
New Revision: 1446570

URL: http://svn.apache.org/r1446570
Log:
isis site -  using dates, blobs, lazy loading

Modified:
    isis/site/trunk/content/components/objectstores/jdo/dates-blobs-lazy-loading.md

Modified: isis/site/trunk/content/components/objectstores/jdo/dates-blobs-lazy-loading.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/jdo/dates-blobs-lazy-loading.md?rev=1446570&r1=1446569&r2=1446570&view=diff
==============================================================================
--- isis/site/trunk/content/components/objectstores/jdo/dates-blobs-lazy-loading.md (original)
+++ isis/site/trunk/content/components/objectstores/jdo/dates-blobs-lazy-loading.md Fri Feb 15 13:20:51 2013
@@ -39,7 +39,7 @@ In DataNucleus 3.2, it will no longer be
 
 ### Blobs and Clobs
 
-In addition to the support for JODA types, Isis also configures JDO/DataNucleus so that the properties of type `org.apache.isis.applib.value.Blob` and `org.apache.isis.applib.value.Clob` can also be persisted.
+In addition to the support for Joda types, Isis also configures JDO/DataNucleus so that the properties of type `org.apache.isis.applib.value.Blob` and `org.apache.isis.applib.value.Clob` can also be persisted.
 
 Again, this requires the `@javax.jdo.annotations.Persistent` annotation.  However, whereas for dates one would always expect this value to be retrieved eagerly, for blobs and clobs it is not so clear cut.