| Package | Description |
|---|---|
| cn.vertxup.graphic.domain.tables.interfaces | |
| cn.vertxup.graphic.domain.tables.pojos | |
| cn.vertxup.graphic.domain.tables.records |
| Modifier and Type | Method and Description |
|---|---|
<E extends IGNode> |
IGNode.into(E into)
Copy data into another generated Record/POJO implementing the common interface IGNode
|
| Modifier and Type | Method and Description |
|---|---|
default IGNode |
IGNode.fromJson(io.vertx.core.json.JsonObject json) |
IGNode |
IGNode.setActive(Boolean value)
Setter for
DB_ETERNAL.G_NODE.ACTIVE. |
IGNode |
IGNode.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.G_NODE.CREATED_AT. |
IGNode |
IGNode.setCreatedBy(String value)
Setter for
DB_ETERNAL.G_NODE.CREATED_BY. |
IGNode |
IGNode.setGraphicId(String value)
Setter for
DB_ETERNAL.G_NODE.GRAPHIC_ID. |
IGNode |
IGNode.setKey(String value)
Setter for
DB_ETERNAL.G_NODE.KEY. |
IGNode |
IGNode.setLanguage(String value)
Setter for
DB_ETERNAL.G_NODE.LANGUAGE. |
IGNode |
IGNode.setMetadata(String value)
Setter for
DB_ETERNAL.G_NODE.METADATA. |
IGNode |
IGNode.setName(String value)
Setter for
DB_ETERNAL.G_NODE.NAME. |
IGNode |
IGNode.setRecordClass(String value)
Setter for
DB_ETERNAL.G_NODE.RECORD_CLASS. |
IGNode |
IGNode.setRecordComponent(String value)
Setter for
DB_ETERNAL.G_NODE.RECORD_COMPONENT. |
IGNode |
IGNode.setRecordData(String value)
Setter for
DB_ETERNAL.G_NODE.RECORD_DATA. |
IGNode |
IGNode.setRecordKey(String value)
Setter for
DB_ETERNAL.G_NODE.RECORD_KEY. |
IGNode |
IGNode.setSigma(String value)
Setter for
DB_ETERNAL.G_NODE.SIGMA. |
IGNode |
IGNode.setUi(String value)
Setter for
DB_ETERNAL.G_NODE.UI. |
IGNode |
IGNode.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.G_NODE.UPDATED_AT. |
IGNode |
IGNode.setUpdatedBy(String value)
Setter for
DB_ETERNAL.G_NODE.UPDATED_BY. |
IGNode |
IGNode.setX(BigDecimal value)
Setter for
DB_ETERNAL.G_NODE.X. |
IGNode |
IGNode.setY(BigDecimal value)
Setter for
DB_ETERNAL.G_NODE.Y. |
| Modifier and Type | Method and Description |
|---|---|
void |
IGNode.from(IGNode from)
Load data from another generated Record/POJO implementing the common interface IGNode
|
| Modifier and Type | Class and Description |
|---|---|
class |
GNode
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IGNode> |
GNode.into(E into)
Copy data into another generated Record/POJO implementing the common interface IGNode
|
| Modifier and Type | Method and Description |
|---|---|
void |
GNode.from(IGNode from)
Load data from another generated Record/POJO implementing the common interface IGNode
|
| Modifier and Type | Class and Description |
|---|---|
class |
GNodeRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IGNode> |
GNodeRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface IGNode
|
| Modifier and Type | Method and Description |
|---|---|
void |
GNodeRecord.from(IGNode from)
Load data from another generated Record/POJO implementing the common interface IGNode
|
Copyright © 2021. All rights reserved.