java.lang.Object
org.jooq.meta.jaxb.MatchersUniqueKeyType
- All Implemented Interfaces:
Serializable,XMLAppendable
Declarative naming strategy configuration for foreign key 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 unique key names matched by this expression.This rule influences the naming of the generated key literal in the Keys class.inthashCode()voidsetExpression(String value) This table matcher applies to all unqualified or qualified unique key names matched by this expression.voidsetKeyIdentifier(MatcherRule value) This rule influences the naming of the generated key literal in the Keys class.toString()withExpression(String value) This table matcher applies to all unqualified or qualified unique key names matched by this expression.withKeyIdentifier(MatcherRule value) This rule influences the naming of the generated key literal in the Keys class.
-
Field Details
-
expression
-
keyIdentifier
-
-
Constructor Details
-
MatchersUniqueKeyType
public MatchersUniqueKeyType()
-
-
Method Details
-
getExpression
This table matcher applies to all unqualified or qualified unique key names matched by this expression. If left empty, this matcher applies to all unique keys. -
setExpression
This table matcher applies to all unqualified or qualified unique key names matched by this expression. If left empty, this matcher applies to all unique keys. -
getKeyIdentifier
This rule influences the naming of the generated key literal in the Keys class. -
setKeyIdentifier
This rule influences the naming of the generated key literal in the Keys class. -
withExpression
This table matcher applies to all unqualified or qualified unique key names matched by this expression. If left empty, this matcher applies to all unique keys. -
withKeyIdentifier
This rule influences the naming of the generated key literal in the Keys class. -
appendTo
- Specified by:
appendToin interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-