You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2018/01/11 11:07:51 UTC

cayenne-website git commit: Improve cayenne-guide (4.1) navigation to match old version

Repository: cayenne-website
Updated Branches:
  refs/heads/master 8159e3582 -> 524ad81e2


Improve cayenne-guide (4.1) navigation to match old version


Project: http://git-wip-us.apache.org/repos/asf/cayenne-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne-website/commit/524ad81e
Tree: http://git-wip-us.apache.org/repos/asf/cayenne-website/tree/524ad81e
Diff: http://git-wip-us.apache.org/repos/asf/cayenne-website/diff/524ad81e

Branch: refs/heads/master
Commit: 524ad81e2da80e0a6e2676ebce4cf08d636cad07
Parents: 8159e35
Author: Nikita Timofeev <st...@gmail.com>
Authored: Thu Jan 11 14:06:22 2018 +0300
Committer: Nikita Timofeev <st...@gmail.com>
Committed: Thu Jan 11 14:06:22 2018 +0300

----------------------------------------------------------------------
 .../site/content/docs/4.1/cayenne-guide.html    | 28 ++++++++++----------
 .../content/docs/4.1/cayenne-guide.toc.html     | 22 +++++++--------
 2 files changed, 25 insertions(+), 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/524ad81e/src/main/site/content/docs/4.1/cayenne-guide.html
----------------------------------------------------------------------
diff --git a/src/main/site/content/docs/4.1/cayenne-guide.html b/src/main/site/content/docs/4.1/cayenne-guide.html
index c91849d..4c1b88f 100644
--- a/src/main/site/content/docs/4.1/cayenne-guide.html
+++ b/src/main/site/content/docs/4.1/cayenne-guide.html
@@ -267,7 +267,7 @@ total 24
    <div class="sect3"> 
     <h4 id="reverse-engineering-database"><a class="anchor" href="#reverse-engineering-database"></a>Reverse Engineering Database</h4> 
     <div class="paragraph"> 
-     <p>See chapter <a href="#reverse-engineering-in-cayenne-modeler">Reverse Engineering in Cayenne Modeler</a></p> 
+     <p>See chapter <a href="#re-modeler">Reverse Engineering in Cayenne Modeler</a></p> 
     </div> 
    </div> 
    <div class="sect3"> 
@@ -2786,7 +2786,7 @@ select.setParameters(Collections.singletonMap("a", a));</code></pre>
         <tbody>
          <tr> 
           <td class="icon"> <i class="fa fa-info-circle fa-2x" title="Note"></i> </td> 
-          <td class="content"> For advanced features you may look at the <a href="#velocity">Apache Velocity extension</a> </td> 
+          <td class="content"> For advanced features you may look at the <a href="#ext-velocity">Apache Velocity extension</a> </td> 
          </tr> 
         </tbody>
        </table> 
@@ -4172,7 +4172,7 @@ ServerRuntime runtime = ServerRuntime.builder()
  <h2 id="db-first-flow"><a class="anchor" href="#db-first-flow"></a>4. DB-First Flow</h2> 
  <div class="sectionbody"> 
   <div class="sect2"> 
-   <h3 id="introduction"><a class="anchor" href="#introduction"></a>4.1. Introduction</h3> 
+   <h3 id="re-introduction"><a class="anchor" href="#re-introduction"></a>4.1. Introduction</h3> 
    <div class="sect3"> 
     <h4 id="db-first-flow-2"><a class="anchor" href="#db-first-flow-2"></a>"DB-first" Flow</h4> 
     <div class="paragraph"> 
@@ -4230,7 +4230,7 @@ ServerRuntime runtime = ServerRuntime.builder()
    </div> 
   </div> 
   <div class="sect2"> 
-   <h3 id="filtering"><a class="anchor" href="#filtering"></a>4.2. Filtering</h3> 
+   <h3 id="re-filtering"><a class="anchor" href="#re-filtering"></a>4.2. Filtering</h3> 
    <div class="paragraph"> 
     <p>The first thing you usually want to control during reverse engineering is what exactly should be loaded from database and what not. One of the most common cases is excluding system tables, as you usually don’t want to map them.</p> 
    </div> 
@@ -4631,7 +4631,7 @@ ServerRuntime runtime = ServerRuntime.builder()
    </div> 
   </div> 
   <div class="sect2"> 
