java.lang.Object
org.jooq.meta.jaxb.SyntheticDefaultType
- Alle implementierten Schnittstellen:
Serializable,XMLAppendable
Java class for SyntheticDefaultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SyntheticDefaultType">
<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="expression" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<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) booleanThe default expression to apply to the field.A regular expression matching all fields on which to apply this synthetic default.A regular expression matching all tables on which to apply this synthetic default.inthashCode()Set this flag to true if no warning should be logged if this object was not used by a code generation run.voidsetExpression(String value) The default expression to apply to the field.voidA regular expression matching all fields on which to apply this synthetic default.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 default.toString()withExpression(String value) The default expression to apply to the field.withFields(String value) A regular expression matching all fields on which to apply this synthetic default.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 default.
-
Felddetails
-
tables
-
fields
-
expression
-
ignoreUnused
-
-
Konstruktordetails
-
SyntheticDefaultType
public SyntheticDefaultType()
-
-
Methodendetails
-
getTables
A regular expression matching all tables on which to apply this synthetic default. -
setTables
A regular expression matching all tables on which to apply this synthetic default. -
getFields
A regular expression matching all fields on which to apply this synthetic default. -
setFields
A regular expression matching all fields on which to apply this synthetic default. -
getExpression
The default expression to apply to the field. This is expected to be a valid SQL expression, e.g.'some string', notsome string -
setExpression
The default expression to apply to the field. This is expected to be a valid SQL expression, e.g.'some string', notsome string -
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 default. -
withFields
A regular expression matching all fields on which to apply this synthetic default. -
withExpression
The default expression to apply to the field. This is expected to be a valid SQL expression, e.g.'some string', notsome string -
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()
-