Uses of Class
org.jooq.meta.jaxb.Generator
-
Packages that use Generator Package Description org.jooq.meta.jaxb -
-
Uses of Generator in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb declared as Generator Modifier and Type Field Description protected GeneratorConfiguration. generatorMethods in org.jooq.meta.jaxb that return Generator Modifier and Type Method Description GeneratorObjectFactory. createGenerator()Create an instance ofGeneratorGeneratorConfiguration. getGenerator()The GENERATOR configuration element contains information about source code generation itself.GeneratorGenerator. withDatabase(Database value)Configuration of the database meta data source.GeneratorGenerator. withGenerate(Generate value)Options strictly related to generated code.GeneratorGenerator. withName(String value)The class used to generate source code.GeneratorGenerator. withStrategy(Strategy value)Definitions of custom naming strategies (declarative or programmatic) to define how generated Java objects should be named.GeneratorGenerator. withTarget(Target value)Options to define where the generated code should be located.Methods in org.jooq.meta.jaxb with parameters of type Generator Modifier and Type Method Description voidConfiguration. setGenerator(Generator value)The GENERATOR configuration element contains information about source code generation itself.ConfigurationConfiguration. withGenerator(Generator value)The GENERATOR configuration element contains information about source code generation itself.
-