Uses of Interface
cn.vertxup.atom.domain.tables.interfaces.IMModel
Packages that use IMModel
Package
Description
-
Uses of IMModel in cn.vertxup.atom.domain.tables.interfaces
Methods in cn.vertxup.atom.domain.tables.interfaces with type parameters of type IMModelModifier and TypeMethodDescription<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 IMModelModifier and TypeMethodDescriptiondefault IMModelIMModel.fromJson(io.vertx.core.json.JsonObject json) Setter forDB_ETERNAL.M_MODEL.ACTIVE.Setter forDB_ETERNAL.M_MODEL.ALIAS.IMModel.setCategoryId(String value) Setter forDB_ETERNAL.M_MODEL.CATEGORY_ID.IMModel.setCategoryTree(String value) Setter forDB_ETERNAL.M_MODEL.CATEGORY_TREE.IMModel.setComments(String value) Setter forDB_ETERNAL.M_MODEL.COMMENTS.IMModel.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.M_MODEL.CREATED_AT.IMModel.setCreatedBy(String value) Setter forDB_ETERNAL.M_MODEL.CREATED_BY.IMModel.setIdentifier(String value) Setter forDB_ETERNAL.M_MODEL.IDENTIFIER.IMModel.setIsTrack(Boolean value) Setter forDB_ETERNAL.M_MODEL.IS_TRACK.Setter forDB_ETERNAL.M_MODEL.KEY.IMModel.setLanguage(String value) Setter forDB_ETERNAL.M_MODEL.LANGUAGE.IMModel.setMetadata(String value) Setter forDB_ETERNAL.M_MODEL.METADATA.Setter forDB_ETERNAL.M_MODEL.NAME.IMModel.setNamespace(String value) Setter forDB_ETERNAL.M_MODEL.NAMESPACE.IMModel.setRuleUnique(String value) Setter forDB_ETERNAL.M_MODEL.RULE_UNIQUE.Setter forDB_ETERNAL.M_MODEL.SIGMA.Setter forDB_ETERNAL.M_MODEL.SPIDER.IMModel.setSpiderComponent(String value) Setter forDB_ETERNAL.M_MODEL.SPIDER_COMPONENT.Setter forDB_ETERNAL.M_MODEL.TYPE.IMModel.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.M_MODEL.UPDATED_AT.IMModel.setUpdatedBy(String value) Setter forDB_ETERNAL.M_MODEL.UPDATED_BY.Methods in cn.vertxup.atom.domain.tables.interfaces with parameters of type IMModel -
Uses of IMModel in cn.vertxup.atom.domain.tables.pojos
Classes in cn.vertxup.atom.domain.tables.pojos that implement IMModelMethods in cn.vertxup.atom.domain.tables.pojos with type parameters of type IMModelMethods in cn.vertxup.atom.domain.tables.pojos with parameters of type IMModelConstructors in cn.vertxup.atom.domain.tables.pojos with parameters of type IMModel -
Uses of IMModel in cn.vertxup.atom.domain.tables.records
Classes in cn.vertxup.atom.domain.tables.records that implement IMModelMethods in cn.vertxup.atom.domain.tables.records with type parameters of type IMModelMethods in cn.vertxup.atom.domain.tables.records with parameters of type IMModel