Uses of Class
org.jooq.codegen.AbstractGeneratorStrategy
-
Packages that use AbstractGeneratorStrategy Package Description org.jooq.codegen org.jooq.codegen.example -
-
Uses of AbstractGeneratorStrategy in org.jooq.codegen
Subclasses of AbstractGeneratorStrategy in org.jooq.codegen Modifier and Type Class Description classDefaultGeneratorStrategyThe 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. -
Uses of AbstractGeneratorStrategy in org.jooq.codegen.example
Subclasses of AbstractGeneratorStrategy in org.jooq.codegen.example 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.
-