java.lang.Object
org.jooq.meta.jaxb.MatchersIndexType
- All Implemented Interfaces:
Serializable,XMLAppendable
Declarative naming strategy configuration for index names.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal 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.
-
Field Details
-
expression
-
keyIdentifier
-
-
Constructor Details
-
MatchersIndexType
public MatchersIndexType()
-
-
Method Details
-
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
- Specified by:
appendToin interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-