| Package | Description |
|---|---|
| org.jooq.meta.jaxb |
| Modifier and Type | Field and Description |
|---|---|
protected Target |
Generator.target |
| Modifier and Type | Method and Description |
|---|---|
Target |
ObjectFactory.createTarget()
Create an instance of
Target |
Target |
Generator.getTarget()
Options to define where the generated code should be located.
|
Target |
Target.withClean(Boolean value) |
Target |
Target.withDirectory(String value)
The destination directory of your generated classes
|
Target |
Target.withEncoding(String value)
The file encoding to be used with all output files.
|
Target |
Target.withLocale(String value)
The locale to be used with all locale specific operations.
|
Target |
Target.withPackageName(String value)
The destination package of your generated classes (within the destination directory)
jOOQ may append the schema name to this package if generating multiple schemas,
e.g. org.jooq.generated.schema1, org.jooq.generated.schema2
|
| Modifier and Type | Method and Description |
|---|---|
void |
Generator.setTarget(Target value)
Options to define where the generated code should be located.
|
Generator |
Generator.withTarget(Target value)
Options to define where the generated code should be located.
|
Copyright © 2021. All rights reserved.