Uses of Interface
cn.vertxup.atom.domain.tables.interfaces.IMEntity
Packages that use IMEntity
Package
Description
-
Uses of IMEntity in cn.vertxup.atom.domain.tables.interfaces
Methods in cn.vertxup.atom.domain.tables.interfaces with type parameters of type IMEntityModifier and TypeMethodDescription<E extends IMEntity>
EIMEntity.into(E into) Copy data into another generated Record/POJO implementing the common interface IMEntityMethods in cn.vertxup.atom.domain.tables.interfaces that return IMEntityModifier and TypeMethodDescriptiondefault IMEntityIMEntity.fromJson(io.vertx.core.json.JsonObject json) Setter forDB_ETERNAL.M_ENTITY.ACTIVE.IMEntity.setComments(String value) Setter forDB_ETERNAL.M_ENTITY.COMMENTS.IMEntity.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.M_ENTITY.CREATED_AT.IMEntity.setCreatedBy(String value) Setter forDB_ETERNAL.M_ENTITY.CREATED_BY.IMEntity.setIdentifier(String value) Setter forDB_ETERNAL.M_ENTITY.IDENTIFIER.Setter forDB_ETERNAL.M_ENTITY.KEY.IMEntity.setLanguage(String value) Setter forDB_ETERNAL.M_ENTITY.LANGUAGE.IMEntity.setMetadata(String value) Setter forDB_ETERNAL.M_ENTITY.METADATA.Setter forDB_ETERNAL.M_ENTITY.NAME.IMEntity.setNamespace(String value) Setter forDB_ETERNAL.M_ENTITY.NAMESPACE.Setter forDB_ETERNAL.M_ENTITY.SIGMA.IMEntity.setTableName(String value) Setter forDB_ETERNAL.M_ENTITY.TABLE_NAME.Setter forDB_ETERNAL.M_ENTITY.TYPE.IMEntity.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.M_ENTITY.UPDATED_AT.IMEntity.setUpdatedBy(String value) Setter forDB_ETERNAL.M_ENTITY.UPDATED_BY.Methods in cn.vertxup.atom.domain.tables.interfaces with parameters of type IMEntity -
Uses of IMEntity in cn.vertxup.atom.domain.tables.pojos
Classes in cn.vertxup.atom.domain.tables.pojos that implement IMEntityMethods in cn.vertxup.atom.domain.tables.pojos with type parameters of type IMEntityMethods in cn.vertxup.atom.domain.tables.pojos with parameters of type IMEntityConstructors in cn.vertxup.atom.domain.tables.pojos with parameters of type IMEntity -
Uses of IMEntity in cn.vertxup.atom.domain.tables.records
Classes in cn.vertxup.atom.domain.tables.records that implement IMEntityMethods in cn.vertxup.atom.domain.tables.records with type parameters of type IMEntityMethods in cn.vertxup.atom.domain.tables.records with parameters of type IMEntity