-   <h3 id="other-settings"><a class="anchor" href="#other-settings"></a>4.3. Other Settings</h3> 
+   <h3 id="re-relationships-loading-control"><a class="anchor" href="#re-relationships-loading-control"></a>4.3. Other Settings</h3> 
    <div class="paragraph"> 
     <p>In databases relations are defined via foreign keys and there are a lot of different politics according to the level of relationships and ways how those relationships could be modeled in database. Anyway, cdbimport is able to recognize basic patterns of relationships, such as OneToMany, OneToOne and ManyToMany.</p> 
    </div> 
@@ -4690,7 +4690,7 @@ ServerRuntime runtime = ServerRuntime.builder()
    </div> 
   </div> 
   <div class="sect2"> 
-   <h3 id="reverse-engineering-in-cayenne-modeler"><a class="anchor" href="#reverse-engineering-in-cayenne-modeler"></a>4.4. Reverse Engineering in Cayenne Modeler</h3> 
+   <h3 id="re-modeler"><a class="anchor" href="#re-modeler"></a>4.4. Reverse Engineering in Cayenne Modeler</h3> 
    <div class="paragraph"> 
     <p>Alternative aproach to using <a href="#cdbimport">cdbimport</a> is doing reverse engineering from <a href="#cayennemodeler-application">CayenneModeler</a>. Currently modeler GUI doesn’t support all features of ant/maven tasks but it suffice for general DB import. Especially it’s a good place to quickly start working on your data model.</p> 
    </div> 
@@ -4760,7 +4760,7 @@ ServerRuntime runtime = ServerRuntime.builder()
  <h2 id="cayenne-additional-modules"><a class="anchor" href="#cayenne-additional-modules"></a>5. Cayenne Additional Modules</h2> 
  <div class="sectionbody"> 
   <div class="sect2"> 
-   <h3 id="cache-invalidation-extension"><a class="anchor" href="#cache-invalidation-extension"></a>5.1. Cache invalidation extension</h3> 
+   <h3 id="ext-cache-invalidation"><a class="anchor" href="#ext-cache-invalidation"></a>5.1. Cache invalidation extension</h3> 
    <div class="sect3"> 
     <h4 id="description"><a class="anchor" href="#description"></a>Description</h4> 
     <div class="paragraph"> 
