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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidfrom(IMJoin from)Load data from another generated Record/POJO implementing the common interface IMJoindefault IMJoinfromJson(io.vertx.core.json.JsonObject json)StringgetEntity()Getter forDB_ETERNAL.M_JOIN.ENTITY.StringgetEntityKey()Getter forDB_ETERNAL.M_JOIN.ENTITY_KEY.StringgetModel()Getter forDB_ETERNAL.M_JOIN.MODEL.StringgetNamespace()Getter forDB_ETERNAL.M_JOIN.NAMESPACE.IntegergetPriority()Getter forDB_ETERNAL.M_JOIN.PRIORITY.<E extends IMJoin>
Einto(E into)Copy data into another generated Record/POJO implementing the common interface IMJoinIMJoinsetEntity(String value)Setter forDB_ETERNAL.M_JOIN.ENTITY.IMJoinsetEntityKey(String value)Setter forDB_ETERNAL.M_JOIN.ENTITY_KEY.IMJoinsetModel(String value)Setter forDB_ETERNAL.M_JOIN.MODEL.IMJoinsetNamespace(String value)Setter forDB_ETERNAL.M_JOIN.NAMESPACE.IMJoinsetPriority(Integer value)Setter forDB_ETERNAL.M_JOIN.PRIORITY.default io.vertx.core.json.JsonObjecttoJson()
-
-
-
Method Detail
-
getModel
String getModel()
Getter forDB_ETERNAL.M_JOIN.MODEL. 「model」- 模型identifier
-
setEntity
IMJoin setEntity(String value)
Setter forDB_ETERNAL.M_JOIN.ENTITY. 「entity」- 实体identifier
-
getEntity
String getEntity()
Getter forDB_ETERNAL.M_JOIN.ENTITY. 「entity」- 实体identifier
-
setEntityKey
IMJoin setEntityKey(String value)
Setter forDB_ETERNAL.M_JOIN.ENTITY_KEY. 「entityKey」- 实体主键字段名
-
getEntityKey
String getEntityKey()
Getter forDB_ETERNAL.M_JOIN.ENTITY_KEY. 「entityKey」- 实体主键字段名
-
setPriority
IMJoin setPriority(Integer value)
Setter forDB_ETERNAL.M_JOIN.PRIORITY. 「priority」- 优先级
-
getPriority
Integer getPriority()
Getter forDB_ETERNAL.M_JOIN.PRIORITY. 「priority」- 优先级
-
setNamespace
IMJoin setNamespace(String value)
Setter forDB_ETERNAL.M_JOIN.NAMESPACE. 「namespace」- 名空间(和App绑定的)
-
getNamespace
String getNamespace()
Getter forDB_ETERNAL.M_JOIN.NAMESPACE. 「namespace」- 名空间(和App绑定的)
-
from
void from(IMJoin from)
Load data from another generated Record/POJO implementing the common interface IMJoin
-
into
<E extends IMJoin> E into(E into)
Copy data into another generated Record/POJO implementing the common interface IMJoin
-
fromJson
default IMJoin fromJson(io.vertx.core.json.JsonObject json)
- 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
-
-