Uses of Interface
org.jooq.codegen.GeneratorStrategy
Packages that use GeneratorStrategy
-
Uses of GeneratorStrategy in org.jooq.codegen
Classes in org.jooq.codegen that implement GeneratorStrategyModifier and TypeClassDescriptionclassAGeneratorStrategythat delegates to another one.classCommon base class for convenience method abstractionclassThe default naming strategy for theJavaGeneratorclassA strategy for keeping all names exactly as they are reported by the database.classA generator strategy that names objects according to aMatchersconfiguration object.classAGeneratorStrategythat delegates to another, adding a prefix and/or suffix to some identifiers.Fields in org.jooq.codegen declared as GeneratorStrategyModifier and TypeFieldDescriptionprotected final GeneratorStrategyAbstractDelegatingGeneratorStrategy.delegateMethods in org.jooq.codegen that return GeneratorStrategyModifier and TypeMethodDescriptionGenerator.getStrategy()Get this generator's underlying naming strategyMethods in org.jooq.codegen with parameters of type GeneratorStrategyModifier and TypeMethodDescriptionvoidGenerator.setStrategy(GeneratorStrategy strategy) Set a naming strategy to this generatorConstructors in org.jooq.codegen with parameters of type GeneratorStrategyModifierConstructorDescription -
Uses of GeneratorStrategy in org.jooq.codegen.example
Classes in org.jooq.codegen.example that implement GeneratorStrategyModifier and TypeClassDescriptionclassA generator strategy that prefixes class names with a letterJ.classA generator strategy that prefixes / suffixes class names and other artefacts with values taken from JVM parameters.