Uses of Interface
cn.vertxup.rbac.domain.tables.interfaces.IRRolePerm
-
Packages that use IRRolePerm Package Description cn.vertxup.rbac.domain.tables.interfaces cn.vertxup.rbac.domain.tables.pojos cn.vertxup.rbac.domain.tables.records -
-
Uses of IRRolePerm in cn.vertxup.rbac.domain.tables.interfaces
Methods in cn.vertxup.rbac.domain.tables.interfaces with type parameters of type IRRolePerm Modifier and Type Method Description <E extends IRRolePerm>
EIRRolePerm. into(E into)Copy data into another generated Record/POJO implementing the common interface IRRolePermMethods in cn.vertxup.rbac.domain.tables.interfaces that return IRRolePerm Modifier and Type Method Description default IRRolePermIRRolePerm. fromJson(io.vertx.core.json.JsonObject json)IRRolePermIRRolePerm. setPermId(String value)Setter forDB_ETERNAL.R_ROLE_PERM.PERM_ID.IRRolePermIRRolePerm. setRoleId(String value)Setter forDB_ETERNAL.R_ROLE_PERM.ROLE_ID.Methods in cn.vertxup.rbac.domain.tables.interfaces with parameters of type IRRolePerm Modifier and Type Method Description voidIRRolePerm. from(IRRolePerm from)Load data from another generated Record/POJO implementing the common interface IRRolePerm -
Uses of IRRolePerm in cn.vertxup.rbac.domain.tables.pojos
Classes in cn.vertxup.rbac.domain.tables.pojos that implement IRRolePerm Modifier and Type Class Description classRRolePermThis class is generated by jOOQ.Methods in cn.vertxup.rbac.domain.tables.pojos with type parameters of type IRRolePerm Modifier and Type Method Description <E extends IRRolePerm>
ERRolePerm. into(E into)Methods in cn.vertxup.rbac.domain.tables.pojos with parameters of type IRRolePerm Modifier and Type Method Description voidRRolePerm. from(IRRolePerm from)Constructors in cn.vertxup.rbac.domain.tables.pojos with parameters of type IRRolePerm Constructor Description RRolePerm(IRRolePerm value) -
Uses of IRRolePerm in cn.vertxup.rbac.domain.tables.records
Classes in cn.vertxup.rbac.domain.tables.records that implement IRRolePerm Modifier and Type Class Description classRRolePermRecordThis class is generated by jOOQ.Methods in cn.vertxup.rbac.domain.tables.records with type parameters of type IRRolePerm Modifier and Type Method Description <E extends IRRolePerm>
ERRolePermRecord. into(E into)Methods in cn.vertxup.rbac.domain.tables.records with parameters of type IRRolePerm Modifier and Type Method Description voidRRolePermRecord. from(IRRolePerm from)
-