Uses of Class
cn.vertxup.rbac.domain.tables.pojos.RGroupRole
Packages that use RGroupRole
Package
Description
-
Uses of RGroupRole in cn.vertxup.rbac.domain.tables.daos
Methods in cn.vertxup.rbac.domain.tables.daos that return types with arguments of type RGroupRoleModifier and TypeMethodDescriptionio.vertx.core.Future<List<RGroupRole>>RGroupRoleDao.findManyByPriority(Collection<Integer> values) Find records that havePRIORITY IN (values)asynchronouslyio.vertx.core.Future<List<RGroupRole>>RGroupRoleDao.findManyByPriority(Collection<Integer> values, int limit) Find records that havePRIORITY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<RGroupRole>>RGroupRoleDao.findManyByRoleId(Collection<String> values) Find records that haveROLE_ID IN (values)asynchronouslyio.vertx.core.Future<List<RGroupRole>>RGroupRoleDao.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<RGroupRoleRecord,RGroupRole, org.jooq.Record2<String, String>> RGroupRoleDao.queryExecutor()Methods in cn.vertxup.rbac.domain.tables.daos with parameters of type RGroupRole -
Uses of RGroupRole in cn.vertxup.rbac.domain.tables.pojos
Methods in cn.vertxup.rbac.domain.tables.pojos that return RGroupRoleModifier and TypeMethodDescriptionRGroupRole.setGroupId(String groupId) Setter forDB_ETERNAL.R_GROUP_ROLE.GROUP_ID.RGroupRole.setPriority(Integer priority) Setter forDB_ETERNAL.R_GROUP_ROLE.PRIORITY.Setter forDB_ETERNAL.R_GROUP_ROLE.ROLE_ID. -
Uses of RGroupRole in cn.vertxup.rbac.domain.tables.records
Constructors in cn.vertxup.rbac.domain.tables.records with parameters of type RGroupRoleModifierConstructorDescriptionRGroupRoleRecord(RGroupRole value) Create a detached, initialised RGroupRoleRecord