- Alle implementierten Schnittstellen:
Serializable,XMLAppendable
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected MatcherRuleprotected Stringprotected MatcherRuleprotected Stringprotected String -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal 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.
-
Felddetails
-
expression
-
catalogClass
-
catalogIdentifier
-
catalogExtends
-
catalogImplements
-
-
Konstruktordetails
-
MatchersCatalogType
public MatchersCatalogType()
-
-
Methodendetails
-
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
- Angegeben von:
appendToin SchnittstelleXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-