| Package | Description |
|---|---|
| org.jooq.codegen | |
| org.jooq.codegen.example |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGeneratorStrategy
Common base class for convenience method abstraction
|
class |
DefaultGeneratorStrategy
The default naming strategy for the
JavaGenerator |
class |
KeepNamesGeneratorStrategy
A strategy for keeping all names exactly as they are reported by the
database.
|
class |
MatcherStrategy
A generator strategy that names objects according to a
Matchers
configuration object. |
| Modifier and Type | Method and Description |
|---|---|
GeneratorStrategy |
Generator.getStrategy()
Get this generator's underlying naming strategy
|
| Modifier and Type | Method and Description |
|---|---|
void |
Generator.setStrategy(GeneratorStrategy strategy)
Set a naming strategy to this generator
|
| Modifier and Type | Class and Description |
|---|---|
class |
JPrefixGeneratorStrategy
A generator strategy that prefixes class names with a letter
J. |
class |
JVMArgsGeneratorStrategy
A generator strategy that prefixes / suffixes class names and other artefacts
with values taken from JVM parameters.
|
Copyright © 2018. All rights reserved.