| Package | Description |
|---|---|
| cn.vertxup.erp.domain.tables.daos | |
| cn.vertxup.erp.domain.tables.pojos |
| Modifier and Type | Method and Description |
|---|---|
List<RTeamEmployee> |
RTeamEmployeeDao.fetchByComment(String... values)
Fetch records that have
COMMENT IN (values) |
CompletableFuture<List<RTeamEmployee>> |
RTeamEmployeeDao.fetchByCommentAsync(List<String> values)
Fetch records that have
COMMENT IN (values) asynchronously |
List<RTeamEmployee> |
RTeamEmployeeDao.fetchByEmployeeId(String... values)
Fetch records that have
EMPLOYEE_ID IN (values) |
CompletableFuture<List<RTeamEmployee>> |
RTeamEmployeeDao.fetchByEmployeeIdAsync(List<String> values)
Fetch records that have
EMPLOYEE_ID IN (values) asynchronously |
List<RTeamEmployee> |
RTeamEmployeeDao.fetchByTeamId(String... values)
Fetch records that have
TEAM_ID IN (values) |
CompletableFuture<List<RTeamEmployee>> |
RTeamEmployeeDao.fetchByTeamIdAsync(List<String> values)
Fetch records that have
TEAM_ID IN (values) asynchronously |
| Modifier and Type | Method and Description |
|---|---|
protected org.jooq.Record2<String,String> |
RTeamEmployeeDao.getId(RTeamEmployee object) |
| Modifier and Type | Method and Description |
|---|---|
RTeamEmployee |
RTeamEmployee.setComment(String comment) |
RTeamEmployee |
RTeamEmployee.setEmployeeId(String employeeId) |
RTeamEmployee |
RTeamEmployee.setTeamId(String teamId) |
| Constructor and Description |
|---|
RTeamEmployee(RTeamEmployee value) |
Copyright © 2021. All rights reserved.