- All Implemented Interfaces:
Serializable,XMLAppendable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected MatcherRuleprotected Stringprotected MatcherRuleprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidappendTo(XMLBuilder builder) booleanThis rule influences the naming of the generatedCatalogobject.This string provides a super class that a generatedCatalogshould extend.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.voidsetCatalogExtends(String value) This string provides a super class that a generatedCatalogshould extend.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.withCatalogExtends(String value) This string provides a super class that a generatedCatalogshould extend.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
-
catalogExtends
-
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. -
getCatalogExtends
This string provides a super class that a generatedCatalogshould extend.jOOQ internals make a few assumptions about what a
Catalogdoes, so to minimise unexpected behaviour, custom catalog super classes should extendCatalogImpland follow its (undocumented!) assumptions (e.g. constructors, etc.). Use this at your own risk. -
setCatalogExtends
This string provides a super class that a generatedCatalogshould extend.jOOQ internals make a few assumptions about what a
Catalogdoes, so to minimise unexpected behaviour, custom catalog super classes should extendCatalogImpland follow its (undocumented!) assumptions (e.g. constructors, etc.). Use this at your own risk. -
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. -
withCatalogExtends
This string provides a super class that a generatedCatalogshould extend.jOOQ internals make a few assumptions about what a
Catalogdoes, so to minimise unexpected behaviour, custom catalog super classes should extendCatalogImpland follow its (undocumented!) assumptions (e.g. constructors, etc.). Use this at your own risk. -
withCatalogImplements
This string provides additional interfaces that a generatedCatalogshould implement. -
appendTo
- Specified by:
appendToin interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-