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 Details

    • setModel

      IMJoin setModel(String value)
      Setter for DB_ETERNAL.M_JOIN.MODEL. 「model」- 模型identifier
    • getModel

      String getModel()
      Getter for DB_ETERNAL.M_JOIN.MODEL. 「model」- 模型identifier
    • setEntity

      IMJoin setEntity(String value)
      Setter for DB_ETERNAL.M_JOIN.ENTITY. 「entity」- 实体identifier
    • getEntity

      String getEntity()
      Getter for DB_ETERNAL.M_JOIN.ENTITY. 「entity」- 实体identifier
    • setEntityKey

      IMJoin setEntityKey(String value)
      Setter for DB_ETERNAL.M_JOIN.ENTITY_KEY. 「entityKey」- 实体主键字段名
    • getEntityKey

      String getEntityKey()
      Getter for DB_ETERNAL.M_JOIN.ENTITY_KEY. 「entityKey」- 实体主键字段名
    • setPriority

      IMJoin setPriority(Integer value)
      Setter for DB_ETERNAL.M_JOIN.PRIORITY. 「priority」- 优先级
    • getPriority

      Integer getPriority()
      Getter for DB_ETERNAL.M_JOIN.PRIORITY. 「priority」- 优先级
    • setNamespace

      IMJoin setNamespace(String value)
      Setter for DB_ETERNAL.M_JOIN.NAMESPACE. 「namespace」- 名空间(和App绑定的)
    • getNamespace

      String getNamespace()
      Getter for DB_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:
      fromJson in interface io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
    • toJson

      default io.vertx.core.json.JsonObject toJson()
      Specified by:
      toJson in interface io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo