| 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 IXTabular> |
IXTabular.into(E into)
Copy data into another generated Record/POJO implementing the common interface IXTabular
|
| Modifier and Type | Method and Description |
|---|---|
default IXTabular |
IXTabular.fromJson(io.vertx.core.json.JsonObject json) |
IXTabular |
IXTabular.setActive(Boolean value)
Setter for
DB_ETERNAL.X_TABULAR.ACTIVE. |
IXTabular |
IXTabular.setAppId(String value)
Setter for
DB_ETERNAL.X_TABULAR.APP_ID. |
IXTabular |
IXTabular.setCode(String value)
Setter for
DB_ETERNAL.X_TABULAR.CODE. |
IXTabular |
IXTabular.setComment(String value)
Setter for
DB_ETERNAL.X_TABULAR.COMMENT. |
IXTabular |
IXTabular.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.X_TABULAR.CREATED_AT. |
IXTabular |
IXTabular.setCreatedBy(String value)
Setter for
DB_ETERNAL.X_TABULAR.CREATED_BY. |
IXTabular |
IXTabular.setIcon(String value)
Setter for
DB_ETERNAL.X_TABULAR.ICON. |
IXTabular |
IXTabular.setKey(String value)
Setter for
DB_ETERNAL.X_TABULAR.KEY. |
IXTabular |
IXTabular.setLanguage(String value)
Setter for
DB_ETERNAL.X_TABULAR.LANGUAGE. |
IXTabular |
IXTabular.setMetadata(String value)
Setter for
DB_ETERNAL.X_TABULAR.METADATA. |
IXTabular |
IXTabular.setName(String value)
Setter for
DB_ETERNAL.X_TABULAR.NAME. |
IXTabular |
IXTabular.setSigma(String value)
Setter for
DB_ETERNAL.X_TABULAR.SIGMA. |
IXTabular |
IXTabular.setSort(Integer value)
Setter for
DB_ETERNAL.X_TABULAR.SORT. |
IXTabular |
IXTabular.setType(String value)
Setter for
DB_ETERNAL.X_TABULAR.TYPE. |
IXTabular |
IXTabular.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.X_TABULAR.UPDATED_AT. |
IXTabular |
IXTabular.setUpdatedBy(String value)
Setter for
DB_ETERNAL.X_TABULAR.UPDATED_BY. |
| Modifier and Type | Method and Description |
|---|---|
void |
IXTabular.from(IXTabular from)
Load data from another generated Record/POJO implementing the common interface IXTabular
|
| Modifier and Type | Class and Description |
|---|---|
class |
XTabular
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IXTabular> |
XTabular.into(E into)
Copy data into another generated Record/POJO implementing the common interface IXTabular
|
| Modifier and Type | Method and Description |
|---|---|
void |
XTabular.from(IXTabular from)
Load data from another generated Record/POJO implementing the common interface IXTabular
|
| Modifier and Type | Class and Description |
|---|---|
class |
XTabularRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IXTabular> |
XTabularRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface IXTabular
|
| Modifier and Type | Method and Description |
|---|---|
void |
XTabularRecord.from(IXTabular from)
Load data from another generated Record/POJO implementing the common interface IXTabular
|
Copyright © 2021. All rights reserved.