Uses of Interface
cn.vertxup.ambient.domain.tables.interfaces.IXModule
-
Packages that use IXModule Package Description cn.vertxup.ambient.domain.tables.interfaces cn.vertxup.ambient.domain.tables.pojos cn.vertxup.ambient.domain.tables.records -
-
Uses of IXModule in cn.vertxup.ambient.domain.tables.interfaces
Methods in cn.vertxup.ambient.domain.tables.interfaces with type parameters of type IXModule Modifier and Type Method Description <E extends IXModule>
EIXModule. into(E into)Copy data into another generated Record/POJO implementing the common interface IXModuleMethods in cn.vertxup.ambient.domain.tables.interfaces that return IXModule Modifier and Type Method Description default IXModuleIXModule. fromJson(io.vertx.core.json.JsonObject json)IXModuleIXModule. setActive(Boolean value)Setter forDB_ETERNAL.X_MODULE.ACTIVE.IXModuleIXModule. setAppId(String value)Setter forDB_ETERNAL.X_MODULE.APP_ID.IXModuleIXModule. setCode(String value)Setter forDB_ETERNAL.X_MODULE.CODE.IXModuleIXModule. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.X_MODULE.CREATED_AT.IXModuleIXModule. setCreatedBy(String value)Setter forDB_ETERNAL.X_MODULE.CREATED_BY.IXModuleIXModule. setEntry(String value)Setter forDB_ETERNAL.X_MODULE.ENTRY.IXModuleIXModule. setKey(String value)Setter forDB_ETERNAL.X_MODULE.KEY.IXModuleIXModule. setLanguage(String value)Setter forDB_ETERNAL.X_MODULE.LANGUAGE.IXModuleIXModule. setMetadata(String value)Setter forDB_ETERNAL.X_MODULE.METADATA.IXModuleIXModule. setModelId(String value)Setter forDB_ETERNAL.X_MODULE.MODEL_ID.IXModuleIXModule. setName(String value)Setter forDB_ETERNAL.X_MODULE.NAME.IXModuleIXModule. setSigma(String value)Setter forDB_ETERNAL.X_MODULE.SIGMA.IXModuleIXModule. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.X_MODULE.UPDATED_AT.IXModuleIXModule. setUpdatedBy(String value)Setter forDB_ETERNAL.X_MODULE.UPDATED_BY.Methods in cn.vertxup.ambient.domain.tables.interfaces with parameters of type IXModule Modifier and Type Method Description voidIXModule. from(IXModule from)Load data from another generated Record/POJO implementing the common interface IXModule -
Uses of IXModule in cn.vertxup.ambient.domain.tables.pojos
Classes in cn.vertxup.ambient.domain.tables.pojos that implement IXModule Modifier and Type Class Description classXModuleThis class is generated by jOOQ.Methods in cn.vertxup.ambient.domain.tables.pojos with type parameters of type IXModule Modifier and Type Method Description <E extends IXModule>
EXModule. into(E into)Methods in cn.vertxup.ambient.domain.tables.pojos with parameters of type IXModule Modifier and Type Method Description voidXModule. from(IXModule from)Constructors in cn.vertxup.ambient.domain.tables.pojos with parameters of type IXModule Constructor Description XModule(IXModule value) -
Uses of IXModule in cn.vertxup.ambient.domain.tables.records
Classes in cn.vertxup.ambient.domain.tables.records that implement IXModule Modifier and Type Class Description classXModuleRecordThis class is generated by jOOQ.Methods in cn.vertxup.ambient.domain.tables.records with type parameters of type IXModule Modifier and Type Method Description <E extends IXModule>
EXModuleRecord. into(E into)Methods in cn.vertxup.ambient.domain.tables.records with parameters of type IXModule Modifier and Type Method Description voidXModuleRecord. from(IXModule from)
-