Uses of Class
org.jooq.meta.jaxb.Generator
Packages that use Generator
-
Uses of Generator in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb declared as GeneratorMethods in org.jooq.meta.jaxb that return GeneratorModifier and TypeMethodDescriptionObjectFactory.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.The 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.Methods in org.jooq.meta.jaxb with parameters of type GeneratorModifier and TypeMethodDescriptionvoidConfiguration.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.