java.lang.Object
org.jooq.meta.jaxb.SyntheticForeignKeyType
- Alle implementierten Schnittstellen:
Serializable,XMLAppendable
Java class for SyntheticForeignKeyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SyntheticForeignKeyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="tables" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fields" type="{http://www.jooq.org/xsd/jooq-codegen-3.19.8.xsd}SyntheticKeyFieldsType"/>
<element name="referencedTable" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="referencedFields" type="{http://www.jooq.org/xsd/jooq-codegen-3.19.8.xsd}SyntheticKeyFieldsType" minOccurs="0"/>
<element name="referencedKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
- Siehe auch:
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal voidappendTo(XMLBuilder builder) booleangetName()The optional foreign key name.A regular expression matching a key that is referenced by this synthetic foreign key.A regular expression matching a table that is referenced by this synthetic foreign key.A regular expression matching all tables on which to apply this synthetic foreign key.inthashCode()voidvoidThe optional foreign key name.voidsetReferencedFields(List<String> referencedFields) voidsetReferencedKey(String value) A regular expression matching a key that is referenced by this synthetic foreign key.voidsetReferencedTable(String value) A regular expression matching a table that is referenced by this synthetic foreign key.voidA regular expression matching all tables on which to apply this synthetic foreign key.toString()withFields(String... values) withFields(Collection<String> values) withFields(List<String> fields) The optional foreign key name.withReferencedFields(String... values) withReferencedFields(Collection<String> values) withReferencedFields(List<String> referencedFields) withReferencedKey(String value) A regular expression matching a key that is referenced by this synthetic foreign key.withReferencedTable(String value) A regular expression matching a table that is referenced by this synthetic foreign key.withTables(String value) A regular expression matching all tables on which to apply this synthetic foreign key.
-
Felddetails
-
name
-
tables
-
referencedTable
-
referencedKey
-
fields
-
referencedFields
-
-
Konstruktordetails
-
SyntheticForeignKeyType
public SyntheticForeignKeyType()
-
-
Methodendetails
-
getName
The optional foreign key name. -
setName
The optional foreign key name. -
getTables
A regular expression matching all tables on which to apply this synthetic foreign key. -
setTables
A regular expression matching all tables on which to apply this synthetic foreign key. -
getReferencedTable
A regular expression matching a table that is referenced by this synthetic foreign key. -
setReferencedTable
A regular expression matching a table that is referenced by this synthetic foreign key. -
getReferencedKey
A regular expression matching a key that is referenced by this synthetic foreign key. -
setReferencedKey
A regular expression matching a key that is referenced by this synthetic foreign key. -
getFields
-
setFields
-
getReferencedFields
-
setReferencedFields
-
withName
The optional foreign key name. -
withTables
A regular expression matching all tables on which to apply this synthetic foreign key. -
withReferencedTable
A regular expression matching a table that is referenced by this synthetic foreign key. -
withReferencedKey
A regular expression matching a key that is referenced by this synthetic foreign key. -
withFields
-
withFields
-
withFields
-
withReferencedFields
-
withReferencedFields
-
withReferencedFields
-
appendTo
- Angegeben von:
appendToin SchnittstelleXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-