From ca37f8fcc472cf689d54bedcfe1afc4a6bda5809 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Thu, 23 Aug 2018 10:42:10 +0200 Subject: [PATCH] [#6932] Document in manual --- jOOQ-manual/src/main/resources/org/jooq/web/manual-3.10.xml | 2 +- jOOQ-manual/src/main/resources/org/jooq/web/manual-3.11.xml | 2 +- jOOQ-manual/src/main/resources/org/jooq/web/manual-3.12.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 8f64829c55..9dd56c5260 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 @@ -11929,7 +11929,7 @@ for (BookRecord book : create.selectFrom(BOOK).fetch()) { }]]>

- If you're using in your code generation configuration, you can configure the application of an EnumConverter by adding <enumConverter>true</enumConverter> to your <forcedType/> configuration. + If you're using in your code generation configuration, you can configure the application of an EnumConverter by adding <enumConverter>true</enumConverter> to your <forcedType/> configuration.

Using Converters in generated source code

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 85f0b6ca36..24a7206b3b 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 @@ -12168,7 +12168,7 @@ for (BookRecord book : create.selectFrom(BOOK).fetch()) { }]]>

- If you're using in your code generation configuration, you can configure the application of an EnumConverter by adding <enumConverter>true</enumConverter> to your <forcedType/> configuration. + If you're using in your code generation configuration, you can configure the application of an EnumConverter by adding <enumConverter>true</enumConverter> to your <forcedType/> configuration.

Using Converters in generated source code

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 65cee9f483..37a9087a53 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 @@ -12210,7 +12210,7 @@ for (BookRecord book : create.selectFrom(BOOK).fetch()) { }]]>

- If you're using in your code generation configuration, you can configure the application of an EnumConverter by adding <enumConverter>true</enumConverter> to your <forcedType/> configuration. + If you're using in your code generation configuration, you can configure the application of an EnumConverter by adding <enumConverter>true</enumConverter> to your <forcedType/> configuration.

Using Converters in generated source code