| 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 IMJoin> |
IMJoin.into(E into)
Copy data into another generated Record/POJO implementing the common interface IMJoin
|
| Modifier and Type | Method and Description |
|---|---|
default IMJoin |
IMJoin.fromJson(io.vertx.core.json.JsonObject json) |
IMJoin |
IMJoin.setEntity(String value)
Setter for
DB_ETERNAL.M_JOIN.ENTITY. |
IMJoin |
IMJoin.setEntityKey(String value)
Setter for
DB_ETERNAL.M_JOIN.ENTITY_KEY. |
IMJoin |
IMJoin.setModel(String value)
Setter for
DB_ETERNAL.M_JOIN.MODEL. |
IMJoin |
IMJoin.setNamespace(String value)
Setter for
DB_ETERNAL.M_JOIN.NAMESPACE. |
IMJoin |
IMJoin.setPriority(Integer value)
Setter for
DB_ETERNAL.M_JOIN.PRIORITY. |
| Modifier and Type | Method and Description |
|---|---|
void |
IMJoin.from(IMJoin from)
Load data from another generated Record/POJO implementing the common interface IMJoin
|
| Modifier and Type | Class and Description |
|---|---|
class |
MJoin
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IMJoin> |
MJoin.into(E into)
Copy data into another generated Record/POJO implementing the common interface IMJoin
|
| Modifier and Type | Method and Description |
|---|---|
void |
MJoin.from(IMJoin from)
Load data from another generated Record/POJO implementing the common interface IMJoin
|
| Modifier and Type | Class and Description |
|---|---|
class |
MJoinRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IMJoin> |
MJoinRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface IMJoin
|
| Modifier and Type | Method and Description |
|---|---|
void |
MJoinRecord.from(IMJoin from)
Load data from another generated Record/POJO implementing the common interface IMJoin
|
Copyright © 2021. All rights reserved.