java.lang.Object
org.jooq.meta.jaxb.MatchersIndexType
- Alle implementierten Schnittstellen:
Serializable,XMLAppendable
Declarative naming strategy configuration for index names.
- Siehe auch:
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal voidappendTo(XMLBuilder builder) booleanThis table matcher applies to all unqualified or qualified index names matched by this expression.This rule influences the naming of the generated key literal in the Indexes class.inthashCode()voidsetExpression(String value) This table matcher applies to all unqualified or qualified index names matched by this expression.voidsetKeyIdentifier(MatcherRule value) This rule influences the naming of the generated key literal in the Indexes class.toString()withExpression(String value) This table matcher applies to all unqualified or qualified index names matched by this expression.withKeyIdentifier(MatcherRule value) This rule influences the naming of the generated key literal in the Indexes class.
-
Felddetails
-
expression
-
keyIdentifier
-
-
Konstruktordetails
-
MatchersIndexType
public MatchersIndexType()
-
-
Methodendetails
-
getExpression
This table matcher applies to all unqualified or qualified index names matched by this expression. If left empty, this matcher applies to all indexes. -
setExpression
This table matcher applies to all unqualified or qualified index names matched by this expression. If left empty, this matcher applies to all indexes. -
getKeyIdentifier
This rule influences the naming of the generated key literal in the Indexes class. -
setKeyIdentifier
This rule influences the naming of the generated key literal in the Indexes class. -
withExpression
This table matcher applies to all unqualified or qualified index names matched by this expression. If left empty, this matcher applies to all indexes. -
withKeyIdentifier
This rule influences the naming of the generated key literal in the Indexes class. -
appendTo
- Angegeben von:
appendToin SchnittstelleXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-