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