| Package | Description |
|---|---|
| cn.vertxup.atom.domain.tables.interfaces | |
| cn.vertxup.atom.domain.tables.pojos | |
| cn.vertxup.atom.domain.tables.records |
| Modifier and Type | Method and Description |
|---|---|
<E extends IMRelation> |
IMRelation.into(E into)
Copy data into another generated Record/POJO implementing the common interface IMRelation
|
| Modifier and Type | Method and Description |
|---|---|
default IMRelation |
IMRelation.fromJson(io.vertx.core.json.JsonObject json) |
IMRelation |
IMRelation.setActive(Boolean value)
Setter for
DB_ETERNAL.M_RELATION.ACTIVE. |
IMRelation |
IMRelation.setComments(String value)
Setter for
DB_ETERNAL.M_RELATION.COMMENTS. |
IMRelation |
IMRelation.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.M_RELATION.CREATED_AT. |
IMRelation |
IMRelation.setCreatedBy(String value)
Setter for
DB_ETERNAL.M_RELATION.CREATED_BY. |
IMRelation |
IMRelation.setDownstream(String value)
Setter for
DB_ETERNAL.M_RELATION.DOWNSTREAM. |
IMRelation |
IMRelation.setKey(String value)
Setter for
DB_ETERNAL.M_RELATION.KEY. |
IMRelation |
IMRelation.setLanguage(String value)
Setter for
DB_ETERNAL.M_RELATION.LANGUAGE. |
IMRelation |
IMRelation.setMetadata(String value)
Setter for
DB_ETERNAL.M_RELATION.METADATA. |
IMRelation |
IMRelation.setSigma(String value)
Setter for
DB_ETERNAL.M_RELATION.SIGMA. |
IMRelation |
IMRelation.setType(String value)
Setter for
DB_ETERNAL.M_RELATION.TYPE. |
IMRelation |
IMRelation.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.M_RELATION.UPDATED_AT. |
IMRelation |
IMRelation.setUpdatedBy(String value)
Setter for
DB_ETERNAL.M_RELATION.UPDATED_BY. |
IMRelation |
IMRelation.setUpstream(String value)
Setter for
DB_ETERNAL.M_RELATION.UPSTREAM. |
| Modifier and Type | Method and Description |
|---|---|
void |
IMRelation.from(IMRelation from)
Load data from another generated Record/POJO implementing the common interface IMRelation
|
| Modifier and Type | Class and Description |
|---|---|
class |
MRelation
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IMRelation> |
MRelation.into(E into)
Copy data into another generated Record/POJO implementing the common interface IMRelation
|
| Modifier and Type | Method and Description |
|---|---|
void |
MRelation.from(IMRelation from)
Load data from another generated Record/POJO implementing the common interface IMRelation
|
| Modifier and Type | Class and Description |
|---|---|
class |
MRelationRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IMRelation> |
MRelationRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface IMRelation
|
| Modifier and Type | Method and Description |
|---|---|
void |
MRelationRecord.from(IMRelation from)
Load data from another generated Record/POJO implementing the common interface IMRelation
|
Copyright © 2021. All rights reserved.