From 65504c9d9edf2fa2089711b36b9c8e438e679eed Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Wed, 3 Apr 2013 21:32:52 +0200 Subject: [PATCH] [#2366] Add org.jooq.util.example package to jOOQ-codegen with some example GeneratorStrategies - Added links to the manual --- jOOQ-website/src/main/resources/manual-3.0.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/jOOQ-website/src/main/resources/manual-3.0.xml b/jOOQ-website/src/main/resources/manual-3.0.xml index 79cf465197..ad32b317b8 100644 --- a/jOOQ-website/src/main/resources/manual-3.0.xml +++ b/jOOQ-website/src/main/resources/manual-3.0.xml @@ -8867,6 +8867,14 @@ public class AsInDatabaseStrategy extends DefaultGeneratorStrategy { } }]]> +

+ More examples can be found here: +

+ +

jooq-meta configuration

Within the <generator/> element, there are other configuration elements: