Uses of Interface
org.jooq.codegen.GeneratorStrategy
-
Packages that use GeneratorStrategy Package Description org.jooq.codegen org.jooq.codegen.example -
-
Uses of GeneratorStrategy in org.jooq.codegen
Classes in org.jooq.codegen that implement GeneratorStrategy Modifier and Type Class Description classAbstractGeneratorStrategyCommon base class for convenience method abstractionclassDefaultGeneratorStrategyThe default naming strategy for theJavaGeneratorclassKeepNamesGeneratorStrategyA strategy for keeping all names exactly as they are reported by the database.classMatcherStrategyA generator strategy that names objects according to aMatchersconfiguration object.Methods in org.jooq.codegen that return GeneratorStrategy Modifier and Type Method Description GeneratorStrategyGenerator. getStrategy()Get this generator's underlying naming strategyMethods in org.jooq.codegen with parameters of type GeneratorStrategy Modifier and Type Method Description voidGenerator. setStrategy(GeneratorStrategy strategy)Set a naming strategy to this generator -
Uses of GeneratorStrategy in org.jooq.codegen.example
Classes in org.jooq.codegen.example that implement GeneratorStrategy Modifier and Type Class Description classJPrefixGeneratorStrategyA generator strategy that prefixes class names with a letterJ.classJVMArgsGeneratorStrategyA generator strategy that prefixes / suffixes class names and other artefacts with values taken from JVM parameters.
-