| 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 IMAcc> |
IMAcc.into(E into)
Copy data into another generated Record/POJO implementing the common interface IMAcc
|
| Modifier and Type | Method and Description |
|---|---|
default IMAcc |
IMAcc.fromJson(io.vertx.core.json.JsonObject json) |
IMAcc |
IMAcc.setActive(Boolean value)
Setter for
DB_ETERNAL.M_ACC.ACTIVE. |
IMAcc |
IMAcc.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.M_ACC.CREATED_AT. |
IMAcc |
IMAcc.setCreatedBy(String value)
Setter for
DB_ETERNAL.M_ACC.CREATED_BY. |
IMAcc |
IMAcc.setKey(String value)
Setter for
DB_ETERNAL.M_ACC.KEY. |
IMAcc |
IMAcc.setLanguage(String value)
Setter for
DB_ETERNAL.M_ACC.LANGUAGE. |
IMAcc |
IMAcc.setMetadata(String value)
Setter for
DB_ETERNAL.M_ACC.METADATA. |
IMAcc |
IMAcc.setModelId(String value)
Setter for
DB_ETERNAL.M_ACC.MODEL_ID. |
IMAcc |
IMAcc.setModelKey(String value)
Setter for
DB_ETERNAL.M_ACC.MODEL_KEY. |
IMAcc |
IMAcc.setRecordJson(String value)
Setter for
DB_ETERNAL.M_ACC.RECORD_JSON. |
IMAcc |
IMAcc.setRecordRaw(String value)
Setter for
DB_ETERNAL.M_ACC.RECORD_RAW. |
IMAcc |
IMAcc.setRecordUnique(String value)
Setter for
DB_ETERNAL.M_ACC.RECORD_UNIQUE. |
IMAcc |
IMAcc.setSigma(String value)
Setter for
DB_ETERNAL.M_ACC.SIGMA. |
IMAcc |
IMAcc.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.M_ACC.UPDATED_AT. |
IMAcc |
IMAcc.setUpdatedBy(String value)
Setter for
DB_ETERNAL.M_ACC.UPDATED_BY. |
| Modifier and Type | Method and Description |
|---|---|
void |
IMAcc.from(IMAcc from)
Load data from another generated Record/POJO implementing the common interface IMAcc
|
| Modifier and Type | Class and Description |
|---|---|
class |
MAcc
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IMAcc> |
MAcc.into(E into)
Copy data into another generated Record/POJO implementing the common interface IMAcc
|
| Modifier and Type | Method and Description |
|---|---|
void |
MAcc.from(IMAcc from)
Load data from another generated Record/POJO implementing the common interface IMAcc
|
| Modifier and Type | Class and Description |
|---|---|
class |
MAccRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IMAcc> |
MAccRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface IMAcc
|
| Modifier and Type | Method and Description |
|---|---|
void |
MAccRecord.from(IMAcc from)
Load data from another generated Record/POJO implementing the common interface IMAcc
|
Copyright © 2021. All rights reserved.