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 13e9c7925d..1ca72a38f4 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 @@ -16798,7 +16798,7 @@ configuration.getJdbc() .withUser("username") .withPassword("password"); -GeberationTool.generate(configuration);]]> +GenerationTool.generate(configuration);]]>
... and then, modify parts of your configuration programmatically, for instance the JDBC user / password: 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 76550247ae..a9f6e98fc2 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 @@ -17482,7 +17482,7 @@ configuration.getJdbc() .withUser("username") .withPassword("password"); -GeberationTool.generate(configuration);]]> +GenerationTool.generate(configuration);]]>
... and then, modify parts of your configuration programmatically, for instance the JDBC user / password: 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 bdd6067964..d0ea3d0aef 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 @@ -13146,7 +13146,7 @@ configuration.getJdbc() .withUser("username") .withPassword("password"); -GeberationTool.generate(configuration);]]> +GenerationTool.generate(configuration);]]>
... and then, modify parts of your configuration programmatically, for instance the JDBC user / password: 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 8f0a2f7c71..698b33723d 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 @@ -13757,7 +13757,7 @@ configuration.getJdbc() .withUser("username") .withPassword("password"); -GeberationTool.generate(configuration);]]> +GenerationTool.generate(configuration);]]>
... and then, modify parts of your configuration programmatically, for instance the JDBC user / password: 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 aaad38e5e1..3002eeef45 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 @@ -14171,7 +14171,7 @@ configuration.getJdbc() .withUser("username") .withPassword("password"); -GeberationTool.generate(configuration);]]> +GenerationTool.generate(configuration);]]>
... and then, modify parts of your configuration programmatically, for instance the JDBC user / password: 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 d5eb48519d..77cb3ce9ef 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 @@ -14426,7 +14426,7 @@ configuration.getJdbc() .withUser("username") .withPassword("password"); -GeberationTool.generate(configuration);]]> +GenerationTool.generate(configuration);]]>
... and then, modify parts of your configuration programmatically, for instance the JDBC user / password: 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 6f14f1193b..6b07473ff8 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 @@ -16321,7 +16321,7 @@ configuration.getJdbc() .withUser("username") .withPassword("password"); -GeberationTool.generate(configuration);]]> +GenerationTool.generate(configuration);]]>
... and then, modify parts of your configuration programmatically, for instance the JDBC user / password: