java.lang.Object
org.jooq.meta.jaxb.EmbeddableDefinitionType
- Alle implementierten Schnittstellen:
Serializable,XMLAppendable
An embeddable type declaration
- Siehe auch:
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal voidappendTo(XMLBuilder builder) booleanThe defining catalog of the embeddable type, or the catalog of the first matched table if left empty.The defining comment on the embeddable type.getName()The defining name of the embeddable type.The referencing comment on the embeddable type, defaulting to the defining comment.The referencing name of the embeddable type, defaulting to the defining name.The defining schema of the embeddable type, or the schema of the first matched table if left empty.A regular expression matching the tables to which to apply the embeddable definition.inthashCode()Specify that the embeddable field replaces its underlying fields in code generation output, and when working with asterisks.voidsetCatalog(String value) The defining catalog of the embeddable type, or the catalog of the first matched table if left empty.voidsetComment(String value) The defining comment on the embeddable type.voidsetFields(List<EmbeddableField> fields) voidThe defining name of the embeddable type.voidsetReferencingComment(String value) The referencing comment on the embeddable type, defaulting to the defining comment.voidsetReferencingName(String value) The referencing name of the embeddable type, defaulting to the defining name.voidsetReplacesFields(Boolean value) Specify that the embeddable field replaces its underlying fields in code generation output, and when working with asterisks.voidThe defining schema of the embeddable type, or the schema of the first matched table if left empty.voidA regular expression matching the tables to which to apply the embeddable definition.toString()withCatalog(String value) The defining catalog of the embeddable type, or the catalog of the first matched table if left empty.withComment(String value) The defining comment on the embeddable type.withFields(Collection<EmbeddableField> values) withFields(List<EmbeddableField> fields) withFields(EmbeddableField... values) The defining name of the embeddable type.withReferencingComment(String value) The referencing comment on the embeddable type, defaulting to the defining comment.withReferencingName(String value) The referencing name of the embeddable type, defaulting to the defining name.withReplacesFields(Boolean value) Specify that the embeddable field replaces its underlying fields in code generation output, and when working with asterisks.withSchema(String value) The defining schema of the embeddable type, or the schema of the first matched table if left empty.withTables(String value) A regular expression matching the tables to which to apply the embeddable definition.
-
Felddetails
-
catalog
-
schema
-
name
-
comment
-
referencingName
-
referencingComment
-
tables
-
replacesFields
-
fields
-
-
Konstruktordetails
-
EmbeddableDefinitionType
public EmbeddableDefinitionType()
-
-
Methodendetails
-
getCatalog
The defining catalog of the embeddable type, or the catalog of the first matched table if left empty. -
setCatalog
The defining catalog of the embeddable type, or the catalog of the first matched table if left empty. -
getSchema
The defining schema of the embeddable type, or the schema of the first matched table if left empty. -
setSchema
The defining schema of the embeddable type, or the schema of the first matched table if left empty. -
getName
The defining name of the embeddable type. -
setName
The defining name of the embeddable type. -
getComment
The defining comment on the embeddable type. -
setComment
The defining comment on the embeddable type. -
getReferencingName
The referencing name of the embeddable type, defaulting to the defining name. -
setReferencingName
The referencing name of the embeddable type, defaulting to the defining name. -
getReferencingComment
The referencing comment on the embeddable type, defaulting to the defining comment. -
setReferencingComment
The referencing comment on the embeddable type, defaulting to the defining comment. -
getTables
A regular expression matching the tables to which to apply the embeddable definition. -
setTables
A regular expression matching the tables to which to apply the embeddable definition. -
isReplacesFields
Specify that the embeddable field replaces its underlying fields in code generation output, and when working with asterisks.- Gibt zurück:
- possible object is
Boolean
-
setReplacesFields
Specify that the embeddable field replaces its underlying fields in code generation output, and when working with asterisks.- Parameter:
value- allowed object isBoolean
-
getFields
-
setFields
-
withCatalog
The defining catalog of the embeddable type, or the catalog of the first matched table if left empty. -
withSchema
The defining schema of the embeddable type, or the schema of the first matched table if left empty. -
withName
The defining name of the embeddable type. -
withComment
The defining comment on the embeddable type. -
withReferencingName
The referencing name of the embeddable type, defaulting to the defining name. -
withReferencingComment
The referencing comment on the embeddable type, defaulting to the defining comment. -
withTables
A regular expression matching the tables to which to apply the embeddable definition. -
withReplacesFields
Specify that the embeddable field replaces its underlying fields in code generation output, and when working with asterisks. -
withFields
-
withFields
-
withFields
-
appendTo
- Angegeben von:
appendToin SchnittstelleXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-