java.lang.Object
org.jooq.meta.jaxb.Strategy
- Alle implementierten Schnittstellen:
Serializable,XMLAppendable
Definitions of custom naming strategies (declarative or programmatic) to define how generated Java objects should be named.
- Siehe auch:
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal voidappendTo(XMLBuilder builder) booleangetJava()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.GeneratorStrategyThe matcher strategy configuration used when applying an XML-based strategy.getName()The class used to provide a naming strategy for generated source code.inthashCode()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.GeneratorStrategyvoidsetMatchers(Matchers value) The matcher strategy configuration used when applying an XML-based strategy.voidThe class used to provide a naming strategy for generated source code.toString()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.GeneratorStrategywithMatchers(Matchers value) The matcher strategy configuration used when applying an XML-based strategy.The class used to provide a naming strategy for generated source code.
-
Felddetails
-
name
-
java
-
matchers
-
-
Konstruktordetails
-
Strategy
public Strategy()
-
-
Methodendetails
-
getName
The class used to provide a naming strategy for generated source code. You may override this with your custom naming strategy. This cannot be combined with a matcher configuration. -
setName
The class used to provide a naming strategy for generated source code. You may override this with your custom naming strategy. This cannot be combined with a matcher configuration. -
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.GeneratorStrategy -
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.GeneratorStrategy -
getMatchers
The matcher strategy configuration used when applying an XML-based strategy. This cannot be combined with a named strategy configuration. -
setMatchers
The matcher strategy configuration used when applying an XML-based strategy. This cannot be combined with a named strategy configuration. -
withName
The class used to provide a naming strategy for generated source code. You may override this with your custom naming strategy. This cannot be combined with a matcher configuration. -
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.GeneratorStrategy -
withMatchers
The matcher strategy configuration used when applying an XML-based strategy. This cannot be combined with a named strategy configuration. -
appendTo
- Angegeben von:
appendToin SchnittstelleXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-