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} + +]]>