Uses of Interface
cn.vertxup.rbac.domain.tables.interfaces.IRGroupRole
-
Packages that use IRGroupRole Package Description cn.vertxup.rbac.domain.tables.interfaces cn.vertxup.rbac.domain.tables.pojos cn.vertxup.rbac.domain.tables.records -
-
Uses of IRGroupRole in cn.vertxup.rbac.domain.tables.interfaces
Methods in cn.vertxup.rbac.domain.tables.interfaces with type parameters of type IRGroupRole Modifier and Type Method Description <E extends IRGroupRole>
EIRGroupRole. into(E into)Copy data into another generated Record/POJO implementing the common interface IRGroupRoleMethods in cn.vertxup.rbac.domain.tables.interfaces that return IRGroupRole Modifier and Type Method Description default IRGroupRoleIRGroupRole. fromJson(io.vertx.core.json.JsonObject json)IRGroupRoleIRGroupRole. setGroupId(String value)Setter forDB_ETERNAL.R_GROUP_ROLE.GROUP_ID.IRGroupRoleIRGroupRole. setPriority(Integer value)Setter forDB_ETERNAL.R_GROUP_ROLE.PRIORITY.IRGroupRoleIRGroupRole. setRoleId(String value)Setter forDB_ETERNAL.R_GROUP_ROLE.ROLE_ID.Methods in cn.vertxup.rbac.domain.tables.interfaces with parameters of type IRGroupRole Modifier and Type Method Description voidIRGroupRole. from(IRGroupRole from)Load data from another generated Record/POJO implementing the common interface IRGroupRole -
Uses of IRGroupRole in cn.vertxup.rbac.domain.tables.pojos
Classes in cn.vertxup.rbac.domain.tables.pojos that implement IRGroupRole Modifier and Type Class Description classRGroupRoleThis class is generated by jOOQ.Methods in cn.vertxup.rbac.domain.tables.pojos with type parameters of type IRGroupRole Modifier and Type Method Description <E extends IRGroupRole>
ERGroupRole. into(E into)Methods in cn.vertxup.rbac.domain.tables.pojos with parameters of type IRGroupRole Modifier and Type Method Description voidRGroupRole. from(IRGroupRole from)Constructors in cn.vertxup.rbac.domain.tables.pojos with parameters of type IRGroupRole Constructor Description RGroupRole(IRGroupRole value) -
Uses of IRGroupRole in cn.vertxup.rbac.domain.tables.records
Classes in cn.vertxup.rbac.domain.tables.records that implement IRGroupRole Modifier and Type Class Description classRGroupRoleRecordThis class is generated by jOOQ.Methods in cn.vertxup.rbac.domain.tables.records with type parameters of type IRGroupRole Modifier and Type Method Description <E extends IRGroupRole>
ERGroupRoleRecord. into(E into)Methods in cn.vertxup.rbac.domain.tables.records with parameters of type IRGroupRole Modifier and Type Method Description voidRGroupRoleRecord. from(IRGroupRole from)
-