Uses of Interface
cn.vertxup.atom.domain.tables.interfaces.IMJoin
-
Packages that use IMJoin Package Description cn.vertxup.atom.domain.tables.interfaces cn.vertxup.atom.domain.tables.pojos cn.vertxup.atom.domain.tables.records -
-
Uses of IMJoin in cn.vertxup.atom.domain.tables.interfaces
Methods in cn.vertxup.atom.domain.tables.interfaces with type parameters of type IMJoin Modifier and Type Method Description <E extends IMJoin>
EIMJoin. into(E into)Copy data into another generated Record/POJO implementing the common interface IMJoinMethods in cn.vertxup.atom.domain.tables.interfaces that return IMJoin Modifier and Type Method Description default IMJoinIMJoin. fromJson(io.vertx.core.json.JsonObject json)IMJoinIMJoin. setEntity(String value)Setter forDB_ETERNAL.M_JOIN.ENTITY.IMJoinIMJoin. setEntityKey(String value)Setter forDB_ETERNAL.M_JOIN.ENTITY_KEY.IMJoinIMJoin. setModel(String value)Setter forDB_ETERNAL.M_JOIN.MODEL.IMJoinIMJoin. setNamespace(String value)Setter forDB_ETERNAL.M_JOIN.NAMESPACE.IMJoinIMJoin. setPriority(Integer value)Setter forDB_ETERNAL.M_JOIN.PRIORITY.Methods in cn.vertxup.atom.domain.tables.interfaces with parameters of type IMJoin Modifier and Type Method Description voidIMJoin. from(IMJoin from)Load data from another generated Record/POJO implementing the common interface IMJoin -
Uses of IMJoin in cn.vertxup.atom.domain.tables.pojos
Classes in cn.vertxup.atom.domain.tables.pojos that implement IMJoin Modifier and Type Class Description classMJoinThis class is generated by jOOQ.Methods in cn.vertxup.atom.domain.tables.pojos with type parameters of type IMJoin Modifier and Type Method Description <E extends IMJoin>
EMJoin. into(E into)Methods in cn.vertxup.atom.domain.tables.pojos with parameters of type IMJoin Modifier and Type Method Description voidMJoin. from(IMJoin from)Constructors in cn.vertxup.atom.domain.tables.pojos with parameters of type IMJoin Constructor Description MJoin(IMJoin value) -
Uses of IMJoin in cn.vertxup.atom.domain.tables.records
Classes in cn.vertxup.atom.domain.tables.records that implement IMJoin Modifier and Type Class Description classMJoinRecordThis class is generated by jOOQ.Methods in cn.vertxup.atom.domain.tables.records with type parameters of type IMJoin Modifier and Type Method Description <E extends IMJoin>
EMJoinRecord. into(E into)Methods in cn.vertxup.atom.domain.tables.records with parameters of type IMJoin Modifier and Type Method Description voidMJoinRecord. from(IMJoin from)
-