Uses of Class
org.jooq.codegen.AbstractGeneratorStrategy
Packages that use AbstractGeneratorStrategy
-
Uses of AbstractGeneratorStrategy in org.jooq.codegen
Subclasses of AbstractGeneratorStrategy in org.jooq.codegenModifier and TypeClassDescriptionclassAGeneratorStrategythat delegates to another one.classThe 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. -
Uses of AbstractGeneratorStrategy in org.jooq.codegen.example
Subclasses of AbstractGeneratorStrategy in org.jooq.codegen.exampleModifier 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.