This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/openjpa-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new b510abb Automatic Site Publish by Buildbot
b510abb is described below
commit b510abbe8af7a4963ba06ceb61499299c9e20942
Author: buildbot <[email protected]>
AuthorDate: Mon Jun 21 20:36:46 2021 +0000
Automatic Site Publish by Buildbot
---
output/faq.html | 6 +++---
output/tools.html | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/output/faq.html b/output/faq.html
index 28e9064..f3a39aa 100644
--- a/output/faq.html
+++ b/output/faq.html
@@ -194,7 +194,7 @@ by:</p>
<p><a name="sql"></a></p>
<h2 id="how-do-i-see-the-sql-that-openjpa-is-executing">How do I see the SQL
that OpenJPA is executing?<a class="headerlink"
href="#how-do-i-see-the-sql-that-openjpa-is-executing"
title="Permalink">¶</a></h2>
<p>OpenJPA provides configurable channel-based logging, as described in the
-chapter on <a
href="http://openjpa.apache.org/builds/latest/docs/manual/manual.html#ref_guide_logging">Logging</a>
+chapter on <a
href="/builds/latest/docs/manual/manual.html#ref_guide_logging">Logging</a>
. The simplest example of enabling verbose logging is by using the
following property in your {{persistence.xml}} file:</p>
<pre><code><persistence xmlns="http://java.sun.com/xml/ns/persistence"
@@ -236,7 +236,7 @@ connection pool:</p>
</persistence-unit>
</persistence>
</code></pre>
-<p>See the documentation on <a
href="http://openjpa.apache.org/builds/latest/docs/manual/manual.html#ref_guide_dbsetup_thirdparty">Using
a Third-Party DataSource</a> for further details.</p>
+<p>See the documentation on <a
href="/builds/latest/docs/manual/manual.html#ref_guide_dbsetup_thirdparty">Using
a Third-Party DataSource</a> for further details.</p>
<p><a name="reorder"></a></p>
<h2
id="can-openjpa-reorder-sql-statements-to-satisfy-database-foreign-key-constraints">Can
OpenJPA reorder SQL statements to satisfy database foreign key constraints?<a
class="headerlink"
href="#can-openjpa-reorder-sql-statements-to-satisfy-database-foreign-key-constraints"
title="Permalink">¶</a></h2>
<p>Yes. OpenJPA can reorder and/or batch the SQL statements using different
@@ -246,7 +246,7 @@ OpenJPA to read the existing foreign key information from
the database
schema:</p>
<pre><code> <property name="openjpa.jdbc.SchemaFactory"
value="native(ForeignKeys=true)"/>
</code></pre>
-<p>See the documentation on <a
href="http://openjpa.apache.org/builds/latest/docs/manual/manual.html#ref_guide_schema_info_list">Schema
Factory</a> for further details.</p>
+<p>See the documentation on <a
href="/builds/latest/docs/manual/manual.html#ref_guide_schema_info_list">Schema
Factory</a> for further details.</p>
<p><a name="fk"></a></p>
<h2
id="why-openjpa-is-not-creating-foreign-key-constraints-on-the-database-tables">Why
OpenJPA is not creating foreign key constraints on the database tables?<a
class="headerlink"
href="#why-openjpa-is-not-creating-foreign-key-constraints-on-the-database-tables"
title="Permalink">¶</a></h2>
<p>By default, OpenJPA does not create foreign key constraints on new tables
diff --git a/output/tools.html b/output/tools.html
index 1f8fb7d..9944835 100644
--- a/output/tools.html
+++ b/output/tools.html
@@ -159,11 +159,11 @@ tools to:</p>
<ul>
<li><a href="entity-enhancement.html">Entity Enhancement</a>
for enhancing the bytecode of POJO domain classes</li>
-<li><a
href="http://openjpa.apache.org/builds/latest/docs/docbook/manual.html#ref_guide_pc_reverse">reverse
map</a>
+<li><a
href="/builds/latest/docs/docbook/manual.html#ref_guide_pc_reverse">reverse
map</a>
a database schema to Java source code</li>
-<li><a
href="http://openjpa.apache.org/builds/latest/docs/docbook/manual.html#ref_guide_mapping_mappingtool_examples">create/synchronize</a>
+<li><a
href="/builds/latest/docs/docbook/manual.html#ref_guide_mapping_mappingtool_examples">create/synchronize</a>
a Java persistent domain model to a database schema</li>
-<li><a
href="http://openjpa.apache.org/builds/latest/docs/docbook/manual.html#d0e11103">generate</a>
+<li><a href="/builds/latest/docs/docbook/manual.html#d0e11103">generate</a>
canonical metamodel classes for strictly-typed Criteria queries</li>
</ul>
<p><a name="Tools-ToolsUnderDevelopment"></a></p>