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