From 203e0fc2036304cb5b6c29fe2a151b638bf3230b Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Fri, 8 Mar 2013 09:53:30 +0100 Subject: [PATCH] [#2297] Add section to the manual indicating how the various generator flags depend on each other --- jOOQ-website/src/main/resources/manual-3.0.xml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/jOOQ-website/src/main/resources/manual-3.0.xml b/jOOQ-website/src/main/resources/manual-3.0.xml index d14e2fb97d..5e0367690b 100644 --- a/jOOQ-website/src/main/resources/manual-3.0.xml +++ b/jOOQ-website/src/main/resources/manual-3.0.xml @@ -8923,12 +8923,6 @@ public class AsInDatabaseStrategy extends DefaultGeneratorStrategy { Defaults to true --> true - - true - true @@ -8991,6 +8985,18 @@ public class AsInDatabaseStrategy extends DefaultGeneratorStrategy { Defaults to true --> true ]]> + +

Property interdependencies

+

+ Some of the above properties depend on other properties to work correctly. For instance, when generating immutable pojos, pojos must be generated. jOOQ will enforce such properties even if you tell it otherwise. Here is a list of property interdependencies: +

+ +