| Package | Description |
|---|---|
| cn.vertxup.ambient.domain.tables.interfaces | |
| cn.vertxup.ambient.domain.tables.pojos | |
| cn.vertxup.ambient.domain.tables.records |
| Modifier and Type | Method and Description |
|---|---|
<E extends IXModule> |
IXModule.into(E into)
Copy data into another generated Record/POJO implementing the common interface IXModule
|
| Modifier and Type | Method and Description |
|---|---|
default IXModule |
IXModule.fromJson(io.vertx.core.json.JsonObject json) |
IXModule |
IXModule.setActive(Boolean value)
Setter for
DB_ETERNAL.X_MODULE.ACTIVE. |
IXModule |
IXModule.setAppId(String value)
Setter for
DB_ETERNAL.X_MODULE.APP_ID. |
IXModule |
IXModule.setCode(String value)
Setter for
DB_ETERNAL.X_MODULE.CODE. |
IXModule |
IXModule.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.X_MODULE.CREATED_AT. |
IXModule |
IXModule.setCreatedBy(String value)
Setter for
DB_ETERNAL.X_MODULE.CREATED_BY. |
IXModule |
IXModule.setEntry(String value)
Setter for
DB_ETERNAL.X_MODULE.ENTRY. |
IXModule |
IXModule.setKey(String value)
Setter for
DB_ETERNAL.X_MODULE.KEY. |
IXModule |
IXModule.setLanguage(String value)
Setter for
DB_ETERNAL.X_MODULE.LANGUAGE. |
IXModule |
IXModule.setMetadata(String value)
Setter for
DB_ETERNAL.X_MODULE.METADATA. |
IXModule |
IXModule.setModelId(String value)
Setter for
DB_ETERNAL.X_MODULE.MODEL_ID. |
IXModule |
IXModule.setName(String value)
Setter for
DB_ETERNAL.X_MODULE.NAME. |
IXModule |
IXModule.setSigma(String value)
Setter for
DB_ETERNAL.X_MODULE.SIGMA. |
IXModule |
IXModule.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.X_MODULE.UPDATED_AT. |
IXModule |
IXModule.setUpdatedBy(String value)
Setter for
DB_ETERNAL.X_MODULE.UPDATED_BY. |
| Modifier and Type | Method and Description |
|---|---|
void |
IXModule.from(IXModule from)
Load data from another generated Record/POJO implementing the common interface IXModule
|
| Modifier and Type | Class and Description |
|---|---|
class |
XModule
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IXModule> |
XModule.into(E into)
Copy data into another generated Record/POJO implementing the common interface IXModule
|
| Modifier and Type | Method and Description |
|---|---|
void |
XModule.from(IXModule from)
Load data from another generated Record/POJO implementing the common interface IXModule
|
| Modifier and Type | Class and Description |
|---|---|
class |
XModuleRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IXModule> |
XModuleRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface IXModule
|
| Modifier and Type | Method and Description |
|---|---|
void |
XModuleRecord.from(IXModule from)
Load data from another generated Record/POJO implementing the common interface IXModule
|
Copyright © 2021. All rights reserved.