Uses of Interface
cn.vertxup.rbac.domain.tables.interfaces.ISGroup
-
Packages that use ISGroup Package Description cn.vertxup.rbac.domain.tables.interfaces cn.vertxup.rbac.domain.tables.pojos cn.vertxup.rbac.domain.tables.records -
-
Uses of ISGroup in cn.vertxup.rbac.domain.tables.interfaces
Methods in cn.vertxup.rbac.domain.tables.interfaces with type parameters of type ISGroup Modifier and Type Method Description <E extends ISGroup>
EISGroup. into(E into)Copy data into another generated Record/POJO implementing the common interface ISGroupMethods in cn.vertxup.rbac.domain.tables.interfaces that return ISGroup Modifier and Type Method Description default ISGroupISGroup. fromJson(io.vertx.core.json.JsonObject json)ISGroupISGroup. setActive(Boolean value)Setter forDB_ETERNAL.S_GROUP.ACTIVE.ISGroupISGroup. setCategory(String value)Setter forDB_ETERNAL.S_GROUP.CATEGORY.ISGroupISGroup. setCode(String value)Setter forDB_ETERNAL.S_GROUP.CODE.ISGroupISGroup. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.S_GROUP.CREATED_AT.ISGroupISGroup. setCreatedBy(String value)Setter forDB_ETERNAL.S_GROUP.CREATED_BY.ISGroupISGroup. setKey(String value)Setter forDB_ETERNAL.S_GROUP.KEY.ISGroupISGroup. setLanguage(String value)Setter forDB_ETERNAL.S_GROUP.LANGUAGE.ISGroupISGroup. setMetadata(String value)Setter forDB_ETERNAL.S_GROUP.METADATA.ISGroupISGroup. setModelId(String value)Setter forDB_ETERNAL.S_GROUP.MODEL_ID.ISGroupISGroup. setModelKey(String value)Setter forDB_ETERNAL.S_GROUP.MODEL_KEY.ISGroupISGroup. setName(String value)Setter forDB_ETERNAL.S_GROUP.NAME.ISGroupISGroup. setParentId(String value)Setter forDB_ETERNAL.S_GROUP.PARENT_ID.ISGroupISGroup. setSigma(String value)Setter forDB_ETERNAL.S_GROUP.SIGMA.ISGroupISGroup. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.S_GROUP.UPDATED_AT.ISGroupISGroup. setUpdatedBy(String value)Setter forDB_ETERNAL.S_GROUP.UPDATED_BY.Methods in cn.vertxup.rbac.domain.tables.interfaces with parameters of type ISGroup Modifier and Type Method Description voidISGroup. from(ISGroup from)Load data from another generated Record/POJO implementing the common interface ISGroup -
Uses of ISGroup in cn.vertxup.rbac.domain.tables.pojos
Classes in cn.vertxup.rbac.domain.tables.pojos that implement ISGroup Modifier and Type Class Description classSGroupThis class is generated by jOOQ.Methods in cn.vertxup.rbac.domain.tables.pojos with type parameters of type ISGroup Modifier and Type Method Description <E extends ISGroup>
ESGroup. into(E into)Methods in cn.vertxup.rbac.domain.tables.pojos with parameters of type ISGroup Modifier and Type Method Description voidSGroup. from(ISGroup from)Constructors in cn.vertxup.rbac.domain.tables.pojos with parameters of type ISGroup Constructor Description SGroup(ISGroup value) -
Uses of ISGroup in cn.vertxup.rbac.domain.tables.records
Classes in cn.vertxup.rbac.domain.tables.records that implement ISGroup Modifier and Type Class Description classSGroupRecordThis class is generated by jOOQ.Methods in cn.vertxup.rbac.domain.tables.records with type parameters of type ISGroup Modifier and Type Method Description <E extends ISGroup>
ESGroupRecord. into(E into)Methods in cn.vertxup.rbac.domain.tables.records with parameters of type ISGroup Modifier and Type Method Description voidSGroupRecord. from(ISGroup from)
-