java.lang.Object
org.jooq.meta.jaxb.SyntheticIdentityType
- Alle implementierten Schnittstellen:
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>
- Siehe auch:
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal voidappendTo(XMLBuilder builder) booleanA regular expression matching all fields on which to apply this synthetic identity.A regular expression matching all tables on which to apply this synthetic identity.inthashCode()voidA regular expression matching all fields on which to apply this synthetic identity.voidA regular expression matching all tables on which to apply this synthetic identity.toString()withFields(String value) A regular expression matching all fields on which to apply this synthetic identity.withTables(String value) A regular expression matching all tables on which to apply this synthetic identity.
-
Felddetails
-
tables
-
fields
-
-
Konstruktordetails
-
SyntheticIdentityType
public SyntheticIdentityType()
-
-
Methodendetails
-
getTables
A regular expression matching all tables on which to apply this synthetic identity. -
setTables
A regular expression matching all tables on which to apply this synthetic identity. -
getFields
A regular expression matching all fields on which to apply this synthetic identity. -
setFields
A regular expression matching all fields on which to apply this synthetic identity. -
withTables
A regular expression matching all tables on which to apply this synthetic identity. -
withFields
A regular expression matching all fields on which to apply this synthetic identity. -
appendTo
- Angegeben von:
appendToin SchnittstelleXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-