Verwendungen von Klasse
org.jooq.meta.jaxb.Generator
Packages, die Generator verwenden
-
Verwendungen von Generator in org.jooq.meta.jaxb
Felder in org.jooq.meta.jaxb, die deklariert sind als GeneratorMethoden in org.jooq.meta.jaxb, die Generator zurückgebenModifizierer und TypMethodeBeschreibungObjectFactory.createGenerator()Create an instance ofGeneratorConfiguration.getGenerator()The GENERATOR configuration element contains information about source code generation itself.Generator.withDatabase(Database value) Configuration of the database meta data source.Generator.withGenerate(Generate value) Options strictly related to generated code.A self-contained, inline implementation ofthat will be compiled and class-loaded on the fly by the code generator.Ungültige Referenz
org.jooq.codegen.GeneratorThe class used to generate source code.Generator.withStrategy(Strategy value) Definitions of custom naming strategies (declarative or programmatic) to define how generated Java objects should be named.Generator.withTarget(Target value) Options to define where the generated code should be located.Methoden in org.jooq.meta.jaxb mit Parametern vom Typ GeneratorModifizierer und TypMethodeBeschreibungvoidConfiguration.setGenerator(Generator value) The GENERATOR configuration element contains information about source code generation itself.Configuration.withGenerator(Generator value) The GENERATOR configuration element contains information about source code generation itself.