java.lang.Object
org.jooq.meta.jaxb.MatchersPrimaryKeyType
- All Implemented Interfaces:
Serializable,XMLAppendable
Declarative naming strategy configuration for primary 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 primary 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 primary 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 primary 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
-
MatchersPrimaryKeyType
public MatchersPrimaryKeyType()
-
-
Method Details
-
getExpression
This table matcher applies to all unqualified or qualified primary key names matched by this expression. If left empty, this matcher applies to all primary keys. -
setExpression
This table matcher applies to all unqualified or qualified primary key names matched by this expression. If left empty, this matcher applies to all primary 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 primary key names matched by this expression. If left empty, this matcher applies to all primary 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()
-