java.lang.Object
org.jooq.meta.jaxb.MatchersUniqueKeyType
- Alle implementierten Schnittstellen:
Serializable,XMLAppendable
Declarative naming strategy configuration for foreign key 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 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.
-
Felddetails
-
expression
-
keyIdentifier
-
-
Konstruktordetails
-
MatchersUniqueKeyType
public MatchersUniqueKeyType()
-
-
Methodendetails
-
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
- Angegeben von:
appendToin SchnittstelleXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-