Uses of Interface
cn.vertxup.atom.domain.tables.interfaces.IMAcc
-
Packages that use IMAcc Package Description cn.vertxup.atom.domain.tables.interfaces cn.vertxup.atom.domain.tables.pojos cn.vertxup.atom.domain.tables.records -
-
Uses of IMAcc in cn.vertxup.atom.domain.tables.interfaces
Methods in cn.vertxup.atom.domain.tables.interfaces with type parameters of type IMAcc Modifier and Type Method Description <E extends IMAcc>
EIMAcc. into(E into)Copy data into another generated Record/POJO implementing the common interface IMAccMethods in cn.vertxup.atom.domain.tables.interfaces that return IMAcc Modifier and Type Method Description default IMAccIMAcc. fromJson(io.vertx.core.json.JsonObject json)IMAccIMAcc. setActive(Boolean value)Setter forDB_ETERNAL.M_ACC.ACTIVE.IMAccIMAcc. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.M_ACC.CREATED_AT.IMAccIMAcc. setCreatedBy(String value)Setter forDB_ETERNAL.M_ACC.CREATED_BY.IMAccIMAcc. setKey(String value)Setter forDB_ETERNAL.M_ACC.KEY.IMAccIMAcc. setLanguage(String value)Setter forDB_ETERNAL.M_ACC.LANGUAGE.IMAccIMAcc. setMetadata(String value)Setter forDB_ETERNAL.M_ACC.METADATA.IMAccIMAcc. setModelId(String value)Setter forDB_ETERNAL.M_ACC.MODEL_ID.IMAccIMAcc. setModelKey(String value)Setter forDB_ETERNAL.M_ACC.MODEL_KEY.IMAccIMAcc. setRecordJson(String value)Setter forDB_ETERNAL.M_ACC.RECORD_JSON.IMAccIMAcc. setRecordRaw(String value)Setter forDB_ETERNAL.M_ACC.RECORD_RAW.IMAccIMAcc. setRecordUnique(String value)Setter forDB_ETERNAL.M_ACC.RECORD_UNIQUE.IMAccIMAcc. setSigma(String value)Setter forDB_ETERNAL.M_ACC.SIGMA.IMAccIMAcc. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.M_ACC.UPDATED_AT.IMAccIMAcc. setUpdatedBy(String value)Setter forDB_ETERNAL.M_ACC.UPDATED_BY.Methods in cn.vertxup.atom.domain.tables.interfaces with parameters of type IMAcc Modifier and Type Method Description voidIMAcc. from(IMAcc from)Load data from another generated Record/POJO implementing the common interface IMAcc -
Uses of IMAcc in cn.vertxup.atom.domain.tables.pojos
Classes in cn.vertxup.atom.domain.tables.pojos that implement IMAcc Modifier and Type Class Description classMAccThis class is generated by jOOQ.Methods in cn.vertxup.atom.domain.tables.pojos with type parameters of type IMAcc Modifier and Type Method Description <E extends IMAcc>
EMAcc. into(E into)Methods in cn.vertxup.atom.domain.tables.pojos with parameters of type IMAcc Modifier and Type Method Description voidMAcc. from(IMAcc from)Constructors in cn.vertxup.atom.domain.tables.pojos with parameters of type IMAcc Constructor Description MAcc(IMAcc value) -
Uses of IMAcc in cn.vertxup.atom.domain.tables.records
Classes in cn.vertxup.atom.domain.tables.records that implement IMAcc Modifier and Type Class Description classMAccRecordThis class is generated by jOOQ.Methods in cn.vertxup.atom.domain.tables.records with type parameters of type IMAcc Modifier and Type Method Description <E extends IMAcc>
EMAccRecord. into(E into)Methods in cn.vertxup.atom.domain.tables.records with parameters of type IMAcc Modifier and Type Method Description voidMAccRecord. from(IMAcc from)
-