Klasse MatchersSequenceType

java.lang.Object
org.jooq.meta.jaxb.MatchersSequenceType
Alle implementierten Schnittstellen:
Serializable, XMLAppendable

public class MatchersSequenceType extends Object implements Serializable, XMLAppendable
Declarative naming strategy configuration for sequence names.
Siehe auch:
  • Felddetails

    • expression

      protected String expression
    • sequenceIdentifier

      protected MatcherRule sequenceIdentifier
  • Konstruktordetails

    • MatchersSequenceType

      public MatchersSequenceType()
  • Methodendetails

    • getExpression

      public String 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

      public void setExpression(String value)
      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

      public MatcherRule getSequenceIdentifier()
      This rule influences the naming of the generated Sequence identifier.
    • setSequenceIdentifier

      public void setSequenceIdentifier(MatcherRule value)
      This rule influences the naming of the generated Sequence identifier.
    • withExpression

      public MatchersSequenceType withExpression(String value)
      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

      public MatchersSequenceType withSequenceIdentifier(MatcherRule value)
      This rule influences the naming of the generated Sequence identifier.
    • appendTo

      public final void appendTo(XMLBuilder builder)
      Angegeben von:
      appendTo in Schnittstelle XMLAppendable
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • equals

      public boolean equals(Object that)
      Setzt außer Kraft:
      equals in Klasse Object
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object