java.lang.Object
org.jooq.meta.jaxb.MatchersSequenceType
- All Implemented Interfaces:
Serializable,XMLAppendable
Declarative naming strategy configuration for sequence names.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidappendTo(XMLBuilder builder) booleanThis sequence matcher applies to all unqualified or qualified sequence names matched by this expression.This rule influences the naming of the generatedSequenceidentifier.inthashCode()voidsetExpression(String value) This sequence matcher applies to all unqualified or qualified sequence names matched by this expression.voidsetSequenceIdentifier(MatcherRule value) This rule influences the naming of the generatedSequenceidentifier.toString()withExpression(String value) This sequence matcher applies to all unqualified or qualified sequence names matched by this expression.This rule influences the naming of the generatedSequenceidentifier.
-
Field Details
-
expression
-
sequenceIdentifier
-
-
Constructor Details
-
MatchersSequenceType
public MatchersSequenceType()
-
-
Method Details
-
getExpression
This sequence matcher applies to all unqualified or qualified sequence names matched by this expression. If left empty, this matcher applies to all sequences. -
setExpression
This sequence matcher applies to all unqualified or qualified sequence names matched by this expression. If left empty, this matcher applies to all sequences. -
getSequenceIdentifier
This rule influences the naming of the generatedSequenceidentifier. -
setSequenceIdentifier
This rule influences the naming of the generatedSequenceidentifier. -
withExpression
This sequence matcher applies to all unqualified or qualified sequence names matched by this expression. If left empty, this matcher applies to all sequences. -
withSequenceIdentifier
This rule influences the naming of the generatedSequenceidentifier. -
appendTo
- Specified by:
appendToin interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-