Uses of Interface
cn.vertxup.rbac.domain.tables.interfaces.ISRole
-
Packages that use ISRole Package Description cn.vertxup.rbac.domain.tables.interfaces cn.vertxup.rbac.domain.tables.pojos cn.vertxup.rbac.domain.tables.records -
-
Uses of ISRole in cn.vertxup.rbac.domain.tables.interfaces
Methods in cn.vertxup.rbac.domain.tables.interfaces with type parameters of type ISRole Modifier and Type Method Description <E extends ISRole>
EISRole. into(E into)Copy data into another generated Record/POJO implementing the common interface ISRoleMethods in cn.vertxup.rbac.domain.tables.interfaces that return ISRole Modifier and Type Method Description default ISRoleISRole. fromJson(io.vertx.core.json.JsonObject json)ISRoleISRole. setActive(Boolean value)Setter forDB_ETERNAL.S_ROLE.ACTIVE.ISRoleISRole. setCategory(String value)Setter forDB_ETERNAL.S_ROLE.CATEGORY.ISRoleISRole. setCode(String value)Setter forDB_ETERNAL.S_ROLE.CODE.ISRoleISRole. setComment(String value)Setter forDB_ETERNAL.S_ROLE.COMMENT.ISRoleISRole. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.S_ROLE.CREATED_AT.ISRoleISRole. setCreatedBy(String value)Setter forDB_ETERNAL.S_ROLE.CREATED_BY.ISRoleISRole. setKey(String value)Setter forDB_ETERNAL.S_ROLE.KEY.ISRoleISRole. setLanguage(String value)Setter forDB_ETERNAL.S_ROLE.LANGUAGE.ISRoleISRole. setMetadata(String value)Setter forDB_ETERNAL.S_ROLE.METADATA.ISRoleISRole. setModelId(String value)Setter forDB_ETERNAL.S_ROLE.MODEL_ID.ISRoleISRole. setModelKey(String value)Setter forDB_ETERNAL.S_ROLE.MODEL_KEY.ISRoleISRole. setName(String value)Setter forDB_ETERNAL.S_ROLE.NAME.ISRoleISRole. setPower(Boolean value)Setter forDB_ETERNAL.S_ROLE.POWER.ISRoleISRole. setSigma(String value)Setter forDB_ETERNAL.S_ROLE.SIGMA.ISRoleISRole. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.S_ROLE.UPDATED_AT.ISRoleISRole. setUpdatedBy(String value)Setter forDB_ETERNAL.S_ROLE.UPDATED_BY.Methods in cn.vertxup.rbac.domain.tables.interfaces with parameters of type ISRole Modifier and Type Method Description voidISRole. from(ISRole from)Load data from another generated Record/POJO implementing the common interface ISRole -
Uses of ISRole in cn.vertxup.rbac.domain.tables.pojos
Classes in cn.vertxup.rbac.domain.tables.pojos that implement ISRole Modifier and Type Class Description classSRoleThis class is generated by jOOQ.Methods in cn.vertxup.rbac.domain.tables.pojos with type parameters of type ISRole Modifier and Type Method Description <E extends ISRole>
ESRole. into(E into)Methods in cn.vertxup.rbac.domain.tables.pojos with parameters of type ISRole Modifier and Type Method Description voidSRole. from(ISRole from)Constructors in cn.vertxup.rbac.domain.tables.pojos with parameters of type ISRole Constructor Description SRole(ISRole value) -
Uses of ISRole in cn.vertxup.rbac.domain.tables.records
Classes in cn.vertxup.rbac.domain.tables.records that implement ISRole Modifier and Type Class Description classSRoleRecordThis class is generated by jOOQ.Methods in cn.vertxup.rbac.domain.tables.records with type parameters of type ISRole Modifier and Type Method Description <E extends ISRole>
ESRoleRecord. into(E into)Methods in cn.vertxup.rbac.domain.tables.records with parameters of type ISRole Modifier and Type Method Description voidSRoleRecord. from(ISRole from)
-