| Package | Description |
|---|---|
| cn.vertxup.erp.domain.tables.daos | |
| cn.vertxup.erp.domain.tables.pojos |
| Modifier and Type | Method and Description |
|---|---|
EEmployee |
EEmployeeDao.fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
| Modifier and Type | Method and Description |
|---|---|
List<EEmployee> |
EEmployeeDao.fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<EEmployee>> |
EEmployeeDao.fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<EEmployee> |
EEmployeeDao.fetchByCompanyId(String... values)
Fetch records that have
COMPANY_ID IN (values) |
CompletableFuture<List<EEmployee>> |
EEmployeeDao.fetchByCompanyIdAsync(List<String> values)
Fetch records that have
COMPANY_ID IN (values) asynchronously |
List<EEmployee> |
EEmployeeDao.fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<EEmployee>> |
EEmployeeDao.fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<EEmployee> |
EEmployeeDao.fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<EEmployee>> |
EEmployeeDao.fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<EEmployee> |
EEmployeeDao.fetchByDeptId(String... values)
Fetch records that have
DEPT_ID IN (values) |
CompletableFuture<List<EEmployee>> |
EEmployeeDao.fetchByDeptIdAsync(List<String> values)
Fetch records that have
DEPT_ID IN (values) asynchronously |
List<EEmployee> |
EEmployeeDao.fetchByIdentityId(String... values)
Fetch records that have
IDENTITY_ID IN (values) |
CompletableFuture<List<EEmployee>> |
EEmployeeDao.fetchByIdentityIdAsync(List<String> values)
Fetch records that have
IDENTITY_ID IN (values) asynchronously |
List<EEmployee> |
EEmployeeDao.fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<EEmployee>> |
EEmployeeDao.fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<EEmployee> |
EEmployeeDao.fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<EEmployee>> |
EEmployeeDao.fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<EEmployee> |
EEmployeeDao.fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<EEmployee>> |
EEmployeeDao.fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<EEmployee> |
EEmployeeDao.fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<EEmployee>> |
EEmployeeDao.fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<EEmployee> |
EEmployeeDao.fetchByTeamId(String... values)
Fetch records that have
TEAM_ID IN (values) |
CompletableFuture<List<EEmployee>> |
EEmployeeDao.fetchByTeamIdAsync(List<String> values)
Fetch records that have
TEAM_ID IN (values) asynchronously |
List<EEmployee> |
EEmployeeDao.fetchByType(String... values)
Fetch records that have
TYPE IN (values) |
CompletableFuture<List<EEmployee>> |
EEmployeeDao.fetchByTypeAsync(List<String> values)
Fetch records that have
TYPE IN (values) asynchronously |
List<EEmployee> |
EEmployeeDao.fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<EEmployee>> |
EEmployeeDao.fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<EEmployee> |
EEmployeeDao.fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<EEmployee>> |
EEmployeeDao.fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
List<EEmployee> |
EEmployeeDao.fetchByViceEmail(String... values)
Fetch records that have
VICE_EMAIL IN (values) |
CompletableFuture<List<EEmployee>> |
EEmployeeDao.fetchByViceEmailAsync(List<String> values)
Fetch records that have
VICE_EMAIL IN (values) asynchronously |
List<EEmployee> |
EEmployeeDao.fetchByViceMobile(String... values)
Fetch records that have
VICE_MOBILE IN (values) |
CompletableFuture<List<EEmployee>> |
EEmployeeDao.fetchByViceMobileAsync(List<String> values)
Fetch records that have
VICE_MOBILE IN (values) asynchronously |
List<EEmployee> |
EEmployeeDao.fetchByViceName(String... values)
Fetch records that have
VICE_NAME IN (values) |
CompletableFuture<List<EEmployee>> |
EEmployeeDao.fetchByViceNameAsync(List<String> values)
Fetch records that have
VICE_NAME IN (values) asynchronously |
List<EEmployee> |
EEmployeeDao.fetchByWorkExtension(String... values)
Fetch records that have
WORK_EXTENSION IN (values) |
CompletableFuture<List<EEmployee>> |
EEmployeeDao.fetchByWorkExtensionAsync(List<String> values)
Fetch records that have
WORK_EXTENSION IN (values) asynchronously |
List<EEmployee> |
EEmployeeDao.fetchByWorkLocation(String... values)
Fetch records that have
WORK_LOCATION IN (values) |
CompletableFuture<List<EEmployee>> |
EEmployeeDao.fetchByWorkLocationAsync(List<String> values)
Fetch records that have
WORK_LOCATION IN (values) asynchronously |
List<EEmployee> |
EEmployeeDao.fetchByWorkNumber(String... values)
Fetch records that have
WORK_NUMBER IN (values) |
CompletableFuture<List<EEmployee>> |
EEmployeeDao.fetchByWorkNumberAsync(List<String> values)
Fetch records that have
WORK_NUMBER IN (values) asynchronously |
List<EEmployee> |
EEmployeeDao.fetchByWorkPhone(String... values)
Fetch records that have
WORK_PHONE IN (values) |
CompletableFuture<List<EEmployee>> |
EEmployeeDao.fetchByWorkPhoneAsync(List<String> values)
Fetch records that have
WORK_PHONE IN (values) asynchronously |
List<EEmployee> |
EEmployeeDao.fetchByWorkTitle(String... values)
Fetch records that have
WORK_TITLE IN (values) |
CompletableFuture<List<EEmployee>> |
EEmployeeDao.fetchByWorkTitleAsync(List<String> values)
Fetch records that have
WORK_TITLE IN (values) asynchronously |
CompletableFuture<EEmployee> |
EEmployeeDao.fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
| Modifier and Type | Method and Description |
|---|---|
protected String |
EEmployeeDao.getId(EEmployee object) |
| Constructor and Description |
|---|
EEmployee(EEmployee value) |
Copyright © 2021. All rights reserved.