| Package | Description |
|---|---|
| org.jooq.meta.jaxb |
| Modifier and Type | Field and Description |
|---|---|
protected Generator |
Configuration.generator |
| Modifier and Type | Method and Description |
|---|---|
Generator |
ObjectFactory.createGenerator()
Create an instance of
Generator |
Generator |
Configuration.getGenerator()
The GENERATOR configuration element contains information about source code generation itself.
|
Generator |
Generator.withDatabase(Database value)
Configuration of the database meta data source.
|
Generator |
Generator.withGenerate(Generate value)
Options strictly related to generated code.
|
Generator |
Generator.withName(String value)
The class used to generate source code.
|
Generator |
Generator.withStrategy(Strategy value)
Definitions of custom naming strategies (declarative or programmatic) to define how generated Java objects should be named.
|
Generator |
Generator.withTarget(Target value)
Options to define where the generated code should be located.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setGenerator(Generator value)
The GENERATOR configuration element contains information about source code generation itself.
|
Configuration |
Configuration.withGenerator(Generator value)
The GENERATOR configuration element contains information about source code generation itself.
|
Copyright © 2021. All rights reserved.