Uses of Interface
cn.vertxup.atom.domain.tables.interfaces.IMRelation
-
Packages that use IMRelation Package Description cn.vertxup.atom.domain.tables.interfaces cn.vertxup.atom.domain.tables.pojos cn.vertxup.atom.domain.tables.records -
-
Uses of IMRelation in cn.vertxup.atom.domain.tables.interfaces
Methods in cn.vertxup.atom.domain.tables.interfaces with type parameters of type IMRelation Modifier and Type Method Description <E extends IMRelation>
EIMRelation. into(E into)Copy data into another generated Record/POJO implementing the common interface IMRelationMethods in cn.vertxup.atom.domain.tables.interfaces that return IMRelation Modifier and Type Method Description default IMRelationIMRelation. fromJson(io.vertx.core.json.JsonObject json)IMRelationIMRelation. setActive(Boolean value)Setter forDB_ETERNAL.M_RELATION.ACTIVE.IMRelationIMRelation. setComments(String value)Setter forDB_ETERNAL.M_RELATION.COMMENTS.IMRelationIMRelation. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.M_RELATION.CREATED_AT.IMRelationIMRelation. setCreatedBy(String value)Setter forDB_ETERNAL.M_RELATION.CREATED_BY.IMRelationIMRelation. setDownstream(String value)Setter forDB_ETERNAL.M_RELATION.DOWNSTREAM.IMRelationIMRelation. setKey(String value)Setter forDB_ETERNAL.M_RELATION.KEY.IMRelationIMRelation. setLanguage(String value)Setter forDB_ETERNAL.M_RELATION.LANGUAGE.IMRelationIMRelation. setMetadata(String value)Setter forDB_ETERNAL.M_RELATION.METADATA.IMRelationIMRelation. setSigma(String value)Setter forDB_ETERNAL.M_RELATION.SIGMA.IMRelationIMRelation. setType(String value)Setter forDB_ETERNAL.M_RELATION.TYPE.IMRelationIMRelation. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.M_RELATION.UPDATED_AT.IMRelationIMRelation. setUpdatedBy(String value)Setter forDB_ETERNAL.M_RELATION.UPDATED_BY.IMRelationIMRelation. setUpstream(String value)Setter forDB_ETERNAL.M_RELATION.UPSTREAM.Methods in cn.vertxup.atom.domain.tables.interfaces with parameters of type IMRelation Modifier and Type Method Description voidIMRelation. from(IMRelation from)Load data from another generated Record/POJO implementing the common interface IMRelation -
Uses of IMRelation in cn.vertxup.atom.domain.tables.pojos
Classes in cn.vertxup.atom.domain.tables.pojos that implement IMRelation Modifier and Type Class Description classMRelationThis class is generated by jOOQ.Methods in cn.vertxup.atom.domain.tables.pojos with type parameters of type IMRelation Modifier and Type Method Description <E extends IMRelation>
EMRelation. into(E into)Methods in cn.vertxup.atom.domain.tables.pojos with parameters of type IMRelation Modifier and Type Method Description voidMRelation. from(IMRelation from)Constructors in cn.vertxup.atom.domain.tables.pojos with parameters of type IMRelation Constructor Description MRelation(IMRelation value) -
Uses of IMRelation in cn.vertxup.atom.domain.tables.records
Classes in cn.vertxup.atom.domain.tables.records that implement IMRelation Modifier and Type Class Description classMRelationRecordThis class is generated by jOOQ.Methods in cn.vertxup.atom.domain.tables.records with type parameters of type IMRelation Modifier and Type Method Description <E extends IMRelation>
EMRelationRecord. into(E into)Methods in cn.vertxup.atom.domain.tables.records with parameters of type IMRelation Modifier and Type Method Description voidMRelationRecord. from(IMRelation from)
-