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:19:52 UTC

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

Author: danhaywood
Date: Fri Feb 15 13:19:51 2013
New Revision: 1446567

URL: http://svn.apache.org/r1446567
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=1446567&r1=1446566&r2=1446567&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:19:51 2013
@@ -33,9 +33,9 @@ public class ToDoItem ... {
 }
 </pre>
 
-{{{note
+{note
 In DataNucleus 3.2, it will no longer be necessary to specify the "default fetc group" because this flag is [switched on](http://datanucleus.svn.sourceforge.net/viewvc/datanucleus/platform/store.types.jodatime/trunk/plugin.xml?revision=16602&content-type=text%2Fplain).  See [ISIS-303](https://issues.apache.org/jira/browse/ISIS-303) as to when this is incorporated into Isis JDO Objectstore.
-}}}
+}
 
 ### Blobs and Clobs
 
@@ -104,4 +104,4 @@ public class ToDoItem ... {
 }
 </pre>
 
-Even though `@Render(Type.EAGERLY)`, the `@javax.jdo.annotations.Persistent` annotation leaves the `defaultFetchGroup` as its default, which for collections is "false".
\ No newline at end of file
+Even though `@Render(Type.EAGERLY)`, the `@javax.jdo.annotations.Persistent` annotation leaves the `defaultFetchGroup` as its default, which for collections is "false".