Uses of Interface
cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Packages that use IMTpl Package Description cn.vertxup.atom.domain.tables.interfaces cn.vertxup.atom.domain.tables.pojos cn.vertxup.atom.domain.tables.records -
-
Uses of IMTpl in cn.vertxup.atom.domain.tables.interfaces
Methods in cn.vertxup.atom.domain.tables.interfaces with type parameters of type IMTpl Modifier and Type Method Description <E extends IMTpl>
EIMTpl. into(E into)Copy data into another generated Record/POJO implementing the common interface IMTplMethods in cn.vertxup.atom.domain.tables.interfaces that return IMTpl Modifier and Type Method Description default IMTplIMTpl. fromJson(io.vertx.core.json.JsonObject json)IMTplIMTpl. setActive(Boolean value)Setter forDB_ETERNAL.M_TPL.ACTIVE.IMTplIMTpl. setCode(String value)Setter forDB_ETERNAL.M_TPL.CODE.IMTplIMTpl. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.M_TPL.CREATED_AT.IMTplIMTpl. setCreatedBy(String value)Setter forDB_ETERNAL.M_TPL.CREATED_BY.IMTplIMTpl. setKey(String value)Setter forDB_ETERNAL.M_TPL.KEY.IMTplIMTpl. setLanguage(String value)Setter forDB_ETERNAL.M_TPL.LANGUAGE.IMTplIMTpl. setMetadata(String value)Setter forDB_ETERNAL.M_TPL.METADATA.IMTplIMTpl. setName(String value)Setter forDB_ETERNAL.M_TPL.NAME.IMTplIMTpl. setSigma(String value)Setter forDB_ETERNAL.M_TPL.SIGMA.IMTplIMTpl. setTplAcl(String value)Setter forDB_ETERNAL.M_TPL.TPL_ACL.IMTplIMTpl. setTplAclVisit(String value)Setter forDB_ETERNAL.M_TPL.TPL_ACL_VISIT.IMTplIMTpl. setTplApi(String value)Setter forDB_ETERNAL.M_TPL.TPL_API.IMTplIMTpl. setTplCategory(String value)Setter forDB_ETERNAL.M_TPL.TPL_CATEGORY.IMTplIMTpl. setTplEntity(String value)Setter forDB_ETERNAL.M_TPL.TPL_ENTITY.IMTplIMTpl. setTplIntegration(String value)Setter forDB_ETERNAL.M_TPL.TPL_INTEGRATION.IMTplIMTpl. setTplJob(String value)Setter forDB_ETERNAL.M_TPL.TPL_JOB.IMTplIMTpl. setTplModel(String value)Setter forDB_ETERNAL.M_TPL.TPL_MODEL.IMTplIMTpl. setTplUi(String value)Setter forDB_ETERNAL.M_TPL.TPL_UI.IMTplIMTpl. setTplUiForm(String value)Setter forDB_ETERNAL.M_TPL.TPL_UI_FORM.IMTplIMTpl. setTplUiList(String value)Setter forDB_ETERNAL.M_TPL.TPL_UI_LIST.IMTplIMTpl. setType(String value)Setter forDB_ETERNAL.M_TPL.TYPE.IMTplIMTpl. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.M_TPL.UPDATED_AT.IMTplIMTpl. setUpdatedBy(String value)Setter forDB_ETERNAL.M_TPL.UPDATED_BY.Methods in cn.vertxup.atom.domain.tables.interfaces with parameters of type IMTpl Modifier and Type Method Description voidIMTpl. from(IMTpl from)Load data from another generated Record/POJO implementing the common interface IMTpl -
Uses of IMTpl in cn.vertxup.atom.domain.tables.pojos
Classes in cn.vertxup.atom.domain.tables.pojos that implement IMTpl Modifier and Type Class Description classMTplThis class is generated by jOOQ.Methods in cn.vertxup.atom.domain.tables.pojos with type parameters of type IMTpl Modifier and Type Method Description <E extends IMTpl>
EMTpl. into(E into)Methods in cn.vertxup.atom.domain.tables.pojos with parameters of type IMTpl Modifier and Type Method Description voidMTpl. from(IMTpl from)Constructors in cn.vertxup.atom.domain.tables.pojos with parameters of type IMTpl Constructor Description MTpl(IMTpl value) -
Uses of IMTpl in cn.vertxup.atom.domain.tables.records
Classes in cn.vertxup.atom.domain.tables.records that implement IMTpl Modifier and Type Class Description classMTplRecordThis class is generated by jOOQ.Methods in cn.vertxup.atom.domain.tables.records with type parameters of type IMTpl Modifier and Type Method Description <E extends IMTpl>
EMTplRecord. into(E into)Methods in cn.vertxup.atom.domain.tables.records with parameters of type IMTpl Modifier and Type Method Description voidMTplRecord. from(IMTpl from)
-