@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public interface IMJoin extends Serializable
This class is generated by jOOQ.
| Modifier and Type | Method and Description |
|---|---|
void |
from(IMJoin from)
Load data from another generated Record/POJO implementing the common interface IMJoin
|
default IMJoin |
fromJson(io.vertx.core.json.JsonObject json) |
String |
getEntity()
Getter for
DB_ETERNAL.M_JOIN.ENTITY. |
String |
getEntityKey()
Getter for
DB_ETERNAL.M_JOIN.ENTITY_KEY. |
String |
getModel()
Getter for
DB_ETERNAL.M_JOIN.MODEL. |
String |
getNamespace()
Getter for
DB_ETERNAL.M_JOIN.NAMESPACE. |
Integer |
getPriority()
Getter for
DB_ETERNAL.M_JOIN.PRIORITY. |
<E extends IMJoin> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface IMJoin
|
IMJoin |
setEntity(String value)
Setter for
DB_ETERNAL.M_JOIN.ENTITY. |
IMJoin |
setEntityKey(String value)
Setter for
DB_ETERNAL.M_JOIN.ENTITY_KEY. |
IMJoin |
setModel(String value)
Setter for
DB_ETERNAL.M_JOIN.MODEL. |
IMJoin |
setNamespace(String value)
Setter for
DB_ETERNAL.M_JOIN.NAMESPACE. |
IMJoin |
setPriority(Integer value)
Setter for
DB_ETERNAL.M_JOIN.PRIORITY. |
default io.vertx.core.json.JsonObject |
toJson() |
String getModel()
Getter for DB_ETERNAL.M_JOIN.MODEL. 「model」- 模型identifier
IMJoin setEntity(String value)
Setter for DB_ETERNAL.M_JOIN.ENTITY. 「entity」- 实体identifier
String getEntity()
Getter for DB_ETERNAL.M_JOIN.ENTITY. 「entity」- 实体identifier
IMJoin setEntityKey(String value)
Setter for DB_ETERNAL.M_JOIN.ENTITY_KEY. 「entityKey」- 实体主键字段名
String getEntityKey()
Getter for DB_ETERNAL.M_JOIN.ENTITY_KEY. 「entityKey」- 实体主键字段名
IMJoin setPriority(Integer value)
Setter for DB_ETERNAL.M_JOIN.PRIORITY. 「priority」- 优先级
Integer getPriority()
Getter for DB_ETERNAL.M_JOIN.PRIORITY. 「priority」- 优先级
IMJoin setNamespace(String value)
Setter for DB_ETERNAL.M_JOIN.NAMESPACE. 「namespace」- 名空间(和App绑定的)
String getNamespace()
Getter for DB_ETERNAL.M_JOIN.NAMESPACE. 「namespace」- 名空间(和App绑定的)
void from(IMJoin from)
Load data from another generated Record/POJO implementing the common interface IMJoin
<E extends IMJoin> E into(E into)
Copy data into another generated Record/POJO implementing the common interface IMJoin
default IMJoin fromJson(io.vertx.core.json.JsonObject json)
default io.vertx.core.json.JsonObject toJson()
Copyright © 2020. All rights reserved.