From 6d0ff08ee1004f54b81de39efe835f0be5b224ec Mon Sep 17 00:00:00 2001 From: lukaseder Date: Fri, 29 Jul 2016 11:18:04 +0200 Subject: [PATCH] [#5443] Document jOOQ 3.8 configuration changes --- .../resources/org/jooq/web/manual-3.8.xml | 80 +++++++++++++------ 1 file changed, 57 insertions(+), 23 deletions(-) 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 3aabbb8cdf..e38b1ad980 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 @@ -13497,7 +13497,7 @@ result.forEach((Object[] entities) -> { generated artefacts. --> SELECT :schema_name || '_' || MAX("version") FROM "schema_version" - + ... + + + + + java.util.GregorianCalendar + + + com.example.CalendarConverter + + + .*\.DATE_OF_.* + + + .* + + +]]> + +

Advanced configuration

+ +

+ The advanced configuration allows for specifying <customTypes/>, which can be used to reuse configuration elements for user type / converter / binding combinations by giving them a name: +

+ @@ -14818,25 +14868,15 @@ public class PostgresJSONGsonBinding implements Binding {

- - - - - JsonElement + + + - com.google.gson.JsonElement + com.google.gson.JsonElement com.example.PostgresJSONGsonBinding - - - - - - - - JsonElement - - - org.jooq.impl.DateAsTimestampBinding - java.sql.Timestamp - org.jooq.impl.DateAsTimestampBinding - - - org.jooq.impl.DateAsTimestampBinding + java.sql.Timestamp + org.jooq.impl.DateAsTimestampBinding DATE