java.lang.Object
org.jooq.meta.jaxb.Generator
- Alle implementierten Schnittstellen:
Serializable,XMLAppendable
Configuration that affects the way code is being generated.
- Siehe auch:
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal voidappendTo(XMLBuilder builder) booleanConfiguration of the database meta data source.Options strictly related to generated code.getJava()A self-contained, inline implementation ofthat will be compiled and class-loaded on the fly by the code generator.Ungültige Referenz
org.jooq.codegen.GeneratorgetName()The class used to generate source code.Definitions of custom naming strategies (declarative or programmatic) to define how generated Java objects should be named.Options to define where the generated code should be located.inthashCode()voidsetDatabase(Database value) Configuration of the database meta data source.voidsetGenerate(Generate value) Options strictly related to generated code.voidA self-contained, inline implementation ofthat will be compiled and class-loaded on the fly by the code generator.Ungültige Referenz
org.jooq.codegen.GeneratorvoidThe class used to generate source code.voidsetStrategy(Strategy value) Definitions of custom naming strategies (declarative or programmatic) to define how generated Java objects should be named.voidOptions to define where the generated code should be located.toString()withDatabase(Database value) Configuration of the database meta data source.withGenerate(Generate value) Options strictly related to generated code.A self-contained, inline implementation ofthat will be compiled and class-loaded on the fly by the code generator.Ungültige Referenz
org.jooq.codegen.GeneratorThe class used to generate source code.withStrategy(Strategy value) Definitions of custom naming strategies (declarative or programmatic) to define how generated Java objects should be named.withTarget(Target value) Options to define where the generated code should be located.
-
Felddetails
-
name
-
java
-
strategy
-
database
-
generate
-
target
-
-
Konstruktordetails
-
Generator
public Generator()
-
-
Methodendetails
-
getName
The class used to generate source code. This can be overridden with a custom code generator implementation. -
setName
The class used to generate source code. This can be overridden with a custom code generator implementation. -
getJava
A self-contained, inline implementation ofthat will be compiled and class-loaded on the fly by the code generator.Ungültige Referenz
org.jooq.codegen.Generator -
setJava
A self-contained, inline implementation ofthat will be compiled and class-loaded on the fly by the code generator.Ungültige Referenz
org.jooq.codegen.Generator -
getStrategy
Definitions of custom naming strategies (declarative or programmatic) to define how generated Java objects should be named. -
setStrategy
Definitions of custom naming strategies (declarative or programmatic) to define how generated Java objects should be named. -
getDatabase
Configuration of the database meta data source. -
setDatabase
Configuration of the database meta data source. -
getGenerate
Options strictly related to generated code. -
setGenerate
Options strictly related to generated code. -
getTarget
Options to define where the generated code should be located. -
setTarget
Options to define where the generated code should be located. -
withName
The class used to generate source code. This can be overridden with a custom code generator implementation. -
withJava
A self-contained, inline implementation ofthat will be compiled and class-loaded on the fly by the code generator.Ungültige Referenz
org.jooq.codegen.Generator -
withStrategy
Definitions of custom naming strategies (declarative or programmatic) to define how generated Java objects should be named. -
withDatabase
Configuration of the database meta data source. -
withGenerate
Options strictly related to generated code. -
withTarget
Options to define where the generated code should be located. -
appendTo
- Angegeben von:
appendToin SchnittstelleXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-