| Package | Description |
|---|---|
| org.jooq.meta.jaxb |
| Modifier and Type | Field and Description |
|---|---|
protected Strategy |
Generator.strategy |
| Modifier and Type | Method and Description |
|---|---|
Strategy |
ObjectFactory.createStrategy()
Create an instance of
Strategy |
Strategy |
Generator.getStrategy()
Definitions of custom naming strategies (declarative or programmatic) to define how generated Java objects should be named.
|
Strategy |
Strategy.withMatchers(Matchers value)
The matcher strategy configuration used when applying an XML-based strategy.
|
Strategy |
Strategy.withName(String value)
The class used to provide a naming strategy for generated source code.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Generator.setStrategy(Strategy value)
Definitions of custom naming strategies (declarative or programmatic) to define how generated Java objects should be named.
|
Generator |
Generator.withStrategy(Strategy value)
Definitions of custom naming strategies (declarative or programmatic) to define how generated Java objects should be named.
|
Copyright © 2021. All rights reserved.