public class Configuration extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="logging" type="{http://www.jooq.org/xsd/jooq-codegen-3.11.0.xsd}Logging" minOccurs="0"/>
<element name="jdbc" type="{http://www.jooq.org/xsd/jooq-codegen-3.11.0.xsd}Jdbc" minOccurs="0"/>
<element name="generator" type="{http://www.jooq.org/xsd/jooq-codegen-3.11.0.xsd}Generator"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Generator |
generator |
protected Jdbc |
jdbc |
protected Logging |
logging |
| Constructor and Description |
|---|
Configuration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
Generator |
getGenerator()
The GENERATOR configuration element contains information about source code generation itself.
|
Jdbc |
getJdbc()
The JDBC configuration element contains information about how to set up the database connection used for source code generation.
|
Logging |
getLogging()
The logging configuration element specifies the code generation logging threshold.
|
int |
hashCode() |
void |
setGenerator(Generator value)
Sets the value of the generator property.
|
void |
setJdbc(Jdbc value)
Sets the value of the jdbc property.
|
void |
setLogging(Logging value)
Sets the value of the logging property.
|
String |
toString() |
Configuration |
withGenerator(Generator value) |
Configuration |
withJdbc(Jdbc value) |
Configuration |
withLogging(Logging value) |
protected Logging logging
protected Jdbc jdbc
protected Generator generator
public Logging getLogging()
Loggingpublic void setLogging(Logging value)
value - allowed object is
Loggingpublic Jdbc getJdbc()
Jdbcpublic void setJdbc(Jdbc value)
value - allowed object is
Jdbcpublic Generator getGenerator()
Generatorpublic void setGenerator(Generator value)
value - allowed object is
Generatorpublic Configuration withLogging(Logging value)
public Configuration withJdbc(Jdbc value)
public Configuration withGenerator(Generator value)
Copyright © 2019. All rights reserved.