From 0c9a195bdfbb9700d41a6bfeab5b909df053ed5e Mon Sep 17 00:00:00 2001 From: lukaseder Date: Wed, 4 Jul 2018 12:09:49 +0200 Subject: [PATCH] [#6866] Document that DDLDatabase, JPADatabase require an additional dependency --- .../resources/org/jooq/web/manual-3.10.xml | 20 +++++++++++++++++++ .../resources/org/jooq/web/manual-3.11.xml | 20 +++++++++++++++++++ .../resources/org/jooq/web/manual-3.12.xml | 20 +++++++++++++++++++ 3 files changed, 60 insertions(+) diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.10.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.10.xml index f755107583..ecb8dfc529 100644 --- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.10.xml +++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.10.xml @@ -18520,6 +18520,26 @@ CREATE TABLE book_to_book_store ( } } }]]> +

Dependencies

+ +

+ Note that the org.jooq.util.ddl.DDLDatabase class is located in an external dependency, which needs to be placed on the classpath of the jOOQ code generator. E.g. using Maven: +

+ + + + org.jooq.trial + jooq-meta-extensions + {jooq-version} + +]]> diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.11.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.11.xml index c11e77286f..fd3b76eab0 100644 --- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.11.xml +++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.11.xml @@ -19257,6 +19257,26 @@ CREATE TABLE book_to_book_store ( } } }]]> +

Dependencies

+ +

+ Note that the org.jooq.meta.extensions.ddl.DDLDatabase class is located in an external dependency, which needs to be placed on the classpath of the jOOQ code generator. E.g. using Maven: +

+ + + + org.jooq.trial + jooq-meta-extensions + {jooq-version} + +]]> diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.12.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.12.xml index ff7b7246d5..1f36e1a6f7 100644 --- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.12.xml +++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.12.xml @@ -19283,6 +19283,26 @@ CREATE TABLE book_to_book_store ( } } }]]> +

Dependencies

+ +

+ Note that the org.jooq.meta.extensions.ddl.DDLDatabase class is located in an external dependency, which needs to be placed on the classpath of the jOOQ code generator. E.g. using Maven: +

+ + + + org.jooq.trial + jooq-meta-extensions + {jooq-version} + +]]>