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 47ada9335c..8f64829c55 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 @@ -11928,6 +11928,10 @@ for (BookRecord book : create.selectFrom(BOOK).fetch()) { } }]]> +
+ If you're using EnumConverter by adding <enumConverter>true</enumConverter> to your <forcedType/> configuration.
+
jOOQ also allows for generated source code to reference your own custom converters, in order to permanently replace a
+ If your user type is a Java enum, you can use the <enumConverter/> convenience flag instead of an explicit converter per enum type. This will apply the built-in
+ XML configuration (standalone and Maven) +
+ ++ Programmatic configuration +
+ ++ Gradle configuration +
+ +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 5ba956b65a..85f0b6ca36 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 @@ -12167,6 +12167,10 @@ for (BookRecord book : create.selectFrom(BOOK).fetch()) { } }]]> +
+ If you're using EnumConverter by adding <enumConverter>true</enumConverter> to your <forcedType/> configuration.
+
jOOQ also allows for generated source code to reference your own custom converters, in order to permanently replace a
+ If your user type is a Java enum, you can use the <enumConverter/> convenience flag instead of an explicit converter per enum type. This will apply the built-in
+ XML configuration (standalone and Maven) +
+ ++ Programmatic configuration +
+ ++ Gradle configuration +
+ +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 8d99a4bafa..65cee9f483 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 @@ -12209,6 +12209,10 @@ for (BookRecord book : create.selectFrom(BOOK).fetch()) { } }]]> +
+ If you're using EnumConverter by adding <enumConverter>true</enumConverter> to your <forcedType/> configuration.
+
jOOQ also allows for generated source code to reference your own custom converters, in order to permanently replace a
+ If your user type is a Java enum, you can use the <enumConverter/> convenience flag instead of an explicit converter per enum type. This will apply the built-in
+ XML configuration (standalone and Maven) +
+ ++ Programmatic configuration +
+ ++ Gradle configuration +
+ +