Uses of Interface
cn.vertxup.atom.domain.tables.interfaces.IMKey
-
Packages that use IMKey Package Description cn.vertxup.atom.domain.tables.interfaces cn.vertxup.atom.domain.tables.pojos cn.vertxup.atom.domain.tables.records -
-
Uses of IMKey in cn.vertxup.atom.domain.tables.interfaces
Methods in cn.vertxup.atom.domain.tables.interfaces with type parameters of type IMKey Modifier and Type Method Description <E extends IMKey>
EIMKey. into(E into)Copy data into another generated Record/POJO implementing the common interface IMKeyMethods in cn.vertxup.atom.domain.tables.interfaces that return IMKey Modifier and Type Method Description default IMKeyIMKey. fromJson(io.vertx.core.json.JsonObject json)IMKeyIMKey. setActive(Boolean value)Setter forDB_ETERNAL.M_KEY.ACTIVE.IMKeyIMKey. setColumns(String value)Setter forDB_ETERNAL.M_KEY.COLUMNS.IMKeyIMKey. setComments(String value)Setter forDB_ETERNAL.M_KEY.COMMENTS.IMKeyIMKey. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.M_KEY.CREATED_AT.IMKeyIMKey. setCreatedBy(String value)Setter forDB_ETERNAL.M_KEY.CREATED_BY.IMKeyIMKey. setEntityId(String value)Setter forDB_ETERNAL.M_KEY.ENTITY_ID.IMKeyIMKey. setKey(String value)Setter forDB_ETERNAL.M_KEY.KEY.IMKeyIMKey. setLanguage(String value)Setter forDB_ETERNAL.M_KEY.LANGUAGE.IMKeyIMKey. setMetadata(String value)Setter forDB_ETERNAL.M_KEY.METADATA.IMKeyIMKey. setName(String value)Setter forDB_ETERNAL.M_KEY.NAME.IMKeyIMKey. setSigma(String value)Setter forDB_ETERNAL.M_KEY.SIGMA.IMKeyIMKey. setType(String value)Setter forDB_ETERNAL.M_KEY.TYPE.IMKeyIMKey. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.M_KEY.UPDATED_AT.IMKeyIMKey. setUpdatedBy(String value)Setter forDB_ETERNAL.M_KEY.UPDATED_BY.Methods in cn.vertxup.atom.domain.tables.interfaces with parameters of type IMKey Modifier and Type Method Description voidIMKey. from(IMKey from)Load data from another generated Record/POJO implementing the common interface IMKey -
Uses of IMKey in cn.vertxup.atom.domain.tables.pojos
Classes in cn.vertxup.atom.domain.tables.pojos that implement IMKey Modifier and Type Class Description classMKeyThis class is generated by jOOQ.Methods in cn.vertxup.atom.domain.tables.pojos with type parameters of type IMKey Modifier and Type Method Description <E extends IMKey>
EMKey. into(E into)Methods in cn.vertxup.atom.domain.tables.pojos with parameters of type IMKey Modifier and Type Method Description voidMKey. from(IMKey from)Constructors in cn.vertxup.atom.domain.tables.pojos with parameters of type IMKey Constructor Description MKey(IMKey value) -
Uses of IMKey in cn.vertxup.atom.domain.tables.records
Classes in cn.vertxup.atom.domain.tables.records that implement IMKey Modifier and Type Class Description classMKeyRecordThis class is generated by jOOQ.Methods in cn.vertxup.atom.domain.tables.records with type parameters of type IMKey Modifier and Type Method Description <E extends IMKey>
EMKeyRecord. into(E into)Methods in cn.vertxup.atom.domain.tables.records with parameters of type IMKey Modifier and Type Method Description voidMKeyRecord. from(IMKey from)
-