Uses of Interface
cn.vertxup.atom.domain.tables.interfaces.IMEntity
-
Packages that use IMEntity Package Description cn.vertxup.atom.domain.tables.interfaces cn.vertxup.atom.domain.tables.pojos cn.vertxup.atom.domain.tables.records -
-
Uses of IMEntity in cn.vertxup.atom.domain.tables.interfaces
Methods in cn.vertxup.atom.domain.tables.interfaces with type parameters of type IMEntity Modifier and Type Method Description <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 IMEntity Modifier and Type Method Description default IMEntityIMEntity. fromJson(io.vertx.core.json.JsonObject json)IMEntityIMEntity. setActive(Boolean value)Setter forDB_ETERNAL.M_ENTITY.ACTIVE.IMEntityIMEntity. setComments(String value)Setter forDB_ETERNAL.M_ENTITY.COMMENTS.IMEntityIMEntity. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.M_ENTITY.CREATED_AT.IMEntityIMEntity. setCreatedBy(String value)Setter forDB_ETERNAL.M_ENTITY.CREATED_BY.IMEntityIMEntity. setIdentifier(String value)Setter forDB_ETERNAL.M_ENTITY.IDENTIFIER.IMEntityIMEntity. setKey(String value)Setter forDB_ETERNAL.M_ENTITY.KEY.IMEntityIMEntity. setLanguage(String value)Setter forDB_ETERNAL.M_ENTITY.LANGUAGE.IMEntityIMEntity. setMetadata(String value)Setter forDB_ETERNAL.M_ENTITY.METADATA.IMEntityIMEntity. setName(String value)Setter forDB_ETERNAL.M_ENTITY.NAME.IMEntityIMEntity. setNamespace(String value)Setter forDB_ETERNAL.M_ENTITY.NAMESPACE.IMEntityIMEntity. setSigma(String value)Setter forDB_ETERNAL.M_ENTITY.SIGMA.IMEntityIMEntity. setTableName(String value)Setter forDB_ETERNAL.M_ENTITY.TABLE_NAME.IMEntityIMEntity. setType(String value)Setter forDB_ETERNAL.M_ENTITY.TYPE.IMEntityIMEntity. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.M_ENTITY.UPDATED_AT.IMEntityIMEntity. setUpdatedBy(String value)Setter forDB_ETERNAL.M_ENTITY.UPDATED_BY.Methods in cn.vertxup.atom.domain.tables.interfaces with parameters of type IMEntity Modifier and Type Method Description voidIMEntity. from(IMEntity from)Load data from another generated Record/POJO implementing the common interface IMEntity -
Uses of IMEntity in cn.vertxup.atom.domain.tables.pojos
Classes in cn.vertxup.atom.domain.tables.pojos that implement IMEntity Modifier and Type Class Description classMEntityThis class is generated by jOOQ.Methods in cn.vertxup.atom.domain.tables.pojos with type parameters of type IMEntity Modifier and Type Method Description <E extends IMEntity>
EMEntity. into(E into)Methods in cn.vertxup.atom.domain.tables.pojos with parameters of type IMEntity Modifier and Type Method Description voidMEntity. from(IMEntity from)Constructors in cn.vertxup.atom.domain.tables.pojos with parameters of type IMEntity Constructor Description MEntity(IMEntity value) -
Uses of IMEntity in cn.vertxup.atom.domain.tables.records
Classes in cn.vertxup.atom.domain.tables.records that implement IMEntity Modifier and Type Class Description classMEntityRecordThis class is generated by jOOQ.Methods in cn.vertxup.atom.domain.tables.records with type parameters of type IMEntity Modifier and Type Method Description <E extends IMEntity>
EMEntityRecord. into(E into)Methods in cn.vertxup.atom.domain.tables.records with parameters of type IMEntity Modifier and Type Method Description voidMEntityRecord. from(IMEntity from)
-