Uses of Class
cn.vertxup.rbac.domain.tables.pojos.RUserRole
Packages that use RUserRole
Package
Description
-
Uses of RUserRole in cn.vertxup.rbac.domain.tables.daos
Methods in cn.vertxup.rbac.domain.tables.daos that return types with arguments of type RUserRoleModifier and TypeMethodDescriptionRUserRoleDao.findManyByPriority(Collection<Integer> values) Find records that havePRIORITY IN (values)asynchronouslyRUserRoleDao.findManyByPriority(Collection<Integer> values, int limit) Find records that havePRIORITY IN (values)asynchronously limited by the given limitRUserRoleDao.findManyByRoleId(Collection<String> values) Find records that haveROLE_ID IN (values)asynchronouslyRUserRoleDao.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<RUserRoleRecord,RUserRole, org.jooq.Record2<String, String>> RUserRoleDao.queryExecutor()Methods in cn.vertxup.rbac.domain.tables.daos with parameters of type RUserRole -
Uses of RUserRole in cn.vertxup.rbac.domain.tables.pojos
Methods in cn.vertxup.rbac.domain.tables.pojos that return RUserRoleModifier and TypeMethodDescriptionRUserRole.setPriority(Integer priority) Setter forDB_ETERNAL.R_USER_ROLE.PRIORITY.Setter forDB_ETERNAL.R_USER_ROLE.ROLE_ID.Setter forDB_ETERNAL.R_USER_ROLE.USER_ID. -
Uses of RUserRole in cn.vertxup.rbac.domain.tables.records
Constructors in cn.vertxup.rbac.domain.tables.records with parameters of type RUserRoleModifierConstructorDescriptionRUserRoleRecord(RUserRole value) Create a detached, initialised RUserRoleRecord