| 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 ILCity> |
ILCity.into(E into)
Copy data into another generated Record/POJO implementing the common interface ILCity
|
| Modifier and Type | Method and Description |
|---|---|
default ILCity |
ILCity.fromJson(io.vertx.core.json.JsonObject json) |
ILCity |
ILCity.setActive(Boolean value)
Setter for
DB_ETERNAL.L_CITY.ACTIVE. |
ILCity |
ILCity.setCode(String value)
Setter for
DB_ETERNAL.L_CITY.CODE. |
ILCity |
ILCity.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.L_CITY.CREATED_AT. |
ILCity |
ILCity.setCreatedBy(String value)
Setter for
DB_ETERNAL.L_CITY.CREATED_BY. |
ILCity |
ILCity.setKey(String value)
Setter for
DB_ETERNAL.L_CITY.KEY. |
ILCity |
ILCity.setLanguage(String value)
Setter for
DB_ETERNAL.L_CITY.LANGUAGE. |
ILCity |
ILCity.setMetadata(String value)
Setter for
DB_ETERNAL.L_CITY.METADATA. |
ILCity |
ILCity.setName(String value)
Setter for
DB_ETERNAL.L_CITY.NAME. |
ILCity |
ILCity.setOrder(Integer value)
Setter for
DB_ETERNAL.L_CITY.ORDER. |
ILCity |
ILCity.setSigma(String value)
Setter for
DB_ETERNAL.L_CITY.SIGMA. |
ILCity |
ILCity.setStateId(String value)
Setter for
DB_ETERNAL.L_CITY.STATE_ID. |
ILCity |
ILCity.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.L_CITY.UPDATED_AT. |
ILCity |
ILCity.setUpdatedBy(String value)
Setter for
DB_ETERNAL.L_CITY.UPDATED_BY. |
| Modifier and Type | Method and Description |
|---|---|
void |
ILCity.from(ILCity from)
Load data from another generated Record/POJO implementing the common interface ILCity
|
| Modifier and Type | Class and Description |
|---|---|
class |
LCity
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends ILCity> |
LCity.into(E into)
Copy data into another generated Record/POJO implementing the common interface ILCity
|
| Modifier and Type | Method and Description |
|---|---|
void |
LCity.from(ILCity from)
Load data from another generated Record/POJO implementing the common interface ILCity
|
| Modifier and Type | Class and Description |
|---|---|
class |
LCityRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends ILCity> |
LCityRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface ILCity
|
| Modifier and Type | Method and Description |
|---|---|
void |
LCityRecord.from(ILCity from)
Load data from another generated Record/POJO implementing the common interface ILCity
|
Copyright © 2021. All rights reserved.