Uses of Interface
cn.vertxup.atom.domain.tables.interfaces.IMRelation
Packages that use IMRelation
Package
Description
-
Uses of IMRelation in cn.vertxup.atom.domain.tables.interfaces
Methods in cn.vertxup.atom.domain.tables.interfaces with type parameters of type IMRelationModifier and TypeMethodDescription<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 IMRelationModifier and TypeMethodDescriptiondefault IMRelationIMRelation.fromJson(io.vertx.core.json.JsonObject json) Setter forDB_ETERNAL.M_RELATION.ACTIVE.IMRelation.setComments(String value) Setter forDB_ETERNAL.M_RELATION.COMMENTS.IMRelation.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.M_RELATION.CREATED_AT.IMRelation.setCreatedBy(String value) Setter forDB_ETERNAL.M_RELATION.CREATED_BY.IMRelation.setDownstream(String value) Setter forDB_ETERNAL.M_RELATION.DOWNSTREAM.Setter forDB_ETERNAL.M_RELATION.KEY.IMRelation.setLanguage(String value) Setter forDB_ETERNAL.M_RELATION.LANGUAGE.IMRelation.setMetadata(String value) Setter forDB_ETERNAL.M_RELATION.METADATA.Setter forDB_ETERNAL.M_RELATION.SIGMA.Setter forDB_ETERNAL.M_RELATION.TYPE.IMRelation.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.M_RELATION.UPDATED_AT.IMRelation.setUpdatedBy(String value) Setter forDB_ETERNAL.M_RELATION.UPDATED_BY.IMRelation.setUpstream(String value) Setter forDB_ETERNAL.M_RELATION.UPSTREAM.Methods in cn.vertxup.atom.domain.tables.interfaces with parameters of type IMRelationModifier and TypeMethodDescriptionvoidIMRelation.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 IMRelationMethods in cn.vertxup.atom.domain.tables.pojos with type parameters of type IMRelationMethods in cn.vertxup.atom.domain.tables.pojos with parameters of type IMRelationConstructors in cn.vertxup.atom.domain.tables.pojos with parameters of type IMRelation -
Uses of IMRelation in cn.vertxup.atom.domain.tables.records
Classes in cn.vertxup.atom.domain.tables.records that implement IMRelationMethods in cn.vertxup.atom.domain.tables.records with type parameters of type IMRelationMethods in cn.vertxup.atom.domain.tables.records with parameters of type IMRelation