Interface IMJoin
- All Superinterfaces:
Serializable,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
- All Known Implementing Classes:
MJoin,MJoinRecord
public interface IMJoin
extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable
This class is generated by jOOQ.
-
Method Summary
Modifier and TypeMethodDescriptionvoidLoad data from another generated Record/POJO implementing the common interface IMJoindefault IMJoinfromJson(io.vertx.core.json.JsonObject json) Getter forDB_ETERNAL.M_JOIN.ENTITY.Getter forDB_ETERNAL.M_JOIN.ENTITY_KEY.getModel()Getter forDB_ETERNAL.M_JOIN.MODEL.Getter forDB_ETERNAL.M_JOIN.NAMESPACE.Getter forDB_ETERNAL.M_JOIN.PRIORITY.<E extends IMJoin>
Einto(E into) Copy data into another generated Record/POJO implementing the common interface IMJoinSetter forDB_ETERNAL.M_JOIN.ENTITY.setEntityKey(String value) Setter forDB_ETERNAL.M_JOIN.ENTITY_KEY.Setter forDB_ETERNAL.M_JOIN.MODEL.setNamespace(String value) Setter forDB_ETERNAL.M_JOIN.NAMESPACE.setPriority(Integer value) Setter forDB_ETERNAL.M_JOIN.PRIORITY.default io.vertx.core.json.JsonObjecttoJson()
-
Method Details
-
setModel
Setter forDB_ETERNAL.M_JOIN.MODEL. 「model」- 模型identifier -
getModel
String getModel()Getter forDB_ETERNAL.M_JOIN.MODEL. 「model」- 模型identifier -
setEntity
Setter forDB_ETERNAL.M_JOIN.ENTITY. 「entity」- 实体identifier -
getEntity
String getEntity()Getter forDB_ETERNAL.M_JOIN.ENTITY. 「entity」- 实体identifier -
setEntityKey
Setter forDB_ETERNAL.M_JOIN.ENTITY_KEY. 「entityKey」- 实体主键字段名 -
getEntityKey
String getEntityKey()Getter forDB_ETERNAL.M_JOIN.ENTITY_KEY. 「entityKey」- 实体主键字段名 -
setPriority
Setter forDB_ETERNAL.M_JOIN.PRIORITY. 「priority」- 优先级 -
getPriority
Integer getPriority()Getter forDB_ETERNAL.M_JOIN.PRIORITY. 「priority」- 优先级 -
setNamespace
Setter forDB_ETERNAL.M_JOIN.NAMESPACE. 「namespace」- 名空间(和App绑定的) -
getNamespace
String getNamespace()Getter forDB_ETERNAL.M_JOIN.NAMESPACE. 「namespace」- 名空间(和App绑定的) -
from
Load data from another generated Record/POJO implementing the common interface IMJoin -
into
Copy data into another generated Record/POJO implementing the common interface IMJoin -
fromJson
- Specified by:
fromJsonin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
-
toJson
default io.vertx.core.json.JsonObject toJson()- Specified by:
toJsonin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
-