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