java.lang.Object
org.jooq.meta.jaxb.Strategy
- All Implemented Interfaces:
Serializable,XMLAppendable
Definitions of custom naming strategies (declarative or programmatic) to define how generated Java objects should be named.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidappendTo(XMLBuilder builder) booleangetJava()A self-contained, inline implementation ofthat will be compiled and class-loaded on the fly by the code generator.invalid reference
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.invalid reference
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.invalid reference
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.
-
Field Details
-
name
-
java
-
matchers
-
-
Constructor Details
-
Strategy
public Strategy()
-
-
Method Details
-
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.invalid reference
org.jooq.codegen.GeneratorStrategy -
setJava
A self-contained, inline implementation ofthat will be compiled and class-loaded on the fly by the code generator.invalid reference
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.invalid reference
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
- Specified by:
appendToin interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-