java.lang.Object
org.jooq.meta.jaxb.EmbeddableField
- Alle implementierten Schnittstellen:
Serializable,XMLAppendable
Java class for EmbeddableField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EmbeddableField">
<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="expression" 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 regex matching all column names that are part of the embeddable type.getName()A name for the field in case the regex does not produce unique names for all matches.inthashCode()voidsetExpression(String value) A regex matching all column names that are part of the embeddable type.voidA name for the field in case the regex does not produce unique names for all matches.toString()withExpression(String value) A regex matching all column names that are part of the embeddable type.A name for the field in case the regex does not produce unique names for all matches.
-
Felddetails
-
name
-
expression
-
-
Konstruktordetails
-
EmbeddableField
public EmbeddableField()
-
-
Methodendetails
-
getName
A name for the field in case the regex does not produce unique names for all matches. -
setName
A name for the field in case the regex does not produce unique names for all matches. -
getExpression
A regex matching all column names that are part of the embeddable type. The regex must match only one column per table. -
setExpression
A regex matching all column names that are part of the embeddable type. The regex must match only one column per table. -
withName
A name for the field in case the regex does not produce unique names for all matches. -
withExpression
A regex matching all column names that are part of the embeddable type. The regex must match only one column per table. -
appendTo
- Angegeben von:
appendToin SchnittstelleXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-