java.lang.Object
org.jooq.meta.jaxb.MatchersCatalogType
- All Implemented Interfaces:
Serializable,XMLAppendable
Declarative naming strategy configuration for catalog names.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected MatcherRuleprotected MatcherRuleprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidappendTo(XMLBuilder builder) booleanThis rule influences the naming of the generatedCatalogobject.This rule influences the naming of the generatedCatalogidentifier.This string provides additional interfaces that a generatedCatalogshould implement.This catalog matcher applies to all unqualified or qualified catalog names matched by this expression.inthashCode()voidsetCatalogClass(MatcherRule value) This rule influences the naming of the generatedCatalogobject.voidsetCatalogIdentifier(MatcherRule value) This rule influences the naming of the generatedCatalogidentifier.voidsetCatalogImplements(String value) This string provides additional interfaces that a generatedCatalogshould implement.voidsetExpression(String value) This catalog matcher applies to all unqualified or qualified catalog names matched by this expression.toString()withCatalogClass(MatcherRule value) This rule influences the naming of the generatedCatalogobject.withCatalogIdentifier(MatcherRule value) This rule influences the naming of the generatedCatalogidentifier.withCatalogImplements(String value) This string provides additional interfaces that a generatedCatalogshould implement.withExpression(String value) This catalog matcher applies to all unqualified or qualified catalog names matched by this expression.
-
Field Details
-
expression
-
catalogClass
-
catalogIdentifier
-
catalogImplements
-
-
Constructor Details
-
MatchersCatalogType
public MatchersCatalogType()
-
-
Method Details
-
getExpression
This catalog matcher applies to all unqualified or qualified catalog names matched by this expression. If left empty, this matcher applies to all catalogs. -
setExpression
This catalog matcher applies to all unqualified or qualified catalog names matched by this expression. If left empty, this matcher applies to all catalogs. -
getCatalogClass
This rule influences the naming of the generatedCatalogobject. -
setCatalogClass
This rule influences the naming of the generatedCatalogobject. -
getCatalogIdentifier
This rule influences the naming of the generatedCatalogidentifier. -
setCatalogIdentifier
This rule influences the naming of the generatedCatalogidentifier. -
getCatalogImplements
This string provides additional interfaces that a generatedCatalogshould implement. -
setCatalogImplements
This string provides additional interfaces that a generatedCatalogshould implement. -
withExpression
This catalog matcher applies to all unqualified or qualified catalog names matched by this expression. If left empty, this matcher applies to all catalogs. -
withCatalogClass
This rule influences the naming of the generatedCatalogobject. -
withCatalogIdentifier
This rule influences the naming of the generatedCatalogidentifier. -
withCatalogImplements
This string provides additional interfaces that a generatedCatalogshould implement. -
appendTo
- Specified by:
appendToin interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-