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 2015/11/25 23:15:21 UTC

isis-site git commit: ISIS-1262: further update to docs

Repository: isis-site
Updated Branches:
  refs/heads/asf-site 4861529ed -> b28deef4c


ISIS-1262: further update to docs


Project: http://git-wip-us.apache.org/repos/asf/isis-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis-site/commit/b28deef4
Tree: http://git-wip-us.apache.org/repos/asf/isis-site/tree/b28deef4
Diff: http://git-wip-us.apache.org/repos/asf/isis-site/diff/b28deef4

Branch: refs/heads/asf-site
Commit: b28deef4c14ecabd083c8330c2076641636fc529
Parents: 4861529
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Wed Nov 25 22:15:06 2015 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Wed Nov 25 22:15:06 2015 +0000

----------------------------------------------------------------------
 content/guides/ug.html | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis-site/blob/b28deef4/content/guides/ug.html
----------------------------------------------------------------------
diff --git a/content/guides/ug.html b/content/guides/ug.html
index 2c0abc7..da2c159 100644
--- a/content/guides/ug.html
+++ b/content/guides/ug.html
@@ -5715,6 +5715,21 @@ methods for properties (see ?).</p>
 <div class="paragraph">
 <p>This file should be placed can be placed in <code>src/main/java/META-INF</code> within your application&#8217;s <code>dom</code> module.</p>
 </div>
+<div class="admonitionblock tip">
+<table>
+<tr>
+<td class="icon">
+<i class="fa icon-tip" title="Tip"></i>
+</td>
+<td class="content">
+<div class="paragraph">
+<p>(As of <code>1.11.0-SNAPSHOT</code>) you can use a mixin action on <a href="rg.html#_rg_classes_mixins_Persistable"><code>Persistable</code></a> mixin
+to download the JDO class metadata in XML form.</p>
+</div>
+</td>
+</tr>
+</table>
+</div>
 <div class="admonitionblock note">
 <table>
 <tr>
@@ -5736,6 +5751,9 @@ methods for properties (see ?).</p>
 <li>
 <p>As of 1.9.0 Apache Isis will automatically (attempt) to create the owning schema for a given table if it does not exist. This behaviour can be customized, as described in the section on <a href="#_ug_more-advanced_decoupling_db-schemas">using modules</a>.</p>
 </li>
+<li>
+<p>You may need to override the entire class metadata rather than individual elements; the mixin (<code>1.11.0-SNAPSHOT</code>) mentioned above can help here.</p>
+</li>
 </ul>
 </div>
 </td>