| Package | Description |
|---|---|
| cn.vertxup.rbac.domain.tables.daos | |
| cn.vertxup.rbac.domain.tables.pojos |
| Modifier and Type | Method and Description |
|---|---|
List<RRolePerm> |
RRolePermDao.fetchByPermId(String... values)
Fetch records that have
PERM_ID IN (values) |
CompletableFuture<List<RRolePerm>> |
RRolePermDao.fetchByPermIdAsync(List<String> values)
Fetch records that have
PERM_ID IN (values) asynchronously |
List<RRolePerm> |
RRolePermDao.fetchByRoleId(String... values)
Fetch records that have
ROLE_ID IN (values) |
CompletableFuture<List<RRolePerm>> |
RRolePermDao.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> |
RRolePermDao.getId(RRolePerm object) |
| Modifier and Type | Method and Description |
|---|---|
RRolePerm |
RRolePerm.setPermId(String permId) |
RRolePerm |
RRolePerm.setRoleId(String roleId) |
| Constructor and Description |
|---|
RRolePerm(RRolePerm value) |
Copyright © 2019. All rights reserved.