From 38841ea8d5055b0058724efeb3608fbc03cb58b0 Mon Sep 17 00:00:00 2001 From: lukaseder Date: Wed, 4 Apr 2018 08:54:25 +0200 Subject: [PATCH] [#7310] Improve documentation --- .../src/main/resources/org/jooq/web/manual-3.10.xml | 11 ++++++++++- .../src/main/resources/org/jooq/web/manual-3.11.xml | 11 ++++++++++- .../src/main/resources/org/jooq/web/manual-3.9.xml | 11 ++++++++++- 3 files changed, 30 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 4103584f34..dcd5ced09d 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 @@ -16422,7 +16422,16 @@ public class CaseInsensitiveOrderProvider implements Comparator {

- Semantically, the above types are exactly equivalent, although the new types do away with the many flaws of the JDBC types. + Semantically, the above types are exactly equivalent, although the new types do away with the many flaws of the JDBC types. If there is no JDBC type for an equivalent JSR 310 type, then the JSR 310 type is generated by default. This includes +

+ + + +

+ To get more fine-grained control of the above, you may wish to consider applying .

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 232fafb3c7..907a893548 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 @@ -16607,7 +16607,16 @@ public class CaseInsensitiveOrderProvider implements Comparator {

- Semantically, the above types are exactly equivalent, although the new types do away with the many flaws of the JDBC types. + Semantically, the above types are exactly equivalent, although the new types do away with the many flaws of the JDBC types. If there is no JDBC type for an equivalent JSR 310 type, then the JSR 310 type is generated by default. This includes +

+ + + +

+ To get more fine-grained control of the above, you may wish to consider applying .

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 ccf5cd4055..f55effdd86 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 @@ -16123,7 +16123,16 @@ configuration {

- Semantically, the above types are exactly equivalent, although the new types do away with the many flaws of the JDBC types. + Semantically, the above types are exactly equivalent, although the new types do away with the many flaws of the JDBC types. If there is no JDBC type for an equivalent JSR 310 type, then the JSR 310 type is generated by default. This includes +

+ + + +

+ To get more fine-grained control of the above, you may wish to consider applying .