@@ -4858,7 +4858,7 @@ public class MyEntity extends _MyEntity {
    </div> 
   </div> 
   <div class="sect2"> 
-   <h3 id="commit-log-extension"><a class="anchor" href="#commit-log-extension"></a>5.2. Commit log extension</h3> 
+   <h3 id="ext-commit-log"><a class="anchor" href="#ext-commit-log"></a>5.2. Commit log extension</h3> 
    <div class="sect3"> 
     <h4 id="description-2"><a class="anchor" href="#description-2"></a>Description</h4> 
     <div class="paragraph"> 
@@ -4936,7 +4936,7 @@ public class MyEntity extends _MyEntity {
    </div> 
   </div> 
   <div class="sect2"> 
-   <h3 id="crypto-extension"><a class="anchor" href="#crypto-extension"></a>5.3. Crypto extension</h3> 
+   <h3 id="ext-crypto"><a class="anchor" href="#ext-crypto"></a>5.3. Crypto extension</h3> 
    <div class="sect3"> 
     <h4 id="description-3"><a class="anchor" href="#description-3"></a>Description</h4> 
     <div class="paragraph"> 
@@ -5065,7 +5065,7 @@ public class MyEntity extends _MyEntity {
    </div> 
   </div> 
   <div class="sect2"> 
-   <h3 id="jcache-integration"><a class="anchor" href="#jcache-integration"></a>5.4. JCache integration</h3> 
+   <h3 id="ext-jcache"><a class="anchor" href="#ext-jcache"></a>5.4. JCache integration</h3> 
    <div class="sect3"> 
     <h4 id="description-4"><a class="anchor" href="#description-4"></a>Description</h4> 
     <div class="paragraph"> 
@@ -5114,12 +5114,12 @@ public class MyEntity extends _MyEntity {
      </table> 
     </div> 
     <div class="paragraph"> 
-     <p>You may else be interested in <a href="#cache-invalidation-extension">Cache invalidation extension</a>.</p> 
+     <p>You may else be interested in <a href="#ext-cache-invalidation">Cache invalidation extension</a>.</p> 
     </div> 
    </div> 
   </div> 
   <div class="sect2"> 
-   <h3 id="joda-time-extension"><a class="anchor" href="#joda-time-extension"></a>5.5. Joda time extension</h3> 
+   <h3 id="ext-joda"><a class="anchor" href="#ext-joda"></a>5.5. Joda time extension</h3> 
    <div class="sect3"> 
     <h4 id="description-5"><a class="anchor" href="#description-5"></a>Description</h4> 
     <div class="paragraph"> 
@@ -5157,7 +5157,7 @@ public class MyEntity extends _MyEntity {
    </div> 
   </div> 
   <div class="sect2"> 
-   <h3 id="project-compatibility-extension"><a class="anchor" href="#project-compatibility-extension"></a>5.6. Project compatibility extension</h3> 
+   <h3 id="ext-project-compatibility"><a class="anchor" href="#ext-project-compatibility"></a>5.6. Project compatibility extension</h3> 
    <div class="sect3"> 
     <h4 id="description-6"><a class="anchor" href="#description-6"></a>Description</h4> 
     <div class="paragraph"> 
@@ -5205,7 +5205,7 @@ public class MyEntity extends _MyEntity {
    </div> 
   </div> 
   <div class="sect2"> 
-   <h3 id="velocity"><a class="anchor" href="#velocity"></a>5.7. Apache Velocity extension</h3> 
+   <h3 id="ext-velocity"><a class="anchor" href="#ext-velocity"></a>5.7. Apache Velocity extension</h3> 
    <div class="sect3"> 
     <h4 id="description-7"><a class="anchor" href="#description-7"></a>Description</h4> 
     <div class="paragraph"> 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/524ad81e/src/main/site/content/docs/4.1/cayenne-guide.toc.html
----------------------------------------------------------------------
diff --git a/src/main/site/content/docs/4.1/cayenne-guide.toc.html b/src/main/site/content/docs/4.1/cayenne-guide.toc.html
index e348ec3..4d81810 100644
--- a/src/main/site/content/docs/4.1/cayenne-guide.toc.html
+++ b/src/main/site/content/docs/4.1/cayenne-guide.toc.html
@@ -32,20 +32,20 @@
    </ul> </li> 
   <li><a href="#db-first-flow" class="nav-link">4. DB-First Flow</a> 
    <ul class="sectlevel2 nav"> 
-    <li><a href="#introduction" class="nav-link">4.1. Introduction</a></li> 
-    <li><a href="#filtering" class="nav-link">4.2. Filtering</a></li> 
-    <li><a href="#other-settings" class="nav-link">4.3. Other Settings</a></li> 
-    <li><a href="#reverse-engineering-in-cayenne-modeler" class="nav-link">4.4. Reverse Engineering in Cayenne Modeler</a></li> 
+    <li><a href="#re-introduction" class="nav-link">4.1. Introduction</a></li> 
+    <li><a href="#re-filtering" class="nav-link">4.2. Filtering</a></li> 
+    <li><a href="#re-relationships-loading-control" class="nav-link">4.3. Other Settings</a></li> 
+    <li><a href="#re-modeler" class="nav-link">4.4. Reverse Engineering in Cayenne Modeler</a></li> 
    </ul> </li> 
   <li><a href="#cayenne-additional-modules" class="nav-link">5. Cayenne Additional Modules</a> 
    <ul class="sectlevel2 nav"> 
-    <li><a href="#cache-invalidation-extension" class="nav-link">5.1. Cache invalidation extension</a></li> 
-    <li><a href="#commit-log-extension" class="nav-link">5.2. Commit log extension</a></li> 
-    <li><a href="#crypto-extension" class="nav-link">5.3. Crypto extension</a></li> 
-    <li><a href="#jcache-integration" class="nav-link">5.4. JCache integration</a></li> 
-    <li><a href="#joda-time-extension" class="nav-link">5.5. Joda time extension</a></li> 
-    <li><a href="#project-compatibility-extension" class="nav-link">5.6. Project compatibility extension</a></li> 
-    <li><a href="#velocity" class="nav-link">5.7. Apache Velocity extension</a></li> 
+    <li><a href="#ext-cache-invalidation" class="nav-link">5.1. Cache invalidation extension</a></li> 
+    <li><a href="#ext-commit-log" class="nav-link">5.2. Commit log extension</a></li> 
+    <li><a href="#ext-crypto" class="nav-link">5.3. Crypto extension</a></li> 
+    <li><a href="#ext-jcache" class="nav-link">5.4. JCache integration</a></li> 
+    <li><a href="#ext-joda" class="nav-link">5.5. Joda time extension</a></li> 
+    <li><a href="#ext-project-compatibility" class="nav-link">5.6. Project compatibility extension</a></li> 
+    <li><a href="#ext-velocity" class="nav-link">5.7. Apache Velocity extension</a></li> 
    </ul> </li> 
   <li><a href="#appendix-a-configuration-properties" class="nav-link">6. Appendix A. Configuration Properties</a></li> 
   <li><a href="#appendix-b-service-collections" class="nav-link">7. Appendix B. Service Collections</a></li>