| Package | Description |
|---|---|
| cn.vertxup.rbac.domain.tables.daos | |
| cn.vertxup.rbac.domain.tables.pojos |
| Modifier and Type | Method and Description |
|---|---|
List<RGroupRole> |
RGroupRoleDao.fetchByGroupId(String... values)
Fetch records that have
GROUP_ID IN (values) |
CompletableFuture<List<RGroupRole>> |
RGroupRoleDao.fetchByGroupIdAsync(List<String> values)
Fetch records that have
GROUP_ID IN (values) asynchronously |
List<RGroupRole> |
RGroupRoleDao.fetchByPriority(Integer... values)
Fetch records that have
PRIORITY IN (values) |
CompletableFuture<List<RGroupRole>> |
RGroupRoleDao.fetchByPriorityAsync(List<Integer> values)
Fetch records that have
PRIORITY IN (values) asynchronously |
List<RGroupRole> |
RGroupRoleDao.fetchByRoleId(String... values)
Fetch records that have
ROLE_ID IN (values) |
CompletableFuture<List<RGroupRole>> |
RGroupRoleDao.fetchByRoleIdAsync(List<String> values)
Fetch records that have
ROLE_ID IN (values) asynchronously |
| Modifier and Type | Method and Description |
|---|---|
protected org.jooq.Record2<String,String> |
RGroupRoleDao.getId(RGroupRole object) |
| Modifier and Type | Method and Description |
|---|---|
RGroupRole |
RGroupRole.setGroupId(String groupId) |
RGroupRole |
RGroupRole.setPriority(Integer priority) |
RGroupRole |
RGroupRole.setRoleId(String roleId) |
| Constructor and Description |
|---|
RGroupRole(RGroupRole value) |
Copyright © 2021. All rights reserved.