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/12/28 13:28:49 UTC

[27/51] [partial] cayenne-website git commit: Cayenne 4.0.1 release

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1528e04a/docs/4.0/api/org/apache/cayenne/class-use/ResultIterator.html
----------------------------------------------------------------------
diff --git a/docs/4.0/api/org/apache/cayenne/class-use/ResultIterator.html b/docs/4.0/api/org/apache/cayenne/class-use/ResultIterator.html
index e495436..3670bb0 100644
--- a/docs/4.0/api/org/apache/cayenne/class-use/ResultIterator.html
+++ b/docs/4.0/api/org/apache/cayenne/class-use/ResultIterator.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:39:02 MSK 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Thu Dec 20 16:00:55 MSK 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.cayenne.ResultIterator (cayenne-doc: Cayenne Documentation 4.0 API)</title>
-<meta name="date" content="2018-08-16">
+<title>Uses of Interface org.apache.cayenne.ResultIterator (cayenne-doc: Cayenne Documentation 4.0.1 API)</title>
+<meta name="date" content="2018-12-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.cayenne.ResultIterator (cayenne-doc: Cayenne Documentation 4.0 API)";
+            parent.document.title="Uses of Interface org.apache.cayenne.ResultIterator (cayenne-doc: Cayenne Documentation 4.0.1 API)";
         }
     }
     catch(err) {
@@ -140,14 +140,14 @@ custom queries.</div>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../../../org/apache/cayenne/ResultIterator.html" title="interface in org.apache.cayenne">ResultIterator</a>&lt;T&gt;</code></td>
-<td class="colLast"><span class="typeNameLabel">CayenneContext.</span><code><span class="memberNameLink"><a href="../../../../org/apache/cayenne/CayenneContext.html#iterator-org.apache.cayenne.query.Select-">iterator</a></span>(<a href="../../../../org/apache/cayenne/query/Select.html" title="interface in org.apache.cayenne.query">Select</a>&lt;T&gt;&nbsp;query)</code>
-<div class="block">This method simply returns an iterator over a list of selected objects.</div>
+<td class="colLast"><span class="typeNameLabel">ObjectContext.</span><code><span class="memberNameLink"><a href="../../../../org/apache/cayenne/ObjectContext.html#iterator-org.apache.cayenne.query.Select-">iterator</a></span>(<a href="../../../../org/apache/cayenne/query/Select.html" title="interface in org.apache.cayenne.query">Select</a>&lt;T&gt;&nbsp;query)</code>
+<div class="block">Creates a ResultIterator based on the provided query.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../../../org/apache/cayenne/ResultIterator.html" title="interface in org.apache.cayenne">ResultIterator</a>&lt;T&gt;</code></td>
-<td class="colLast"><span class="typeNameLabel">ObjectContext.</span><code><span class="memberNameLink"><a href="../../../../org/apache/cayenne/ObjectContext.html#iterator-org.apache.cayenne.query.Select-">iterator</a></span>(<a href="../../../../org/apache/cayenne/query/Select.html" title="interface in org.apache.cayenne.query">Select</a>&lt;T&gt;&nbsp;query)</code>
-<div class="block">Creates a ResultIterator based on the provided query.</div>
+<td class="colLast"><span class="typeNameLabel">CayenneContext.</span><code><span class="memberNameLink"><a href="../../../../org/apache/cayenne/CayenneContext.html#iterator-org.apache.cayenne.query.Select-">iterator</a></span>(<a href="../../../../org/apache/cayenne/query/Select.html" title="interface in org.apache.cayenne.query">Select</a>&lt;T&gt;&nbsp;query)</code>
+<div class="block">This method simply returns an iterator over a list of selected objects.</div>
 </td>
 </tr>
 </tbody>
@@ -346,16 +346,16 @@ custom queries.</div>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="typeNameLabel">IteratedSelectObserver.</span><code><span class="memberNameLink"><a href="../../../../org/apache/cayenne/access/util/IteratedSelectObserver.html#nextRows-org.apache.cayenne.query.Query-org.apache.cayenne.ResultIterator-">nextRows</a></span>(<a href="../../../../org/apache/cayenne/query/Query.html" title="interface in org.apache.cayenne.query">Query</a>&nbsp;q,
+        <a href="../../../../org/apache/cayenne/ResultIterator.html" title="interface in org.apache.cayenne">ResultIterator</a>&nbsp;it)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="typeNameLabel">DefaultOperationObserver.</span><code><span class="memberNameLink"><a href="../../../../org/apache/cayenne/access/util/DefaultOperationObserver.html#nextRows-org.apache.cayenne.query.Query-org.apache.cayenne.ResultIterator-">nextRows</a></span>(<a href="../../../../org/apache/cayenne/query/Query.html" title="interface in org.apache.cayenne.query">Query</a>&nbsp;query,
         <a href="../../../../org/apache/cayenne/ResultIterator.html" title="interface in org.apache.cayenne">ResultIterator</a>&nbsp;it)</code>
 <div class="block">Closes ResultIterator without reading its data.</div>
 </td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">IteratedSelectObserver.</span><code><span class="memberNameLink"><a href="../../../../org/apache/cayenne/access/util/IteratedSelectObserver.html#nextRows-org.apache.cayenne.query.Query-org.apache.cayenne.ResultIterator-">nextRows</a></span>(<a href="../../../../org/apache/cayenne/query/Query.html" title="interface in org.apache.cayenne.query">Query</a>&nbsp;q,
-        <a href="../../../../org/apache/cayenne/ResultIterator.html" title="interface in org.apache.cayenne">ResultIterator</a>&nbsp;it)</code>&nbsp;</td>
-</tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="typeNameLabel">DoNothingOperationObserver.</span><code><span class="memberNameLink"><a href="../../../../org/apache/cayenne/access/util/DoNothingOperationObserver.html#nextRows-org.apache.cayenne.query.Query-org.apache.cayenne.ResultIterator-">nextRows</a></span>(<a href="../../../../org/apache/cayenne/query/Query.html" title="interface in org.apache.cayenne.query">Query</a>&nbsp;q,
@@ -376,19 +376,19 @@ custom queries.</div>
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colFirst"><code><a href="../../../../org/apache/cayenne/ResultIterator.html" title="interface in org.apache.cayenne">ResultIterator</a>&lt;<a href="../../../../org/apache/cayenne/query/Select.html" title="type parameter in Select">T</a>&gt;</code></td>
+<td class="colLast"><span class="typeNameLabel">Select.</span><code><span class="memberNameLink"><a href="../../../../org/apache/cayenne/query/Select.html#iterator-org.apache.cayenne.ObjectContext-">iterator</a></span>(<a href="../../../../org/apache/cayenne/ObjectContext.html" title="interface in org.apache.cayenne">ObjectContext</a>&nbsp;context)</code>
+<div class="block">Creates a ResultIterator based on the provided context.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/cayenne/ResultIterator.html" title="interface in org.apache.cayenne">ResultIterator</a>&lt;<a href="../../../../org/apache/cayenne/query/FluentSelect.html" title="type parameter in FluentSelect">T</a>&gt;</code></td>
 <td class="colLast"><span class="typeNameLabel">FluentSelect.</span><code><span class="memberNameLink"><a href="../../../../org/apache/cayenne/query/FluentSelect.html#iterator-org.apache.cayenne.ObjectContext-">iterator</a></span>(<a href="../../../../org/apache/cayenne/ObjectContext.html" title="interface in org.apache.cayenne">ObjectContext</a>&nbsp;context)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/cayenne/ResultIterator.html" title="interface in org.apache.cayenne">ResultIterator</a>&lt;<a href="../../../../org/apache/cayenne/query/MappedSelect.html" title="type parameter in MappedSelect">T</a>&gt;</code></td>
 <td class="colLast"><span class="typeNameLabel">MappedSelect.</span><code><span class="memberNameLink"><a href="../../../../org/apache/cayenne/query/MappedSelect.html#iterator-org.apache.cayenne.ObjectContext-">iterator</a></span>(<a href="../../../../org/apache/cayenne/ObjectContext.html" title="interface in org.apache.cayenne">ObjectContext</a>&nbsp;context)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
-<td class="colFirst"><code><a href="../../../../org/apache/cayenne/ResultIterator.html" title="interface in org.apache.cayenne">ResultIterator</a>&lt;<a href="../../../../org/apache/cayenne/query/Select.html" title="type parameter in Select">T</a>&gt;</code></td>
-<td class="colLast"><span class="typeNameLabel">Select.</span><code><span class="memberNameLink"><a href="../../../../org/apache/cayenne/query/Select.html#iterator-org.apache.cayenne.ObjectContext-">iterator</a></span>(<a href="../../../../org/apache/cayenne/ObjectContext.html" title="interface in org.apache.cayenne">ObjectContext</a>&nbsp;context)</code>
-<div class="block">Creates a ResultIterator based on the provided context.</div>
-</td>
-</tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/cayenne/ResultIterator.html" title="interface in org.apache.cayenne">ResultIterator</a>&lt;<a href="../../../../org/apache/cayenne/query/SelectById.html" title="type parameter in SelectById">T</a>&gt;</code></td>
 <td class="colLast"><span class="typeNameLabel">SelectById.</span><code><span class="memberNameLink"><a href="../../../../org/apache/cayenne/query/SelectById.html#iterator-org.apache.cayenne.ObjectContext-">iterator</a></span>(<a href="../../../../org/apache/cayenne/ObjectContext.html" title="interface in org.apache.cayenne">ObjectContext</a>&nbsp;context)</code>&nbsp;</td>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1528e04a/docs/4.0/api/org/apache/cayenne/class-use/ResultIteratorCallback.html
----------------------------------------------------------------------
diff --git a/docs/4.0/api/org/apache/cayenne/class-use/ResultIteratorCallback.html b/docs/4.0/api/org/apache/cayenne/class-use/ResultIteratorCallback.html
index a223db8..719d3db 100644
--- a/docs/4.0/api/org/apache/cayenne/class-use/ResultIteratorCallback.html
+++ b/docs/4.0/api/org/apache/cayenne/class-use/ResultIteratorCallback.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:39:02 MSK 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Thu Dec 20 16:00:56 MSK 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.cayenne.ResultIteratorCallback (cayenne-doc: Cayenne Documentation 4.0 API)</title>
-<meta name="date" content="2018-08-16">
+<title>Uses of Interface org.apache.cayenne.ResultIteratorCallback (cayenne-doc: Cayenne Documentation 4.0.1 API)</title>
+<meta name="date" content="2018-12-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.cayenne.ResultIteratorCallback (cayenne-doc: Cayenne Documentation 4.0 API)";
+            parent.document.title="Uses of Interface org.apache.cayenne.ResultIteratorCallback (cayenne-doc: Cayenne Documentation 4.0.1 API)";
         }
     }
     catch(err) {
@@ -141,21 +141,21 @@ custom queries.</div>
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">FluentSelect.</span><code><span class="memberNameLink"><a href="../../../../org/apache/cayenne/query/FluentSelect.html#iterate-org.apache.cayenne.ObjectContext-org.apache.cayenne.ResultIteratorCallback-">iterate</a></span>(<a href="../../../../org/apache/cayenne/ObjectContext.html" title="interface in org.apache.cayenne">ObjectContext</a>&nbsp;context,
-       <a href="../../../../org/apache/cayenne/ResultIteratorCallback.html" title="interface in org.apache.cayenne">ResultIteratorCallback</a>&lt;<a href="../../../../org/apache/cayenne/query/FluentSelect.html" title="type parameter in FluentSelect">T</a>&gt;&nbsp;callback)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">Select.</span><code><span class="memberNameLink"><a href="../../../../org/apache/cayenne/query/Select.html#iterate-org.apache.cayenne.ObjectContext-org.apache.cayenne.ResultIteratorCallback-">iterate</a></span>(<a href="../../../../org/apache/cayenne/ObjectContext.html" title="interface in org.apache.cayenne">ObjectContext</a>&nbsp;context,
+       <a href="../../../../org/apache/cayenne/ResultIteratorCallback.html" title="interface in org.apache.cayenne">ResultIteratorCallback</a>&lt;<a href="../../../../org/apache/cayenne/query/Select.html" title="type parameter in Select">T</a>&gt;&nbsp;callback)</code>
+<div class="block">Creates a ResultIterator based on the provided context and passes it to a
+ callback for processing.</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">MappedSelect.</span><code><span class="memberNameLink"><a href="../../../../org/apache/cayenne/query/MappedSelect.html#iterate-org.apache.cayenne.ObjectContext-org.apache.cayenne.ResultIteratorCallback-">iterate</a></span>(<a href="../../../../org/apache/cayenne/ObjectContext.html" title="interface in org.apache.cayenne">ObjectContext</a>&nbsp;context,
-       <a href="../../../../org/apache/cayenne/ResultIteratorCallback.html" title="interface in org.apache.cayenne">ResultIteratorCallback</a>&lt;<a href="../../../../org/apache/cayenne/query/MappedSelect.html" title="type parameter in MappedSelect">T</a>&gt;&nbsp;callback)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">FluentSelect.</span><code><span class="memberNameLink"><a href="../../../../org/apache/cayenne/query/FluentSelect.html#iterate-org.apache.cayenne.ObjectContext-org.apache.cayenne.ResultIteratorCallback-">iterate</a></span>(<a href="../../../../org/apache/cayenne/ObjectContext.html" title="interface in org.apache.cayenne">ObjectContext</a>&nbsp;context,
+       <a href="../../../../org/apache/cayenne/ResultIteratorCallback.html" title="interface in org.apache.cayenne">ResultIteratorCallback</a>&lt;<a href="../../../../org/apache/cayenne/query/FluentSelect.html" title="type parameter in FluentSelect">T</a>&gt;&nbsp;callback)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">Select.</span><code><span class="memberNameLink"><a href="../../../../org/apache/cayenne/query/Select.html#iterate-org.apache.cayenne.ObjectContext-org.apache.cayenne.ResultIteratorCallback-">iterate</a></span>(<a href="../../../../org/apache/cayenne/ObjectContext.html" title="interface in org.apache.cayenne">ObjectContext</a>&nbsp;context,
-       <a href="../../../../org/apache/cayenne/ResultIteratorCallback.html" title="interface in org.apache.cayenne">ResultIteratorCallback</a>&lt;<a href="../../../../org/apache/cayenne/query/Select.html" title="type parameter in Select">T</a>&gt;&nbsp;callback)</code>
-<div class="block">Creates a ResultIterator based on the provided context and passes it to a
- callback for processing.</div>
-</td>
+<td class="colLast"><span class="typeNameLabel">MappedSelect.</span><code><span class="memberNameLink"><a href="../../../../org/apache/cayenne/query/MappedSelect.html#iterate-org.apache.cayenne.ObjectContext-org.apache.cayenne.ResultIteratorCallback-">iterate</a></span>(<a href="../../../../org/apache/cayenne/ObjectContext.html" title="interface in org.apache.cayenne">ObjectContext</a>&nbsp;context,
+       <a href="../../../../org/apache/cayenne/ResultIteratorCallback.html" title="interface in org.apache.cayenne">ResultIteratorCallback</a>&lt;<a href="../../../../org/apache/cayenne/query/MappedSelect.html" title="type parameter in MappedSelect">T</a>&gt;&nbsp;callback)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1528e04a/docs/4.0/api/org/apache/cayenne/class-use/Validating.html
----------------------------------------------------------------------
diff --git a/docs/4.0/api/org/apache/cayenne/class-use/Validating.html b/docs/4.0/api/org/apache/cayenne/class-use/Validating.html
index c210f59..3293428 100644
--- a/docs/4.0/api/org/apache/cayenne/class-use/Validating.html
+++ b/docs/4.0/api/org/apache/cayenne/class-use/Validating.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:39:02 MSK 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Thu Dec 20 16:00:56 MSK 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.cayenne.Validating (cayenne-doc: Cayenne Documentation 4.0 API)</title>
-<meta name="date" content="2018-08-16">
+<title>Uses of Interface org.apache.cayenne.Validating (cayenne-doc: Cayenne Documentation 4.0.1 API)</title>
+<meta name="date" content="2018-12-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.cayenne.Validating (cayenne-doc: Cayenne Documentation 4.0 API)";
+            parent.document.title="Uses of Interface org.apache.cayenne.Validating (cayenne-doc: Cayenne Documentation 4.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1528e04a/docs/4.0/api/org/apache/cayenne/class-use/ValueHolder.html
----------------------------------------------------------------------
diff --git a/docs/4.0/api/org/apache/cayenne/class-use/ValueHolder.html b/docs/4.0/api/org/apache/cayenne/class-use/ValueHolder.html
index b164a58..4905dbb 100644
--- a/docs/4.0/api/org/apache/cayenne/class-use/ValueHolder.html
+++ b/docs/4.0/api/org/apache/cayenne/class-use/ValueHolder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:39:02 MSK 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Thu Dec 20 16:00:55 MSK 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.cayenne.ValueHolder (cayenne-doc: Cayenne Documentation 4.0 API)</title>
-<meta name="date" content="2018-08-16">
+<title>Uses of Interface org.apache.cayenne.ValueHolder (cayenne-doc: Cayenne Documentation 4.0.1 API)</title>
+<meta name="date" content="2018-12-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.cayenne.ValueHolder (cayenne-doc: Cayenne Documentation 4.0 API)";
+            parent.document.title="Uses of Interface org.apache.cayenne.ValueHolder (cayenne-doc: Cayenne Documentation 4.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1528e04a/docs/4.0/api/org/apache/cayenne/configuration/BaseConfigurationNodeVisitor.html
----------------------------------------------------------------------
diff --git a/docs/4.0/api/org/apache/cayenne/configuration/BaseConfigurationNodeVisitor.html b/docs/4.0/api/org/apache/cayenne/configuration/BaseConfigurationNodeVisitor.html
index 7a5f848..aa27bfe 100644
--- a/docs/4.0/api/org/apache/cayenne/configuration/BaseConfigurationNodeVisitor.html
+++ b/docs/4.0/api/org/apache/cayenne/configuration/BaseConfigurationNodeVisitor.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:38:58 MSK 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Thu Dec 20 16:00:52 MSK 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>BaseConfigurationNodeVisitor (cayenne-doc: Cayenne Documentation 4.0 API)</title>
-<meta name="date" content="2018-08-16">
+<title>BaseConfigurationNodeVisitor (cayenne-doc: Cayenne Documentation 4.0.1 API)</title>
+<meta name="date" content="2018-12-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="BaseConfigurationNodeVisitor (cayenne-doc: Cayenne Documentation 4.0 API)";
+            parent.document.title="BaseConfigurationNodeVisitor (cayenne-doc: Cayenne Documentation 4.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1528e04a/docs/4.0/api/org/apache/cayenne/configuration/CayenneRuntime.html
----------------------------------------------------------------------
diff --git a/docs/4.0/api/org/apache/cayenne/configuration/CayenneRuntime.html b/docs/4.0/api/org/apache/cayenne/configuration/CayenneRuntime.html
index fecfb4b..341566c 100644
--- a/docs/4.0/api/org/apache/cayenne/configuration/CayenneRuntime.html
+++ b/docs/4.0/api/org/apache/cayenne/configuration/CayenneRuntime.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:38:58 MSK 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Thu Dec 20 16:00:52 MSK 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CayenneRuntime (cayenne-doc: Cayenne Documentation 4.0 API)</title>
-<meta name="date" content="2018-08-16">
+<title>CayenneRuntime (cayenne-doc: Cayenne Documentation 4.0.1 API)</title>
+<meta name="date" content="2018-12-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CayenneRuntime (cayenne-doc: Cayenne Documentation 4.0 API)";
+            parent.document.title="CayenneRuntime (cayenne-doc: Cayenne Documentation 4.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1528e04a/docs/4.0/api/org/apache/cayenne/configuration/ConfigurationNameMapper.html
----------------------------------------------------------------------
diff --git a/docs/4.0/api/org/apache/cayenne/configuration/ConfigurationNameMapper.html b/docs/4.0/api/org/apache/cayenne/configuration/ConfigurationNameMapper.html
index 54c79d5..0948952 100644
--- a/docs/4.0/api/org/apache/cayenne/configuration/ConfigurationNameMapper.html
+++ b/docs/4.0/api/org/apache/cayenne/configuration/ConfigurationNameMapper.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:38:58 MSK 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Thu Dec 20 16:00:52 MSK 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConfigurationNameMapper (cayenne-doc: Cayenne Documentation 4.0 API)</title>
-<meta name="date" content="2018-08-16">
+<title>ConfigurationNameMapper (cayenne-doc: Cayenne Documentation 4.0.1 API)</title>
+<meta name="date" content="2018-12-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConfigurationNameMapper (cayenne-doc: Cayenne Documentation 4.0 API)";
+            parent.document.title="ConfigurationNameMapper (cayenne-doc: Cayenne Documentation 4.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1528e04a/docs/4.0/api/org/apache/cayenne/configuration/ConfigurationNode.html
----------------------------------------------------------------------
diff --git a/docs/4.0/api/org/apache/cayenne/configuration/ConfigurationNode.html b/docs/4.0/api/org/apache/cayenne/configuration/ConfigurationNode.html
index 36dc0bd..7fbf72b 100644
--- a/docs/4.0/api/org/apache/cayenne/configuration/ConfigurationNode.html
+++ b/docs/4.0/api/org/apache/cayenne/configuration/ConfigurationNode.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:38:58 MSK 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Thu Dec 20 16:00:52 MSK 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConfigurationNode (cayenne-doc: Cayenne Documentation 4.0 API)</title>
-<meta name="date" content="2018-08-16">
+<title>ConfigurationNode (cayenne-doc: Cayenne Documentation 4.0.1 API)</title>
+<meta name="date" content="2018-12-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConfigurationNode (cayenne-doc: Cayenne Documentation 4.0 API)";
+            parent.document.title="ConfigurationNode (cayenne-doc: Cayenne Documentation 4.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1528e04a/docs/4.0/api/org/apache/cayenne/configuration/ConfigurationNodeVisitor.html
----------------------------------------------------------------------
diff --git a/docs/4.0/api/org/apache/cayenne/configuration/ConfigurationNodeVisitor.html b/docs/4.0/api/org/apache/cayenne/configuration/ConfigurationNodeVisitor.html
index 98c1a0c..9484daf 100644
--- a/docs/4.0/api/org/apache/cayenne/configuration/ConfigurationNodeVisitor.html
+++ b/docs/4.0/api/org/apache/cayenne/configuration/ConfigurationNodeVisitor.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:38:58 MSK 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Thu Dec 20 16:00:52 MSK 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConfigurationNodeVisitor (cayenne-doc: Cayenne Documentation 4.0 API)</title>
-<meta name="date" content="2018-08-16">
+<title>ConfigurationNodeVisitor (cayenne-doc: Cayenne Documentation 4.0.1 API)</title>
+<meta name="date" content="2018-12-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConfigurationNodeVisitor (cayenne-doc: Cayenne Documentation 4.0 API)";
+            parent.document.title="ConfigurationNodeVisitor (cayenne-doc: Cayenne Documentation 4.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1528e04a/docs/4.0/api/org/apache/cayenne/configuration/ConfigurationTree.html
----------------------------------------------------------------------
diff --git a/docs/4.0/api/org/apache/cayenne/configuration/ConfigurationTree.html b/docs/4.0/api/org/apache/cayenne/configuration/ConfigurationTree.html
index e2ab1f6..18a60e7 100644
--- a/docs/4.0/api/org/apache/cayenne/configuration/ConfigurationTree.html
+++ b/docs/4.0/api/org/apache/cayenne/configuration/ConfigurationTree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:38:58 MSK 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Thu Dec 20 16:00:52 MSK 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConfigurationTree (cayenne-doc: Cayenne Documentation 4.0 API)</title>
-<meta name="date" content="2018-08-16">
+<title>ConfigurationTree (cayenne-doc: Cayenne Documentation 4.0.1 API)</title>
+<meta name="date" content="2018-12-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConfigurationTree (cayenne-doc: Cayenne Documentation 4.0 API)";
+            parent.document.title="ConfigurationTree (cayenne-doc: Cayenne Documentation 4.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1528e04a/docs/4.0/api/org/apache/cayenne/configuration/Constants.html
----------------------------------------------------------------------
diff --git a/docs/4.0/api/org/apache/cayenne/configuration/Constants.html b/docs/4.0/api/org/apache/cayenne/configuration/Constants.html
index 9075019..3e1b005 100644
--- a/docs/4.0/api/org/apache/cayenne/configuration/Constants.html
+++ b/docs/4.0/api/org/apache/cayenne/configuration/Constants.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:38:58 MSK 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Thu Dec 20 16:00:52 MSK 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Constants (cayenne-doc: Cayenne Documentation 4.0 API)</title>
-<meta name="date" content="2018-08-16">
+<title>Constants (cayenne-doc: Cayenne Documentation 4.0.1 API)</title>
+<meta name="date" content="2018-12-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Constants (cayenne-doc: Cayenne Documentation 4.0 API)";
+            parent.document.title="Constants (cayenne-doc: Cayenne Documentation 4.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1528e04a/docs/4.0/api/org/apache/cayenne/configuration/DataChannelDescriptor.html
----------------------------------------------------------------------
diff --git a/docs/4.0/api/org/apache/cayenne/configuration/DataChannelDescriptor.html b/docs/4.0/api/org/apache/cayenne/configuration/DataChannelDescriptor.html
index a5cede3..edb6c9c 100644
--- a/docs/4.0/api/org/apache/cayenne/configuration/DataChannelDescriptor.html
+++ b/docs/4.0/api/org/apache/cayenne/configuration/DataChannelDescriptor.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:38:58 MSK 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Thu Dec 20 16:00:52 MSK 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DataChannelDescriptor (cayenne-doc: Cayenne Documentation 4.0 API)</title>
-<meta name="date" content="2018-08-16">
+<title>DataChannelDescriptor (cayenne-doc: Cayenne Documentation 4.0.1 API)</title>
+<meta name="date" content="2018-12-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DataChannelDescriptor (cayenne-doc: Cayenne Documentation 4.0 API)";
+            parent.document.title="DataChannelDescriptor (cayenne-doc: Cayenne Documentation 4.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1528e04a/docs/4.0/api/org/apache/cayenne/configuration/DataChannelDescriptorLoader.html
----------------------------------------------------------------------
diff --git a/docs/4.0/api/org/apache/cayenne/configuration/DataChannelDescriptorLoader.html b/docs/4.0/api/org/apache/cayenne/configuration/DataChannelDescriptorLoader.html
index 5be52a0..3485c3f 100644
--- a/docs/4.0/api/org/apache/cayenne/configuration/DataChannelDescriptorLoader.html
+++ b/docs/4.0/api/org/apache/cayenne/configuration/DataChannelDescriptorLoader.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:38:58 MSK 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Thu Dec 20 16:00:52 MSK 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DataChannelDescriptorLoader (cayenne-doc: Cayenne Documentation 4.0 API)</title>
-<meta name="date" content="2018-08-16">
+<title>DataChannelDescriptorLoader (cayenne-doc: Cayenne Documentation 4.0.1 API)</title>
+<meta name="date" content="2018-12-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DataChannelDescriptorLoader (cayenne-doc: Cayenne Documentation 4.0 API)";
+            parent.document.title="DataChannelDescriptorLoader (cayenne-doc: Cayenne Documentation 4.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1528e04a/docs/4.0/api/org/apache/cayenne/configuration/DataChannelDescriptorMerger.html
----------------------------------------------------------------------
diff --git a/docs/4.0/api/org/apache/cayenne/configuration/DataChannelDescriptorMerger.html b/docs/4.0/api/org/apache/cayenne/configuration/DataChannelDescriptorMerger.html
index acaab12..14bd3c0 100644
--- a/docs/4.0/api/org/apache/cayenne/configuration/DataChannelDescriptorMerger.html
+++ b/docs/4.0/api/org/apache/cayenne/configuration/DataChannelDescriptorMerger.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:38:58 MSK 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Thu Dec 20 16:00:52 MSK 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DataChannelDescriptorMerger (cayenne-doc: Cayenne Documentation 4.0 API)</title>
-<meta name="date" content="2018-08-16">
+<title>DataChannelDescriptorMerger (cayenne-doc: Cayenne Documentation 4.0.1 API)</title>
+<meta name="date" content="2018-12-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DataChannelDescriptorMerger (cayenne-doc: Cayenne Documentation 4.0 API)";
+            parent.document.title="DataChannelDescriptorMerger (cayenne-doc: Cayenne Documentation 4.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1528e04a/docs/4.0/api/org/apache/cayenne/configuration/DataMapLoader.html
----------------------------------------------------------------------
diff --git a/docs/4.0/api/org/apache/cayenne/configuration/DataMapLoader.html b/docs/4.0/api/org/apache/cayenne/configuration/DataMapLoader.html
index dd4856a..40658b1 100644
--- a/docs/4.0/api/org/apache/cayenne/configuration/DataMapLoader.html
+++ b/docs/4.0/api/org/apache/cayenne/configuration/DataMapLoader.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:38:58 MSK 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Thu Dec 20 16:00:52 MSK 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DataMapLoader (cayenne-doc: Cayenne Documentation 4.0 API)</title>
-<meta name="date" content="2018-08-16">
+<title>DataMapLoader (cayenne-doc: Cayenne Documentation 4.0.1 API)</title>
+<meta name="date" content="2018-12-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DataMapLoader (cayenne-doc: Cayenne Documentation 4.0 API)";
+            parent.document.title="DataMapLoader (cayenne-doc: Cayenne Documentation 4.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1528e04a/docs/4.0/api/org/apache/cayenne/configuration/DataNodeDescriptor.html
----------------------------------------------------------------------
diff --git a/docs/4.0/api/org/apache/cayenne/configuration/DataNodeDescriptor.html b/docs/4.0/api/org/apache/cayenne/configuration/DataNodeDescriptor.html
index 1eb078c..db9a431 100644
--- a/docs/4.0/api/org/apache/cayenne/configuration/DataNodeDescriptor.html
+++ b/docs/4.0/api/org/apache/cayenne/configuration/DataNodeDescriptor.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:38:58 MSK 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Thu Dec 20 16:00:52 MSK 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DataNodeDescriptor (cayenne-doc: Cayenne Documentation 4.0 API)</title>
-<meta name="date" content="2018-08-16">
+<title>DataNodeDescriptor (cayenne-doc: Cayenne Documentation 4.0.1 API)</title>
+<meta name="date" content="2018-12-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DataNodeDescriptor (cayenne-doc: Cayenne Documentation 4.0 API)";
+            parent.document.title="DataNodeDescriptor (cayenne-doc: Cayenne Documentation 4.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1528e04a/docs/4.0/api/org/apache/cayenne/configuration/DefaultConfigurationNameMapper.html
----------------------------------------------------------------------
diff --git a/docs/4.0/api/org/apache/cayenne/configuration/DefaultConfigurationNameMapper.html b/docs/4.0/api/org/apache/cayenne/configuration/DefaultConfigurationNameMapper.html
index fce208f..3685163 100644
--- a/docs/4.0/api/org/apache/cayenne/configuration/DefaultConfigurationNameMapper.html
+++ b/docs/4.0/api/org/apache/cayenne/configuration/DefaultConfigurationNameMapper.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:38:58 MSK 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Thu Dec 20 16:00:52 MSK 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DefaultConfigurationNameMapper (cayenne-doc: Cayenne Documentation 4.0 API)</title>
-<meta name="date" content="2018-08-16">
+<title>DefaultConfigurationNameMapper (cayenne-doc: Cayenne Documentation 4.0.1 API)</title>
+<meta name="date" content="2018-12-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DefaultConfigurationNameMapper (cayenne-doc: Cayenne Documentation 4.0 API)";
+            parent.document.title="DefaultConfigurationNameMapper (cayenne-doc: Cayenne Documentation 4.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1528e04a/docs/4.0/api/org/apache/cayenne/configuration/DefaultDataChannelDescriptorMerger.html
----------------------------------------------------------------------
diff --git a/docs/4.0/api/org/apache/cayenne/configuration/DefaultDataChannelDescriptorMerger.html b/docs/4.0/api/org/apache/cayenne/configuration/DefaultDataChannelDescriptorMerger.html
index 7e68c43..88ab444 100644
--- a/docs/4.0/api/org/apache/cayenne/configuration/DefaultDataChannelDescriptorMerger.html
+++ b/docs/4.0/api/org/apache/cayenne/configuration/DefaultDataChannelDescriptorMerger.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:38:58 MSK 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Thu Dec 20 16:00:52 MSK 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DefaultDataChannelDescriptorMerger (cayenne-doc: Cayenne Documentation 4.0 API)</title>
-<meta name="date" content="2018-08-16">
+<title>DefaultDataChannelDescriptorMerger (cayenne-doc: Cayenne Documentation 4.0.1 API)</title>
+<meta name="date" content="2018-12-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DefaultDataChannelDescriptorMerger (cayenne-doc: Cayenne Documentation 4.0 API)";
+            parent.document.title="DefaultDataChannelDescriptorMerger (cayenne-doc: Cayenne Documentation 4.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1528e04a/docs/4.0/api/org/apache/cayenne/configuration/DefaultObjectStoreFactory.html
----------------------------------------------------------------------
diff --git a/docs/4.0/api/org/apache/cayenne/configuration/DefaultObjectStoreFactory.html b/docs/4.0/api/org/apache/cayenne/configuration/DefaultObjectStoreFactory.html
index 4ac03fd..ff0d94e 100644
--- a/docs/4.0/api/org/apache/cayenne/configuration/DefaultObjectStoreFactory.html
+++ b/docs/4.0/api/org/apache/cayenne/configuration/DefaultObjectStoreFactory.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:38:58 MSK 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Thu Dec 20 16:00:52 MSK 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DefaultObjectStoreFactory (cayenne-doc: Cayenne Documentation 4.0 API)</title>
-<meta name="date" content="2018-08-16">
+<title>DefaultObjectStoreFactory (cayenne-doc: Cayenne Documentation 4.0.1 API)</title>
+<meta name="date" content="2018-12-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DefaultObjectStoreFactory (cayenne-doc: Cayenne Documentation 4.0 API)";
+            parent.document.title="DefaultObjectStoreFactory (cayenne-doc: Cayenne Documentation 4.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1528e04a/docs/4.0/api/org/apache/cayenne/configuration/DefaultRuntimeProperties.html
----------------------------------------------------------------------
diff --git a/docs/4.0/api/org/apache/cayenne/configuration/DefaultRuntimeProperties.html b/docs/4.0/api/org/apache/cayenne/configuration/DefaultRuntimeProperties.html
index 3683f44..438aacb 100644
--- a/docs/4.0/api/org/apache/cayenne/configuration/DefaultRuntimeProperties.html
+++ b/docs/4.0/api/org/apache/cayenne/configuration/DefaultRuntimeProperties.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:38:58 MSK 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Thu Dec 20 16:00:52 MSK 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DefaultRuntimeProperties (cayenne-doc: Cayenne Documentation 4.0 API)</title>
-<meta name="date" content="2018-08-16">
+<title>DefaultRuntimeProperties (cayenne-doc: Cayenne Documentation 4.0.1 API)</title>
+<meta name="date" content="2018-12-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DefaultRuntimeProperties (cayenne-doc: Cayenne Documentation 4.0 API)";
+            parent.document.title="DefaultRuntimeProperties (cayenne-doc: Cayenne Documentation 4.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1528e04a/docs/4.0/api/org/apache/cayenne/configuration/ObjectContextFactory.html
----------------------------------------------------------------------
diff --git a/docs/4.0/api/org/apache/cayenne/configuration/ObjectContextFactory.html b/docs/4.0/api/org/apache/cayenne/configuration/ObjectContextFactory.html
index 75954ff..7e19642 100644
--- a/docs/4.0/api/org/apache/cayenne/configuration/ObjectContextFactory.html
+++ b/docs/4.0/api/org/apache/cayenne/configuration/ObjectContextFactory.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:38:58 MSK 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Thu Dec 20 16:00:52 MSK 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ObjectContextFactory (cayenne-doc: Cayenne Documentation 4.0 API)</title>
-<meta name="date" content="2018-08-16">
+<title>ObjectContextFactory (cayenne-doc: Cayenne Documentation 4.0.1 API)</title>
+<meta name="date" content="2018-12-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ObjectContextFactory (cayenne-doc: Cayenne Documentation 4.0 API)";
+            parent.document.title="ObjectContextFactory (cayenne-doc: Cayenne Documentation 4.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1528e04a/docs/4.0/api/org/apache/cayenne/configuration/ObjectStoreFactory.html
----------------------------------------------------------------------
diff --git a/docs/4.0/api/org/apache/cayenne/configuration/ObjectStoreFactory.html b/docs/4.0/api/org/apache/cayenne/configuration/ObjectStoreFactory.html
index fef803f..cff97c2 100644
--- a/docs/4.0/api/org/apache/cayenne/configuration/ObjectStoreFactory.html
+++ b/docs/4.0/api/org/apache/cayenne/configuration/ObjectStoreFactory.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:38:58 MSK 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Thu Dec 20 16:00:52 MSK 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ObjectStoreFactory (cayenne-doc: Cayenne Documentation 4.0 API)</title>
-<meta name="date" content="2018-08-16">
+<title>ObjectStoreFactory (cayenne-doc: Cayenne Documentation 4.0.1 API)</title>
+<meta name="date" content="2018-12-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ObjectStoreFactory (cayenne-doc: Cayenne Documentation 4.0 API)";
+            parent.document.title="ObjectStoreFactory (cayenne-doc: Cayenne Documentation 4.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1528e04a/docs/4.0/api/org/apache/cayenne/configuration/PasswordEncoding.html
----------------------------------------------------------------------
diff --git a/docs/4.0/api/org/apache/cayenne/configuration/PasswordEncoding.html b/docs/4.0/api/org/apache/cayenne/configuration/PasswordEncoding.html
index c4d57dd..a56167f 100644
--- a/docs/4.0/api/org/apache/cayenne/configuration/PasswordEncoding.html
+++ b/docs/4.0/api/org/apache/cayenne/configuration/PasswordEncoding.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:38:58 MSK 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Thu Dec 20 16:00:52 MSK 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>PasswordEncoding (cayenne-doc: Cayenne Documentation 4.0 API)</title>
-<meta name="date" content="2018-08-16">
+<title>PasswordEncoding (cayenne-doc: Cayenne Documentation 4.0.1 API)</title>
+<meta name="date" content="2018-12-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="PasswordEncoding (cayenne-doc: Cayenne Documentation 4.0 API)";
+            parent.document.title="PasswordEncoding (cayenne-doc: Cayenne Documentation 4.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1528e04a/docs/4.0/api/org/apache/cayenne/configuration/PlainTextPasswordEncoder.html
----------------------------------------------------------------------
diff --git a/docs/4.0/api/org/apache/cayenne/configuration/PlainTextPasswordEncoder.html b/docs/4.0/api/org/apache/cayenne/configuration/PlainTextPasswordEncoder.html
index 01856e2..f2feb28 100644
--- a/docs/4.0/api/org/apache/cayenne/configuration/PlainTextPasswordEncoder.html
+++ b/docs/4.0/api/org/apache/cayenne/configuration/PlainTextPasswordEncoder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:38:58 MSK 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Thu Dec 20 16:00:52 MSK 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>PlainTextPasswordEncoder (cayenne-doc: Cayenne Documentation 4.0 API)</title>
-<meta name="date" content="2018-08-16">
+<title>PlainTextPasswordEncoder (cayenne-doc: Cayenne Documentation 4.0.1 API)</title>
+<meta name="date" content="2018-12-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="PlainTextPasswordEncoder (cayenne-doc: Cayenne Documentation 4.0 API)";
+            parent.document.title="PlainTextPasswordEncoder (cayenne-doc: Cayenne Documentation 4.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1528e04a/docs/4.0/api/org/apache/cayenne/configuration/Rot13PasswordEncoder.html
----------------------------------------------------------------------
diff --git a/docs/4.0/api/org/apache/cayenne/configuration/Rot13PasswordEncoder.html b/docs/4.0/api/org/apache/cayenne/configuration/Rot13PasswordEncoder.html
index 2a343b0..54a80f6 100644
--- a/docs/4.0/api/org/apache/cayenne/configuration/Rot13PasswordEncoder.html
+++ b/docs/4.0/api/org/apache/cayenne/configuration/Rot13PasswordEncoder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:38:58 MSK 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Thu Dec 20 16:00:52 MSK 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Rot13PasswordEncoder (cayenne-doc: Cayenne Documentation 4.0 API)</title>
-<meta name="date" content="2018-08-16">
+<title>Rot13PasswordEncoder (cayenne-doc: Cayenne Documentation 4.0.1 API)</title>
+<meta name="date" content="2018-12-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Rot13PasswordEncoder (cayenne-doc: Cayenne Documentation 4.0 API)";
+            parent.document.title="Rot13PasswordEncoder (cayenne-doc: Cayenne Documentation 4.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1528e04a/docs/4.0/api/org/apache/cayenne/configuration/Rot47PasswordEncoder.html
----------------------------------------------------------------------
diff --git a/docs/4.0/api/org/apache/cayenne/configuration/Rot47PasswordEncoder.html b/docs/4.0/api/org/apache/cayenne/configuration/Rot47PasswordEncoder.html
index 33bc1c0..9d7cf58 100644
--- a/docs/4.0/api/org/apache/cayenne/configuration/Rot47PasswordEncoder.html
+++ b/docs/4.0/api/org/apache/cayenne/configuration/Rot47PasswordEncoder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:38:58 MSK 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Thu Dec 20 16:00:52 MSK 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Rot47PasswordEncoder (cayenne-doc: Cayenne Documentation 4.0 API)</title>
-<meta name="date" content="2018-08-16">
+<title>Rot47PasswordEncoder (cayenne-doc: Cayenne Documentation 4.0.1 API)</title>
+<meta name="date" content="2018-12-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Rot47PasswordEncoder (cayenne-doc: Cayenne Documentation 4.0 API)";
+            parent.document.title="Rot47PasswordEncoder (cayenne-doc: Cayenne Documentation 4.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1528e04a/docs/4.0/api/org/apache/cayenne/configuration/RuntimeProperties.html
----------------------------------------------------------------------
diff --git a/docs/4.0/api/org/apache/cayenne/configuration/RuntimeProperties.html b/docs/4.0/api/org/apache/cayenne/configuration/RuntimeProperties.html
index b313161..bff228d 100644
--- a/docs/4.0/api/org/apache/cayenne/configuration/RuntimeProperties.html
+++ b/docs/4.0/api/org/apache/cayenne/configuration/RuntimeProperties.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:38:58 MSK 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Thu Dec 20 16:00:52 MSK 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RuntimeProperties (cayenne-doc: Cayenne Documentation 4.0 API)</title>
-<meta name="date" content="2018-08-16">
+<title>RuntimeProperties (cayenne-doc: Cayenne Documentation 4.0.1 API)</title>
+<meta name="date" content="2018-12-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="RuntimeProperties (cayenne-doc: Cayenne Documentation 4.0 API)";
+            parent.document.title="RuntimeProperties (cayenne-doc: Cayenne Documentation 4.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1528e04a/docs/4.0/api/org/apache/cayenne/configuration/SAXNestedTagHandler.html
----------------------------------------------------------------------
diff --git a/docs/4.0/api/org/apache/cayenne/configuration/SAXNestedTagHandler.html b/docs/4.0/api/org/apache/cayenne/configuration/SAXNestedTagHandler.html
index 220ae39..b512aa7 100644
--- a/docs/4.0/api/org/apache/cayenne/configuration/SAXNestedTagHandler.html
+++ b/docs/4.0/api/org/apache/cayenne/configuration/SAXNestedTagHandler.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:38:58 MSK 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Thu Dec 20 16:00:52 MSK 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SAXNestedTagHandler (cayenne-doc: Cayenne Documentation 4.0 API)</title>
-<meta name="date" content="2018-08-16">
+<title>SAXNestedTagHandler (cayenne-doc: Cayenne Documentation 4.0.1 API)</title>
+<meta name="date" content="2018-12-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SAXNestedTagHandler (cayenne-doc: Cayenne Documentation 4.0 API)";
+            parent.document.title="SAXNestedTagHandler (cayenne-doc: Cayenne Documentation 4.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1528e04a/docs/4.0/api/org/apache/cayenne/configuration/XMLDataChannelDescriptorLoader.html
----------------------------------------------------------------------
diff --git a/docs/4.0/api/org/apache/cayenne/configuration/XMLDataChannelDescriptorLoader.html b/docs/4.0/api/org/apache/cayenne/configuration/XMLDataChannelDescriptorLoader.html
index 3a09fb8..0ae7cfb 100644
--- a/docs/4.0/api/org/apache/cayenne/configuration/XMLDataChannelDescriptorLoader.html
+++ b/docs/4.0/api/org/apache/cayenne/configuration/XMLDataChannelDescriptorLoader.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:38:58 MSK 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Thu Dec 20 16:00:52 MSK 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>XMLDataChannelDescriptorLoader (cayenne-doc: Cayenne Documentation 4.0 API)</title>
-<meta name="date" content="2018-08-16">
+<title>XMLDataChannelDescriptorLoader (cayenne-doc: Cayenne Documentation 4.0.1 API)</title>
+<meta name="date" content="2018-12-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="XMLDataChannelDescriptorLoader (cayenne-doc: Cayenne Documentation 4.0 API)";
+            parent.document.title="XMLDataChannelDescriptorLoader (cayenne-doc: Cayenne Documentation 4.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1528e04a/docs/4.0/api/org/apache/cayenne/configuration/XMLDataMapLoader.html
----------------------------------------------------------------------
diff --git a/docs/4.0/api/org/apache/cayenne/configuration/XMLDataMapLoader.html b/docs/4.0/api/org/apache/cayenne/configuration/XMLDataMapLoader.html
index c70bd31..94fdfc4 100644
--- a/docs/4.0/api/org/apache/cayenne/configuration/XMLDataMapLoader.html
+++ b/docs/4.0/api/org/apache/cayenne/configuration/XMLDataMapLoader.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:38:58 MSK 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Thu Dec 20 16:00:52 MSK 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>XMLDataMapLoader (cayenne-doc: Cayenne Documentation 4.0 API)</title>
-<meta name="date" content="2018-08-16">
+<title>XMLDataMapLoader (cayenne-doc: Cayenne Documentation 4.0.1 API)</title>
+<meta name="date" content="2018-12-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="XMLDataMapLoader (cayenne-doc: Cayenne Documentation 4.0 API)";
+            parent.document.title="XMLDataMapLoader (cayenne-doc: Cayenne Documentation 4.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1528e04a/docs/4.0/api/org/apache/cayenne/configuration/class-use/BaseConfigurationNodeVisitor.html
----------------------------------------------------------------------
diff --git a/docs/4.0/api/org/apache/cayenne/configuration/class-use/BaseConfigurationNodeVisitor.html b/docs/4.0/api/org/apache/cayenne/configuration/class-use/BaseConfigurationNodeVisitor.html
index 26031f2..70faea8 100644
--- a/docs/4.0/api/org/apache/cayenne/configuration/class-use/BaseConfigurationNodeVisitor.html
+++ b/docs/4.0/api/org/apache/cayenne/configuration/class-use/BaseConfigurationNodeVisitor.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:39:01 MSK 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Thu Dec 20 16:00:55 MSK 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.cayenne.configuration.BaseConfigurationNodeVisitor (cayenne-doc: Cayenne Documentation 4.0 API)</title>
-<meta name="date" content="2018-08-16">
+<title>Uses of Class org.apache.cayenne.configuration.BaseConfigurationNodeVisitor (cayenne-doc: Cayenne Documentation 4.0.1 API)</title>
+<meta name="date" content="2018-12-20">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.cayenne.configuration.BaseConfigurationNodeVisitor (cayenne-doc: Cayenne Documentation 4.0 API)";
+            parent.document.title="Uses of Class org.apache.cayenne.configuration.BaseConfigurationNodeVisitor (cayenne-doc: Cayenne Documentation 4.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1528e04a/docs/4.0/api/org/apache/cayenne/configuration/class-use/CayenneRuntime.html
----------------------------------------------------------------------
diff --git a/docs/4.0/api/org/apache/cayenne/configuration/class-use/CayenneRuntime.html b/docs/4.0/api/org/apache/cayenne/configuration/class-use/CayenneRuntime.html
index c3c5585..777f5a5 100644
--- a/docs/4.0/api/org/apache/cayenne/configuration/class-use/CayenneRuntime.html
+++ b/docs/4.0/api/org/apache/cayenne/configuration/class-use/CayenneRuntime.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:39:01 MSK 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Thu Dec 20 16:00:55 MSK 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.cayenne.configuration.CayenneRuntime (cayenne-doc: Cayenne Documentation 4.0 API)</title>
-<meta name="date" content="2018-08-16">
+<title>Uses of Class org.apache.cayenne.configuration.CayenneRuntime (cayenne-doc: Cayenne Documentation 4.0.1 API)</title>
+<meta name="date" content="2018-12-20">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.cayenne.configuration.CayenneRuntime (cayenne-doc: Cayenne Documentation 4.0 API)";
+            parent.document.title="Uses of Class org.apache.cayenne.configuration.CayenneRuntime (cayenne-doc: Cayenne Documentation 4.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1528e04a/docs/4.0/api/org/apache/cayenne/configuration/class-use/ConfigurationNameMapper.html
----------------------------------------------------------------------
diff --git a/docs/4.0/api/org/apache/cayenne/configuration/class-use/ConfigurationNameMapper.html b/docs/4.0/api/org/apache/cayenne/configuration/class-use/ConfigurationNameMapper.html
index 0d634c0..88e73c9 100644
--- a/docs/4.0/api/org/apache/cayenne/configuration/class-use/ConfigurationNameMapper.html
+++ b/docs/4.0/api/org/apache/cayenne/configuration/class-use/ConfigurationNameMapper.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:39:01 MSK 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Thu Dec 20 16:00:55 MSK 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.cayenne.configuration.ConfigurationNameMapper (cayenne-doc: Cayenne Documentation 4.0 API)</title>
-<meta name="date" content="2018-08-16">
+<title>Uses of Interface org.apache.cayenne.configuration.ConfigurationNameMapper (cayenne-doc: Cayenne Documentation 4.0.1 API)</title>
+<meta name="date" content="2018-12-20">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.cayenne.configuration.ConfigurationNameMapper (cayenne-doc: Cayenne Documentation 4.0 API)";
+            parent.document.title="Uses of Interface org.apache.cayenne.configuration.ConfigurationNameMapper (cayenne-doc: Cayenne Documentation 4.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1528e04a/docs/4.0/api/org/apache/cayenne/configuration/class-use/ConfigurationNode.html
----------------------------------------------------------------------
diff --git a/docs/4.0/api/org/apache/cayenne/configuration/class-use/ConfigurationNode.html b/docs/4.0/api/org/apache/cayenne/configuration/class-use/ConfigurationNode.html
index db12bff..c29b7ee 100644
--- a/docs/4.0/api/org/apache/cayenne/configuration/class-use/ConfigurationNode.html
+++ b/docs/4.0/api/org/apache/cayenne/configuration/class-use/ConfigurationNode.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Aug 16 11:39:01 MSK 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Thu Dec 20 16:00:55 MSK 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.cayenne.configuration.ConfigurationNode (cayenne-doc: Cayenne Documentation 4.0 API)</title>
-<meta name="date" content="2018-08-16">
+<title>Uses of Interface org.apache.cayenne.configuration.ConfigurationNode (cayenne-doc: Cayenne Documentation 4.0.1 API)</title>
+<meta name="date" content="2018-12-20">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.cayenne.configuration.ConfigurationNode (cayenne-doc: Cayenne Documentation 4.0 API)";
+            parent.document.title="Uses of Interface org.apache.cayenne.configuration.ConfigurationNode (cayenne-doc: Cayenne Documentation 4.0.1 API)";
         }
     }
     catch(err) {
@@ -162,15 +162,15 @@ metadata information and map it to Java classes.</div>
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><span class="typeNameLabel">DefaultConfigurationNameMapper.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/configuration/DefaultConfigurationNameMapper.html#configurationLocation-org.apache.cayenne.configuration.ConfigurationNode-">configurationLocation</a></span>(<a href="../../../../../org/apache/cayenne/configuration/ConfigurationNode.html" title="interface in org.apache.cayenne.configuration">ConfigurationNode</a>&nbsp;node)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><span class="typeNameLabel">ConfigurationNameMapper.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/configuration/ConfigurationNameMapper.html#configurationLocation-org.apache.cayenne.configuration.ConfigurationNode-">configurationLocation</a></span>(<a href="../../../../../org/apache/cayenne/configuration/ConfigurationNode.html" title="interface in org.apache.cayenne.configuration">ConfigurationNode</a>&nbsp;node)</code>
 <div class="block">Returns the name of a configuration resource based on a naming convention
  for a given node type.</div>
 </td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><span class="typeNameLabel">DefaultConfigurationNameMapper.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/configuration/DefaultConfigurationNameMapper.html#configurationLocation-org.apache.cayenne.configuration.ConfigurationNode-">configurationLocation</a></span>(<a href="../../../../../org/apache/cayenne/configuration/ConfigurationNode.html" title="interface in org.apache.cayenne.configuration">ConfigurationNode</a>&nbsp;node)</code>&nbsp;</td>
-</tr>
 </tbody>
 </table>
 <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
@@ -182,18 +182,23 @@ metadata information and map it to Java classes.</div>
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><span class="typeNameLabel">DefaultConfigurationNameMapper.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/configuration/DefaultConfigurationNameMapper.html#configurationLocation-java.lang.Class-java.lang.String-">configurationLocation</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../../org/apache/cayenne/configuration/ConfigurationNode.html" title="interface in org.apache.cayenne.configuration">ConfigurationNode</a>&gt;&nbsp;type,
+                     <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><span class="typeNameLabel">ConfigurationNameMapper.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/configuration/ConfigurationNameMapper.html#configurationLocation-java.lang.Class-java.lang.String-">configurationLocation</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../../org/apache/cayenne/configuration/ConfigurationNode.html" title="interface in org.apache.cayenne.configuration">ConfigurationNode</a>&gt;&nbsp;type,
                      <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;nodeName)</code>
 <div class="block">Returns the name of a configuration resource based on a naming convention
  for a given node type.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><span class="typeNameLabel">DefaultConfigurationNameMapper.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/configuration/DefaultConfigurationNameMapper.html#configurationLocation-java.lang.Class-java.lang.String-">configurationLocation</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../../org/apache/cayenne/configuration/ConfigurationNode.html" title="interface in org.apache.cayenne.configuration">ConfigurationNode</a>&gt;&nbsp;type,
