Uses of Enum Class
org.jooq.codegen.Language
Packages that use Language
-
Uses of Language in org.jooq.codegen
Methods in org.jooq.codegen that return LanguageModifier and TypeMethodDescriptionAbstractDelegatingGeneratorStrategy.getTargetLanguage()DefaultGeneratorStrategy.getTargetLanguage()GeneratorStrategy.getTargetLanguage()static LanguageReturns the enum constant of this class with the specified name.static Language[]Language.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jooq.codegen with parameters of type LanguageModifier and TypeMethodDescriptionvoidAbstractDelegatingGeneratorStrategy.setTargetLanguage(Language targetLanguage) voidDefaultGeneratorStrategy.setTargetLanguage(Language targetLanguage) voidGeneratorStrategy.setTargetLanguage(Language targetLanguage) Initialise the target language