| Package | Description |
|---|---|
| cn.vertxup.rbac.domain.tables.daos | |
| cn.vertxup.rbac.domain.tables.pojos |
| Modifier and Type | Method and Description |
|---|---|
List<RUserRole> |
RUserRoleDao.fetchByPriority(Integer... values)
Fetch records that have
PRIORITY IN (values) |
CompletableFuture<List<RUserRole>> |
RUserRoleDao.fetchByPriorityAsync(List<Integer> values)
Fetch records that have
PRIORITY IN (values) asynchronously |
List<RUserRole> |
RUserRoleDao.fetchByRoleId(String... values)
Fetch records that have
ROLE_ID IN (values) |
CompletableFuture<List<RUserRole>> |
RUserRoleDao.fetchByRoleIdAsync(List<String> values)
Fetch records that have
ROLE_ID IN (values) asynchronously |
List<RUserRole> |
RUserRoleDao.fetchByUserId(String... values)
Fetch records that have
USER_ID IN (values) |
CompletableFuture<List<RUserRole>> |
RUserRoleDao.fetchByUserIdAsync(List<String> values)
Fetch records that have
USER_ID IN (values) asynchronously |
| Modifier and Type | Method and Description |
|---|---|
protected org.jooq.Record2<String,String> |
RUserRoleDao.getId(RUserRole object) |
| Modifier and Type | Method and Description |
|---|---|
RUserRole |
RUserRole.setPriority(Integer priority) |
RUserRole |
RUserRole.setRoleId(String roleId) |
RUserRole |
RUserRole.setUserId(String userId) |
| Constructor and Description |
|---|
RUserRole(RUserRole value) |
Copyright © 2020. All rights reserved.