| 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 IMKey> |
IMKey.into(E into)
Copy data into another generated Record/POJO implementing the common interface IMKey
|
| Modifier and Type | Method and Description |
|---|---|
default IMKey |
IMKey.fromJson(io.vertx.core.json.JsonObject json) |
IMKey |
IMKey.setActive(Boolean value)
Setter for
DB_ETERNAL.M_KEY.ACTIVE. |
IMKey |
IMKey.setColumns(String value)
Setter for
DB_ETERNAL.M_KEY.COLUMNS. |
IMKey |
IMKey.setComments(String value)
Setter for
DB_ETERNAL.M_KEY.COMMENTS. |
IMKey |
IMKey.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.M_KEY.CREATED_AT. |
IMKey |
IMKey.setCreatedBy(String value)
Setter for
DB_ETERNAL.M_KEY.CREATED_BY. |
IMKey |
IMKey.setEntityId(String value)
Setter for
DB_ETERNAL.M_KEY.ENTITY_ID. |
IMKey |
IMKey.setKey(String value)
Setter for
DB_ETERNAL.M_KEY.KEY. |
IMKey |
IMKey.setLanguage(String value)
Setter for
DB_ETERNAL.M_KEY.LANGUAGE. |
IMKey |
IMKey.setMetadata(String value)
Setter for
DB_ETERNAL.M_KEY.METADATA. |
IMKey |
IMKey.setName(String value)
Setter for
DB_ETERNAL.M_KEY.NAME. |
IMKey |
IMKey.setSigma(String value)
Setter for
DB_ETERNAL.M_KEY.SIGMA. |
IMKey |
IMKey.setType(String value)
Setter for
DB_ETERNAL.M_KEY.TYPE. |
IMKey |
IMKey.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.M_KEY.UPDATED_AT. |
IMKey |
IMKey.setUpdatedBy(String value)
Setter for
DB_ETERNAL.M_KEY.UPDATED_BY. |
| Modifier and Type | Method and Description |
|---|---|
void |
IMKey.from(IMKey from)
Load data from another generated Record/POJO implementing the common interface IMKey
|
| Modifier and Type | Class and Description |
|---|---|
class |
MKey
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IMKey> |
MKey.into(E into)
Copy data into another generated Record/POJO implementing the common interface IMKey
|
| Modifier and Type | Method and Description |
|---|---|
void |
MKey.from(IMKey from)
Load data from another generated Record/POJO implementing the common interface IMKey
|
| Modifier and Type | Class and Description |
|---|---|
class |
MKeyRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IMKey> |
MKeyRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface IMKey
|
| Modifier and Type | Method and Description |
|---|---|
void |
MKeyRecord.from(IMKey from)
Load data from another generated Record/POJO implementing the common interface IMKey
|
Copyright © 2021. All rights reserved.