This is an automated email from the ASF dual-hosted git repository. wave pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/openjpa-site.git
The following commit(s) were added to refs/heads/main by this push: new 36cfd13 change some hyperlinks to site relative 36cfd13 is described below commit 36cfd139db917058976908071948336fbc1ff605 Author: Dave Fisher <d...@davefisher.tech> AuthorDate: Mon Jun 21 13:25:58 2021 -0700 change some hyperlinks to site relative --- content/faq.md | 6 +++--- content/tools.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/faq.md b/content/faq.md index 341dd26..2270b92 100644 --- a/content/faq.md +++ b/content/faq.md @@ -77,7 +77,7 @@ by: ## How do I see the SQL that OpenJPA is executing? OpenJPA provides configurable channel-based logging, as described in the -chapter on [Logging](http://openjpa.apache.org/builds/latest/docs/manual/manual.html#ref_guide_logging) +chapter on [Logging](/builds/latest/docs/manual/manual.html#ref_guide_logging) . The simplest example of enabling verbose logging is by using the following property in your {{persistence.xml}} file: @@ -125,7 +125,7 @@ configurable via the JDBC DataSource API (which most are). The following </persistence> -See the documentation on [Using a Third-Party DataSource](http://openjpa.apache.org/builds/latest/docs/manual/manual.html#ref_guide_dbsetup_thirdparty) for further details. +See the documentation on [Using a Third-Party DataSource](/builds/latest/docs/manual/manual.html#ref_guide_dbsetup_thirdparty) for further details. <a name="reorder"></a> @@ -138,7 +138,7 @@ schema: <property name="openjpa.jdbc.SchemaFactory" value="native(ForeignKeys=true)"/> -See the documentation on [Schema Factory](http://openjpa.apache.org/builds/latest/docs/manual/manual.html#ref_guide_schema_info_list) for further details. +See the documentation on [Schema Factory](/builds/latest/docs/manual/manual.html#ref_guide_schema_info_list) for further details. <a name="fk"></a> diff --git a/content/tools.md b/content/tools.md index 002bb62..2b4919d 100644 --- a/content/tools.md +++ b/content/tools.md @@ -19,11 +19,11 @@ tools to: * [Entity Enhancement](entity-enhancement.html) for enhancing the bytecode of POJO domain classes -* [reverse map](http://openjpa.apache.org/builds/latest/docs/docbook/manual.html#ref_guide_pc_reverse) +* [reverse map](/builds/latest/docs/docbook/manual.html#ref_guide_pc_reverse) a database schema to Java source code -* [create/synchronize](http://openjpa.apache.org/builds/latest/docs/docbook/manual.html#ref_guide_mapping_mappingtool_examples) +* [create/synchronize](/builds/latest/docs/docbook/manual.html#ref_guide_mapping_mappingtool_examples) a Java persistent domain model to a database schema -* [generate](http://openjpa.apache.org/builds/latest/docs/docbook/manual.html#d0e11103) +* [generate](/builds/latest/docs/docbook/manual.html#d0e11103) canonical metamodel classes for strictly-typed Criteria queries