-                     <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">DefaultConfigurationNameMapper.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/configuration/DefaultConfigurationNameMapper.html#configurationNodeName-java.lang.Class-org.apache.cayenne.resource.Resource-">configurationNodeName</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../../org/apache/cayenne/configuration/ConfigurationNode.html" title="interface in org.apache.cayenne.configuration">ConfigurationNode</a>&gt;&nbsp;type,
+                     <a href="../../../../../org/apache/cayenne/resource/Resource.html" title="interface in org.apache.cayenne.resource">Resource</a>&nbsp;resource)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><span class="typeNameLabel">ConfigurationNameMapper.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/configuration/ConfigurationNameMapper.html#configurationNodeName-java.lang.Class-org.apache.cayenne.resource.Resource-">configurationNodeName</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../../org/apache/cayenne/configuration/ConfigurationNode.html" title="interface in org.apache.cayenne.configuration">ConfigurationNode</a>&gt;&nbsp;type,
                      <a href="../../../../../org/apache/cayenne/resource/Resource.html" title="interface in org.apache.cayenne.resource">Resource</a>&nbsp;resource)</code>
@@ -201,11 +206,6 @@ metadata information and map it to Java classes.</div>
  resource.</div>
 </td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><span class="typeNameLabel">DefaultConfigurationNameMapper.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/configuration/DefaultConfigurationNameMapper.html#configurationNodeName-java.lang.Class-org.apache.cayenne.resource.Resource-">configurationNodeName</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../../org/apache/cayenne/configuration/ConfigurationNode.html" title="interface in org.apache.cayenne.configuration">ConfigurationNode</a>&gt;&nbsp;type,
-                     <a href="../../../../../org/apache/cayenne/resource/Resource.html" title="interface in org.apache.cayenne.resource">Resource</a>&nbsp;resource)</code>&nbsp;</td>
-</tr>
 </tbody>
 </table>
 </li>