Uses of Class
cn.vertxup.rbac.domain.tables.pojos.RRolePerm
-
Packages that use RRolePerm Package Description cn.vertxup.rbac.domain.tables.daos cn.vertxup.rbac.domain.tables.pojos cn.vertxup.rbac.domain.tables.records -
-
Uses of RRolePerm in cn.vertxup.rbac.domain.tables.daos
Methods in cn.vertxup.rbac.domain.tables.daos that return types with arguments of type RRolePerm Modifier and Type Method Description io.vertx.core.Future<List<RRolePerm>>RRolePermDao. findManyByRoleId(Collection<String> values)Find records that haveROLE_ID IN (values)asynchronouslyio.vertx.core.Future<List<RRolePerm>>RRolePermDao. findManyByRoleId(Collection<String> values, int limit)Find records that haveROLE_ID IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<RRolePermRecord,RRolePerm,org.jooq.Record2<String,String>>RRolePermDao. queryExecutor()Methods in cn.vertxup.rbac.domain.tables.daos with parameters of type RRolePerm Modifier and Type Method Description protected org.jooq.Record2<String,String>RRolePermDao. getId(RRolePerm object) -
Uses of RRolePerm in cn.vertxup.rbac.domain.tables.pojos
Methods in cn.vertxup.rbac.domain.tables.pojos that return RRolePerm Modifier and Type Method Description RRolePermRRolePerm. setPermId(String permId)Setter forDB_ETERNAL.R_ROLE_PERM.PERM_ID.RRolePermRRolePerm. setRoleId(String roleId)Setter forDB_ETERNAL.R_ROLE_PERM.ROLE_ID. -
Uses of RRolePerm in cn.vertxup.rbac.domain.tables.records
Constructors in cn.vertxup.rbac.domain.tables.records with parameters of type RRolePerm Constructor Description RRolePermRecord(RRolePerm value)Create a detached, initialised RRolePermRecord
-