Verwendungen von Klasse
org.jooq.codegen.AbstractGeneratorStrategy
Packages, die AbstractGeneratorStrategy verwenden
-
Verwendungen von AbstractGeneratorStrategy in org.jooq.codegen
Unterklassen von AbstractGeneratorStrategy in org.jooq.codegenModifizierer und TypKlasseBeschreibungclassAGeneratorStrategythat 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.classAn adaptation of theDefaultGeneratorStrategy, which works best with schemas whose identifiers are declared inPascalCase.classAGeneratorStrategythat delegates to another, adding a prefix and/or suffix to some identifiers. -
Verwendungen von AbstractGeneratorStrategy in org.jooq.codegen.example
Unterklassen von AbstractGeneratorStrategy in org.jooq.codegen.exampleModifizierer und TypKlasseBeschreibungclassA 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.