java.lang.Object
org.jooq.meta.jaxb.SyntheticReadonlyColumnType
- Alle implementierten Schnittstellen:
Serializable,XMLAppendable
Java class for SyntheticReadonlyColumnType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SyntheticReadonlyColumnType">
<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"/>
<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) booleanA regular expression matching all fields on which to apply this synthetic readonly column.A regular expression matching all tables on which to apply this synthetic readonly column.inthashCode()Set this flag to true if no warning should be logged if this object was not used by a code generation run.voidA regular expression matching all fields on which to apply this synthetic readonly column.voidsetIgnoreUnused(Boolean value) Set this flag to true if no warning should be logged if this object was not used by a code generation run.voidA regular expression matching all tables on which to apply this synthetic readonly column.toString()withFields(String value) A regular expression matching all fields on which to apply this synthetic readonly column.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.withTables(String value) A regular expression matching all tables on which to apply this synthetic readonly column.
-
Felddetails
-
tables
-
fields
-
ignoreUnused
-
-
Konstruktordetails
-
SyntheticReadonlyColumnType
public SyntheticReadonlyColumnType()
-
-
Methodendetails
-
getTables
A regular expression matching all tables on which to apply this synthetic readonly column. -
setTables
A regular expression matching all tables on which to apply this synthetic readonly column. -
getFields
A regular expression matching all fields on which to apply this synthetic readonly column. -
setFields
A regular expression matching all fields on which to apply this synthetic readonly column. -
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
-
withTables
A regular expression matching all tables on which to apply this synthetic readonly column. -
withFields
A regular expression matching all fields on which to apply this synthetic readonly column. -
withIgnoreUnused
Set this flag to true if no warning should be logged if this object was not used by a code generation run. -
appendTo
- Angegeben von:
appendToin SchnittstelleXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-