Uses of Interface
cn.vertxup.rbac.domain.tables.interfaces.IRUserRole
-
Packages that use IRUserRole Package Description cn.vertxup.rbac.domain.tables.interfaces cn.vertxup.rbac.domain.tables.pojos cn.vertxup.rbac.domain.tables.records -
-
Uses of IRUserRole in cn.vertxup.rbac.domain.tables.interfaces
Methods in cn.vertxup.rbac.domain.tables.interfaces with type parameters of type IRUserRole Modifier and Type Method Description <E extends IRUserRole>
EIRUserRole. into(E into)Copy data into another generated Record/POJO implementing the common interface IRUserRoleMethods in cn.vertxup.rbac.domain.tables.interfaces that return IRUserRole Modifier and Type Method Description default IRUserRoleIRUserRole. fromJson(io.vertx.core.json.JsonObject json)IRUserRoleIRUserRole. setPriority(Integer value)Setter forDB_ETERNAL.R_USER_ROLE.PRIORITY.IRUserRoleIRUserRole. setRoleId(String value)Setter forDB_ETERNAL.R_USER_ROLE.ROLE_ID.IRUserRoleIRUserRole. setUserId(String value)Setter forDB_ETERNAL.R_USER_ROLE.USER_ID.Methods in cn.vertxup.rbac.domain.tables.interfaces with parameters of type IRUserRole Modifier and Type Method Description voidIRUserRole. from(IRUserRole from)Load data from another generated Record/POJO implementing the common interface IRUserRole -
Uses of IRUserRole in cn.vertxup.rbac.domain.tables.pojos
Classes in cn.vertxup.rbac.domain.tables.pojos that implement IRUserRole Modifier and Type Class Description classRUserRoleThis class is generated by jOOQ.Methods in cn.vertxup.rbac.domain.tables.pojos with type parameters of type IRUserRole Modifier and Type Method Description <E extends IRUserRole>
ERUserRole. into(E into)Methods in cn.vertxup.rbac.domain.tables.pojos with parameters of type IRUserRole Modifier and Type Method Description voidRUserRole. from(IRUserRole from)Constructors in cn.vertxup.rbac.domain.tables.pojos with parameters of type IRUserRole Constructor Description RUserRole(IRUserRole value) -
Uses of IRUserRole in cn.vertxup.rbac.domain.tables.records
Classes in cn.vertxup.rbac.domain.tables.records that implement IRUserRole Modifier and Type Class Description classRUserRoleRecordThis class is generated by jOOQ.Methods in cn.vertxup.rbac.domain.tables.records with type parameters of type IRUserRole Modifier and Type Method Description <E extends IRUserRole>
ERUserRoleRecord. into(E into)Methods in cn.vertxup.rbac.domain.tables.records with parameters of type IRUserRole Modifier and Type Method Description voidRUserRoleRecord. from(IRUserRole from)
-