Class SyntheticIdentityType

java.lang.Object
org.jooq.meta.jaxb.SyntheticIdentityType
All Implemented Interfaces:
Serializable, XMLAppendable

public class SyntheticIdentityType extends Object implements Serializable, XMLAppendable

Java class for SyntheticIdentityType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SyntheticIdentityType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="tables" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="fields" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • tables

      protected String tables
    • fields

      protected String fields
  • Constructor Details

    • SyntheticIdentityType

      public SyntheticIdentityType()
  • Method Details

    • getTables

      public String getTables()
      A regular expression matching all tables on which to apply this synthetic identity.
    • setTables

      public void setTables(String value)
      A regular expression matching all tables on which to apply this synthetic identity.
    • getFields

      public String getFields()
      A regular expression matching all fields on which to apply this synthetic identity.
    • setFields

      public void setFields(String value)
      A regular expression matching all fields on which to apply this synthetic identity.
    • withTables

      public SyntheticIdentityType withTables(String value)
      A regular expression matching all tables on which to apply this synthetic identity.
    • withFields

      public SyntheticIdentityType withFields(String value)
      A regular expression matching all fields on which to apply this synthetic identity.
    • appendTo

      public final void appendTo(XMLBuilder builder)
      Specified by:
      appendTo in interface XMLAppendable
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object that)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object