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 32cd513fb3..862c85dfda 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 @@ -14408,7 +14408,7 @@ result.forEach((Object[] entities) -> {

- + oracle.jdbc.OracleDriver @@ -14681,7 +14681,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + WARN ...
]]>
@@ -14726,7 +14726,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + com.mysql.jdbc.Driver jdbc:mysql://localhost/testdb @@ -14780,7 +14780,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + com.mysql.jdbc.Driver jdbc:mysql://localhost/testdb @@ -14837,7 +14837,7 @@ result.forEach((Object[] entities) -> { Quite often, you'd like to keep passwords (or other elements) out of your configuration, or you'd like to repeat common values for different plugins, e.g. for both . In those cases, the programmatic configuration makes it easiest to quickly replace them, because those values are just ordinary Java local variables for that API. When you use the XML configuration with Maven, you can also very simply use Maven's property mechanism to achieve something like this:

- + ${db.driver} ${db.url} @@ -14866,7 +14866,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + ... @@ -14972,7 +14972,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + org.jooq.util.xml.XMLDatabase @@ -15088,7 +15088,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + COMMENTS DOTALL @@ -15155,7 +15155,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + .* @@ -15200,7 +15200,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + .* @@ -15249,7 +15249,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + true @@ -15315,7 +15315,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + REC_VERSION @@ -15364,7 +15364,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + SCHEMA\.TABLE\.ID @@ -15410,7 +15410,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + SCHEMA\.TABLE\.COLUMN(1|2) @@ -15460,7 +15460,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + MY_UNIQUE_KEY_NAME @@ -15514,7 +15514,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + true @@ -15564,7 +15564,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + true @@ -15617,7 +15617,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + true @@ -15675,7 +15675,7 @@ result.forEach((Object[] entities) -> {

- + my_schema @@ -15684,7 +15684,7 @@ result.forEach((Object[] entities) -> { - + my_catalog @@ -15693,7 +15693,7 @@ result.forEach((Object[] entities) -> { - + my_catalog @@ -15736,7 +15736,7 @@ result.forEach((Object[] entities) -> {

- + @@ -15752,7 +15752,7 @@ result.forEach((Object[] entities) -> { - + @@ -15768,7 +15768,7 @@ result.forEach((Object[] entities) -> { - + @@ -15888,7 +15888,7 @@ configuration {

- + my_input_catalog @@ -15900,7 +15900,7 @@ configuration { - + my_input_catalog @@ -15996,7 +15996,7 @@ configuration { XML configuration (standalone and Maven)

- + SELECT :catalog_name || '_' || MAX("version") FROM "schema_version" @@ -16051,7 +16051,7 @@ configuration { XML configuration (standalone and Maven)

- + com.example.CaseInsensitiveOrderProvider @@ -16142,7 +16142,7 @@ public class CaseInsensitiveOrderProvider implements Comparator { XML configuration (standalone and Maven)

- + @@ -16216,7 +16216,7 @@ public class CaseInsensitiveOrderProvider implements Comparator { XML configuration (standalone and Maven)

- + @@ -16286,7 +16286,7 @@ public class CaseInsensitiveOrderProvider implements Comparator { XML configuration (standalone and Maven)

- + @@ -16368,7 +16368,7 @@ public class CaseInsensitiveOrderProvider implements Comparator { XML configuration (standalone and Maven)

- + true @@ -16442,7 +16442,7 @@ public class CaseInsensitiveOrderProvider implements Comparator { XML configuration (standalone and Maven)

- + @@ -16549,7 +16549,7 @@ public class CaseInsensitiveOrderProvider implements Comparator { XML configuration (standalone and Maven)

- + true @@ -16621,7 +16621,7 @@ public class CaseInsensitiveOrderProvider implements Comparator { XML configuration (standalone and Maven)

- + true @@ -16668,7 +16668,7 @@ public class CaseInsensitiveOrderProvider implements Comparator { XML configuration (standalone and Maven)

- + .*\.MY_TABLE @@ -16710,7 +16710,7 @@ public class CaseInsensitiveOrderProvider implements Comparator {

+ ... ... @@ -18431,7 +18431,7 @@ CREATE TABLE book_to_book_store ( XML configuration (standalone and Maven)

- + org.jooq.util.ddl.DDLDatabase @@ -18498,7 +18498,7 @@ CREATE TABLE book_to_book_store ( XML configuration (standalone and Maven)

- + org.jooq.util.XMLGenerator 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 6c15f473e1..189eea1b2c 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 @@ -14956,7 +14956,7 @@ result.forEach((Object[] entities) -> {

- + oracle.jdbc.OracleDriver @@ -15229,7 +15229,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + WARN ...
]]>
@@ -15274,7 +15274,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + com.mysql.jdbc.Driver jdbc:mysql://localhost/testdb @@ -15328,7 +15328,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + com.mysql.jdbc.Driver jdbc:mysql://localhost/testdb @@ -15385,7 +15385,7 @@ result.forEach((Object[] entities) -> { Quite often, you'd like to keep passwords (or other elements) out of your configuration, or you'd like to repeat common values for different plugins, e.g. for both . In those cases, the programmatic configuration makes it easiest to quickly replace them, because those values are just ordinary Java local variables for that API. When you use the XML configuration with Maven, you can also very simply use Maven's property mechanism to achieve something like this:

- + ${db.driver} ${db.url} @@ -15414,7 +15414,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + ... @@ -15520,7 +15520,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + org.jooq.meta.xml.XMLDatabase @@ -15636,7 +15636,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + COMMENTS DOTALL @@ -15703,7 +15703,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + .* @@ -15748,7 +15748,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + .* @@ -15797,7 +15797,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + true @@ -15872,7 +15872,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + REC_VERSION @@ -15921,7 +15921,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + SCHEMA\.TABLE\.ID @@ -15967,7 +15967,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + SCHEMA\.TABLE\.COLUMN(1|2) @@ -16017,7 +16017,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + MY_UNIQUE_KEY_NAME @@ -16071,7 +16071,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + true @@ -16121,7 +16121,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + true @@ -16174,7 +16174,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + true @@ -16232,7 +16232,7 @@ result.forEach((Object[] entities) -> {

- + my_schema @@ -16241,7 +16241,7 @@ result.forEach((Object[] entities) -> { - + my_catalog @@ -16250,7 +16250,7 @@ result.forEach((Object[] entities) -> { - + my_catalog @@ -16293,7 +16293,7 @@ result.forEach((Object[] entities) -> {

- + @@ -16309,7 +16309,7 @@ result.forEach((Object[] entities) -> { - + @@ -16325,7 +16325,7 @@ result.forEach((Object[] entities) -> { - + @@ -16445,7 +16445,7 @@ configuration {

- + my_input_catalog @@ -16457,7 +16457,7 @@ configuration { - + my_input_catalog @@ -16553,7 +16553,7 @@ configuration { XML configuration (standalone and Maven)

- + SELECT :catalog_name || '_' || MAX("version") FROM "schema_version" @@ -16608,7 +16608,7 @@ configuration { XML configuration (standalone and Maven)

- + com.example.CaseInsensitiveOrderProvider @@ -16699,7 +16699,7 @@ public class CaseInsensitiveOrderProvider implements Comparator { XML configuration (standalone and Maven)

- + @@ -16778,7 +16778,7 @@ public class CaseInsensitiveOrderProvider implements Comparator { XML configuration (standalone and Maven)

- + @@ -16848,7 +16848,7 @@ public class CaseInsensitiveOrderProvider implements Comparator { XML configuration (standalone and Maven)

- + @@ -16930,7 +16930,7 @@ public class CaseInsensitiveOrderProvider implements Comparator { XML configuration (standalone and Maven)

- + true @@ -17004,7 +17004,7 @@ public class CaseInsensitiveOrderProvider implements Comparator { XML configuration (standalone and Maven)

- + @@ -17112,7 +17112,7 @@ public class CaseInsensitiveOrderProvider implements Comparator { XML configuration (standalone and Maven)

- + true @@ -17187,7 +17187,7 @@ public class CaseInsensitiveOrderProvider implements Comparator { XML configuration (standalone and Maven)

- + true @@ -17241,7 +17241,7 @@ public class CaseInsensitiveOrderProvider implements Comparator { XML configuration (standalone and Maven)

- + true @@ -17288,7 +17288,7 @@ public class CaseInsensitiveOrderProvider implements Comparator { XML configuration (standalone and Maven)

- + .*\.MY_TABLE @@ -17330,7 +17330,7 @@ public class CaseInsensitiveOrderProvider implements Comparator {

+ ... ... @@ -19064,7 +19064,7 @@ CREATE TABLE book_to_book_store ( XML configuration (standalone and Maven)

- + org.jooq.meta.extensions.ddl.DDLDatabase @@ -19157,7 +19157,7 @@ CREATE TABLE book_to_book_store ( XML configuration (standalone and Maven)

- + org.jooq.codegen.XMLGenerator diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.2.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.2.xml index c122bbb4be..f6b8a13388 100644 --- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.2.xml +++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.2.xml @@ -10014,7 +10014,7 @@ Finishing : Total: 4.814ms, +3.375ms

- + oracle.jdbc.OracleDriver diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.3.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.3.xml index c9b76d8f0f..00241958b8 100644 --- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.3.xml +++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.3.xml @@ -10847,7 +10847,7 @@ Finishing : Total: 4.814ms, +3.375ms

- + oracle.jdbc.OracleDriver diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.4.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.4.xml index 236f484773..0c9e1ef90c 100644 --- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.4.xml +++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.4.xml @@ -12002,7 +12002,7 @@ Finishing : Total: 4.814ms, +3.375ms

- + oracle.jdbc.OracleDriver diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.5.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.5.xml index cb04a631b4..dde5b3436b 100644 --- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.5.xml +++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.5.xml @@ -12436,7 +12436,7 @@ Finishing : Total: 4.814ms, +3.375ms

- + oracle.jdbc.OracleDriver diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.6.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.6.xml index a27f88b8d0..5da214e140 100644 --- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.6.xml +++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.6.xml @@ -13227,7 +13227,7 @@ result.forEach((Object[] entities) -> {

- + oracle.jdbc.OracleDriver diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.7.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.7.xml index bcb91580bd..160647a02d 100644 --- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.7.xml +++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.7.xml @@ -13628,7 +13628,7 @@ result.forEach((Object[] entities) -> {

- + oracle.jdbc.OracleDriver diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.8.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.8.xml index 61b8b4b4fa..d2395c12ba 100644 --- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.8.xml +++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.8.xml @@ -13854,7 +13854,7 @@ result.forEach((Object[] entities) -> {

- + oracle.jdbc.OracleDriver @@ -14339,7 +14339,7 @@ result.forEach((Object[] entities) -> {

+ ... ... diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.9.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.9.xml index 173715abaf..3cd5126e10 100644 --- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.9.xml +++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.9.xml @@ -14018,7 +14018,7 @@ result.forEach((Object[] entities) -> {

- + oracle.jdbc.OracleDriver @@ -14291,7 +14291,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + WARN ...
]]>
@@ -14336,7 +14336,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + com.mysql.jdbc.Driver jdbc:mysql://localhost/testdb @@ -14390,7 +14390,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + com.mysql.jdbc.Driver jdbc:mysql://localhost/testdb @@ -14447,7 +14447,7 @@ result.forEach((Object[] entities) -> { Quite often, you'd like to keep passwords (or other elements) out of your configuration, or you'd like to repeat common values for different plugins, e.g. for both . In those cases, the programmatic configuration makes it easiest to quickly replace them, because those values are just ordinary Java local variables for that API. When you use the XML configuration with Maven, you can also very simply use Maven's property mechanism to achieve something like this:

- + ${db.driver} ${db.url} @@ -14476,7 +14476,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + ... @@ -14582,7 +14582,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + org.jooq.util.xml.XMLDatabase @@ -14698,7 +14698,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + COMMENTS DOTALL @@ -14765,7 +14765,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + .* @@ -14810,7 +14810,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + .* @@ -14859,7 +14859,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + true @@ -14925,7 +14925,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + REC_VERSION @@ -14974,7 +14974,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + SCHEMA\.TABLE\.ID @@ -15020,7 +15020,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + SCHEMA\.TABLE\.COLUMN(1|2) @@ -15070,7 +15070,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + MY_UNIQUE_KEY_NAME @@ -15124,7 +15124,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + true @@ -15174,7 +15174,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + true @@ -15227,7 +15227,7 @@ result.forEach((Object[] entities) -> { XML configuration (standalone and Maven)

- + true @@ -15285,7 +15285,7 @@ result.forEach((Object[] entities) -> {

- + my_schema @@ -15294,7 +15294,7 @@ result.forEach((Object[] entities) -> { - + my_catalog @@ -15303,7 +15303,7 @@ result.forEach((Object[] entities) -> { - + my_catalog @@ -15346,7 +15346,7 @@ result.forEach((Object[] entities) -> {

- + @@ -15362,7 +15362,7 @@ result.forEach((Object[] entities) -> { - + @@ -15378,7 +15378,7 @@ result.forEach((Object[] entities) -> { - + @@ -15498,7 +15498,7 @@ configuration {

- + my_input_catalog @@ -15510,7 +15510,7 @@ configuration { - + my_input_catalog @@ -15606,7 +15606,7 @@ configuration { XML configuration (standalone and Maven)

- + SELECT :catalog_name || '_' || MAX("version") FROM "schema_version" @@ -15664,7 +15664,7 @@ configuration { XML configuration (standalone and Maven)

- + @@ -15738,7 +15738,7 @@ configuration { XML configuration (standalone and Maven)

- + @@ -15808,7 +15808,7 @@ configuration { XML configuration (standalone and Maven)

- + @@ -15890,7 +15890,7 @@ configuration { XML configuration (standalone and Maven)

- + true @@ -15964,7 +15964,7 @@ configuration { XML configuration (standalone and Maven)

- + @@ -16071,7 +16071,7 @@ configuration { XML configuration (standalone and Maven)

- + true @@ -16143,7 +16143,7 @@ configuration { XML configuration (standalone and Maven)

- + true @@ -16190,7 +16190,7 @@ configuration { XML configuration (standalone and Maven)

- + .*\.MY_TABLE @@ -16232,7 +16232,7 @@ configuration {

+ ... ... @@ -17961,7 +17961,7 @@ public class Book { XML configuration (standalone and Maven)

- + org.jooq.util.XMLGenerator