java.lang.Object
org.jooq.meta.jaxb.Configuration
- Alle implementierten Schnittstellen:
Serializable,XMLAppendable
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.19.8.xsd}Logging" minOccurs="0"/>
<element name="onError" type="{http://www.jooq.org/xsd/jooq-codegen-3.19.8.xsd}OnError" minOccurs="0"/>
<element name="onUnused" type="{http://www.jooq.org/xsd/jooq-codegen-3.19.8.xsd}OnError" minOccurs="0"/>
<element name="jdbc" type="{http://www.jooq.org/xsd/jooq-codegen-3.19.8.xsd}Jdbc" minOccurs="0"/>
<element name="generator" type="{http://www.jooq.org/xsd/jooq-codegen-3.19.8.xsd}Generator"/>
<element name="basedir" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
- Siehe auch:
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal voidappendTo(XMLBuilder builder) booleanThe base directory that should be used instead of the JVM's working directory, to resolve all relative paths.The GENERATOR configuration element contains information about source code generation itself.getJdbc()The JDBC configuration element contains information about how to set up the database connection used for source code generation.The logging configuration element specifies the code generation logging threshold.The action to be taken by the generator as the consequence of an encountered exception.The action to be taken by the generator as the consequence of unused objects being encountered.inthashCode()voidsetBasedir(String value) The base directory that should be used instead of the JVM's working directory, to resolve all relative paths.voidsetGenerator(Generator value) The GENERATOR configuration element contains information about source code generation itself.voidThe JDBC configuration element contains information about how to set up the database connection used for source code generation.voidsetLogging(Logging value) The logging configuration element specifies the code generation logging threshold.voidsetOnError(OnError value) The action to be taken by the generator as the consequence of an encountered exception.voidsetOnUnused(OnError value) The action to be taken by the generator as the consequence of unused objects being encountered.toString()withBasedir(String value) The base directory that should be used instead of the JVM's working directory, to resolve all relative paths.withGenerator(Generator value) The GENERATOR configuration element contains information about source code generation itself.The JDBC configuration element contains information about how to set up the database connection used for source code generation.withLogging(Logging value) The logging configuration element specifies the code generation logging threshold.withOnError(OnError value) The action to be taken by the generator as the consequence of an encountered exception.withOnUnused(OnError value) The action to be taken by the generator as the consequence of unused objects being encountered.
-
Felddetails
-
logging
-
onError
-
onUnused
-
jdbc
-
generator
-
basedir
-
-
Konstruktordetails
-
Configuration
public Configuration()
-
-
Methodendetails
-
getLogging
The logging configuration element specifies the code generation logging threshold. -
setLogging
The logging configuration element specifies the code generation logging threshold. -
getOnError
The action to be taken by the generator as the consequence of an encountered exception. Defaults to FAIL. -
setOnError
The action to be taken by the generator as the consequence of an encountered exception. Defaults to FAIL. -
getOnUnused
The action to be taken by the generator as the consequence of unused objects being encountered. Defaults to LOG. -
setOnUnused
The action to be taken by the generator as the consequence of unused objects being encountered. Defaults to LOG. -
getJdbc
The JDBC configuration element contains information about how to set up the database connection used for source code generation. -
setJdbc
The JDBC configuration element contains information about how to set up the database connection used for source code generation. -
getGenerator
The GENERATOR configuration element contains information about source code generation itself. -
setGenerator
The GENERATOR configuration element contains information about source code generation itself. -
getBasedir
The base directory that should be used instead of the JVM's working directory, to resolve all relative paths. -
setBasedir
The base directory that should be used instead of the JVM's working directory, to resolve all relative paths. -
withLogging
The logging configuration element specifies the code generation logging threshold. -
withOnError
The action to be taken by the generator as the consequence of an encountered exception. Defaults to FAIL. -
withOnUnused
The action to be taken by the generator as the consequence of unused objects being encountered. Defaults to LOG. -
withJdbc
The JDBC configuration element contains information about how to set up the database connection used for source code generation. -
withGenerator
The GENERATOR configuration element contains information about source code generation itself. -
withBasedir
The base directory that should be used instead of the JVM's working directory, to resolve all relative paths. -
appendTo
- Angegeben von:
appendToin SchnittstelleXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-