java.lang.Object
org.jooq.meta.jaxb.SyntheticUniqueKeyType
- Alle implementierten Schnittstellen:
Serializable,XMLAppendable
Java class for SyntheticUniqueKeyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SyntheticUniqueKeyType">
<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.20.1.xsd}SyntheticKeyFieldsType"/>
<element name="ignoreUnused" type="{http://www.w3.org/2001/XMLSchema}boolean" 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 unique key name.A regular expression matching all tables on which to apply this synthetic unique key.inthashCode()Set this flag to true if no warning should be logged if this object was not used by a code generation run.voidvoidsetIgnoreUnused(Boolean value) Set this flag to true if no warning should be logged if this object was not used by a code generation run.voidThe optional unique key name.voidA regular expression matching all tables on which to apply this synthetic unique key.toString()withFields(String... values) withFields(Collection<String> values) withFields(List<String> fields) withIgnoreUnused(Boolean value) Set this flag to true if no warning should be logged if this object was not used by a code generation run.The optional unique key name.withTables(String value) A regular expression matching all tables on which to apply this synthetic unique key.
-
Felddetails
-
name
-
tables
-
ignoreUnused
-
fields
-
-
Konstruktordetails
-
SyntheticUniqueKeyType
public SyntheticUniqueKeyType()
-
-
Methodendetails
-
getName
The optional unique key name. -
setName
The optional unique key name. -
getTables
A regular expression matching all tables on which to apply this synthetic unique key. -
setTables
A regular expression matching all tables on which to apply this synthetic unique key. -
isIgnoreUnused
Set this flag to true if no warning should be logged if this object was not used by a code generation run.- Gibt zurück:
- possible object is
Boolean
-
setIgnoreUnused
Set this flag to true if no warning should be logged if this object was not used by a code generation run.- Parameter:
value- allowed object isBoolean
-
getFields
-
setFields
-
withName
The optional unique key name. -
withTables
A regular expression matching all tables on which to apply this synthetic unique key. -
withIgnoreUnused
Set this flag to true if no warning should be logged if this object was not used by a code generation run. -
withFields
-
withFields
-
withFields
-
appendTo
- Angegeben von:
appendToin SchnittstelleXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-