Uses of Class
cn.vertxup.rbac.domain.tables.pojos.RRolePerm
Packages that use RRolePerm
Package
Description
-
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 RRolePermModifier and TypeMethodDescriptionRRolePermDao.findManyByRoleId(Collection<String> values) Find records that haveROLE_ID IN (values)asynchronouslyRRolePermDao.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 -
Uses of RRolePerm in cn.vertxup.rbac.domain.tables.pojos
Methods in cn.vertxup.rbac.domain.tables.pojos that return RRolePerm -
Uses of RRolePerm in cn.vertxup.rbac.domain.tables.records
Constructors in cn.vertxup.rbac.domain.tables.records with parameters of type RRolePermModifierConstructorDescriptionRRolePermRecord(RRolePerm value) Create a detached, initialised RRolePermRecord