Uses of Interface
cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Packages that use IMModel Package Description cn.vertxup.atom.domain.tables.interfaces cn.vertxup.atom.domain.tables.pojos cn.vertxup.atom.domain.tables.records -
-
Uses of IMModel in cn.vertxup.atom.domain.tables.interfaces
Methods in cn.vertxup.atom.domain.tables.interfaces with type parameters of type IMModel Modifier and Type Method Description <E extends IMModel>
EIMModel. into(E into)Copy data into another generated Record/POJO implementing the common interface IMModelMethods in cn.vertxup.atom.domain.tables.interfaces that return IMModel Modifier and Type Method Description default IMModelIMModel. fromJson(io.vertx.core.json.JsonObject json)IMModelIMModel. setActive(Boolean value)Setter forDB_ETERNAL.M_MODEL.ACTIVE.IMModelIMModel. setAlias(String value)Setter forDB_ETERNAL.M_MODEL.ALIAS.IMModelIMModel. setCategoryId(String value)Setter forDB_ETERNAL.M_MODEL.CATEGORY_ID.IMModelIMModel. setCategoryTree(String value)Setter forDB_ETERNAL.M_MODEL.CATEGORY_TREE.IMModelIMModel. setComments(String value)Setter forDB_ETERNAL.M_MODEL.COMMENTS.IMModelIMModel. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.M_MODEL.CREATED_AT.IMModelIMModel. setCreatedBy(String value)Setter forDB_ETERNAL.M_MODEL.CREATED_BY.IMModelIMModel. setIdentifier(String value)Setter forDB_ETERNAL.M_MODEL.IDENTIFIER.IMModelIMModel. setIsTrack(Boolean value)Setter forDB_ETERNAL.M_MODEL.IS_TRACK.IMModelIMModel. setKey(String value)Setter forDB_ETERNAL.M_MODEL.KEY.IMModelIMModel. setLanguage(String value)Setter forDB_ETERNAL.M_MODEL.LANGUAGE.IMModelIMModel. setMetadata(String value)Setter forDB_ETERNAL.M_MODEL.METADATA.IMModelIMModel. setName(String value)Setter forDB_ETERNAL.M_MODEL.NAME.IMModelIMModel. setNamespace(String value)Setter forDB_ETERNAL.M_MODEL.NAMESPACE.IMModelIMModel. setRuleUnique(String value)Setter forDB_ETERNAL.M_MODEL.RULE_UNIQUE.IMModelIMModel. setSigma(String value)Setter forDB_ETERNAL.M_MODEL.SIGMA.IMModelIMModel. setSpider(String value)Setter forDB_ETERNAL.M_MODEL.SPIDER.IMModelIMModel. setSpiderComponent(String value)Setter forDB_ETERNAL.M_MODEL.SPIDER_COMPONENT.IMModelIMModel. setType(String value)Setter forDB_ETERNAL.M_MODEL.TYPE.IMModelIMModel. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.M_MODEL.UPDATED_AT.IMModelIMModel. setUpdatedBy(String value)Setter forDB_ETERNAL.M_MODEL.UPDATED_BY.Methods in cn.vertxup.atom.domain.tables.interfaces with parameters of type IMModel Modifier and Type Method Description voidIMModel. from(IMModel from)Load data from another generated Record/POJO implementing the common interface IMModel -
Uses of IMModel in cn.vertxup.atom.domain.tables.pojos
Classes in cn.vertxup.atom.domain.tables.pojos that implement IMModel Modifier and Type Class Description classMModelThis class is generated by jOOQ.Methods in cn.vertxup.atom.domain.tables.pojos with type parameters of type IMModel Modifier and Type Method Description <E extends IMModel>
EMModel. into(E into)Methods in cn.vertxup.atom.domain.tables.pojos with parameters of type IMModel Modifier and Type Method Description voidMModel. from(IMModel from)Constructors in cn.vertxup.atom.domain.tables.pojos with parameters of type IMModel Constructor Description MModel(IMModel value) -
Uses of IMModel in cn.vertxup.atom.domain.tables.records
Classes in cn.vertxup.atom.domain.tables.records that implement IMModel Modifier and Type Class Description classMModelRecordThis class is generated by jOOQ.Methods in cn.vertxup.atom.domain.tables.records with type parameters of type IMModel Modifier and Type Method Description <E extends IMModel>
EMModelRecord. into(E into)Methods in cn.vertxup.atom.domain.tables.records with parameters of type IMModel Modifier and Type Method Description voidMModelRecord. from(IMModel from)
-