| Package | Description |
|---|---|
| cn.vertxup.domain.tables.daos | |
| cn.vertxup.domain.tables.pojos |
| Modifier and Type | Method and Description |
|---|---|
List<RUserGroup> |
RUserGroupDao.fetchByGroupId(String... values)
Fetch records that have
GROUP_ID IN (values) |
CompletableFuture<List<RUserGroup>> |
RUserGroupDao.fetchByGroupIdAsync(List<String> values)
Fetch records that have
GROUP_ID IN (values) asynchronously |
List<RUserGroup> |
RUserGroupDao.fetchByPriority(Integer... values)
Fetch records that have
PRIORITY IN (values) |
CompletableFuture<List<RUserGroup>> |
RUserGroupDao.fetchByPriorityAsync(List<Integer> values)
Fetch records that have
PRIORITY IN (values) asynchronously |
List<RUserGroup> |
RUserGroupDao.fetchByUserId(String... values)
Fetch records that have
USER_ID IN (values) |
CompletableFuture<List<RUserGroup>> |
RUserGroupDao.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> |
RUserGroupDao.getId(RUserGroup object) |
| Modifier and Type | Method and Description |
|---|---|
RUserGroup |
RUserGroup.setGroupId(String groupId) |
RUserGroup |
RUserGroup.setPriority(Integer priority) |
RUserGroup |
RUserGroup.setUserId(String userId) |
| Constructor and Description |
|---|
RUserGroup(RUserGroup value) |
Copyright © 2019. All rights reserved.