Uses of Class
org.jooq.codegen.Language
-
Packages that use Language Package Description org.jooq.codegen -
-
Uses of Language in org.jooq.codegen
Methods in org.jooq.codegen that return Language Modifier and Type Method Description LanguageDefaultGeneratorStrategy. getTargetLanguage()LanguageGeneratorStrategy. getTargetLanguage()static LanguageLanguage. valueOf(String name)Returns the enum constant of this type with the specified name.static Language[]Language. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jooq.codegen with parameters of type Language Modifier and Type Method Description voidDefaultGeneratorStrategy. setTargetLanguage(Language targetLanguage)voidGeneratorStrategy. setTargetLanguage(Language targetLanguage)Initialise the target language
-