| Package | Description |
|---|---|
| cn.vertxup.erp.domain.tables.daos | |
| cn.vertxup.erp.domain.tables.pojos |
| Modifier and Type | Method and Description |
|---|---|
EContract |
EContractDao.fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
| Modifier and Type | Method and Description |
|---|---|
List<EContract> |
EContractDao.fetchByAAddress(String... values)
Fetch records that have
A_ADDRESS IN (values) |
CompletableFuture<List<EContract>> |
EContractDao.fetchByAAddressAsync(List<String> values)
Fetch records that have
A_ADDRESS IN (values) asynchronously |
List<EContract> |
EContractDao.fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<EContract>> |
EContractDao.fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<EContract> |
EContractDao.fetchByAmount(BigDecimal... values)
Fetch records that have
AMOUNT IN (values) |
CompletableFuture<List<EContract>> |
EContractDao.fetchByAmountAsync(List<BigDecimal> values)
Fetch records that have
AMOUNT IN (values) asynchronously |
List<EContract> |
EContractDao.fetchByAName(String... values)
Fetch records that have
A_NAME IN (values) |
CompletableFuture<List<EContract>> |
EContractDao.fetchByANameAsync(List<String> values)
Fetch records that have
A_NAME IN (values) asynchronously |
List<EContract> |
EContractDao.fetchByAPhone(String... values)
Fetch records that have
A_PHONE IN (values) |
CompletableFuture<List<EContract>> |
EContractDao.fetchByAPhoneAsync(List<String> values)
Fetch records that have
A_PHONE IN (values) asynchronously |
List<EContract> |
EContractDao.fetchByBAddress(String... values)
Fetch records that have
B_ADDRESS IN (values) |
CompletableFuture<List<EContract>> |
EContractDao.fetchByBAddressAsync(List<String> values)
Fetch records that have
B_ADDRESS IN (values) asynchronously |
List<EContract> |
EContractDao.fetchByBName(String... values)
Fetch records that have
B_NAME IN (values) |
CompletableFuture<List<EContract>> |
EContractDao.fetchByBNameAsync(List<String> values)
Fetch records that have
B_NAME IN (values) asynchronously |
List<EContract> |
EContractDao.fetchByBPhone(String... values)
Fetch records that have
B_PHONE IN (values) |
CompletableFuture<List<EContract>> |
EContractDao.fetchByBPhoneAsync(List<String> values)
Fetch records that have
B_PHONE IN (values) asynchronously |
List<EContract> |
EContractDao.fetchByCode(String... values)
Fetch records that have
CODE IN (values) |
CompletableFuture<List<EContract>> |
EContractDao.fetchByCodeAsync(List<String> values)
Fetch records that have
CODE IN (values) asynchronously |
List<EContract> |
EContractDao.fetchByCompanyId(String... values)
Fetch records that have
COMPANY_ID IN (values) |
CompletableFuture<List<EContract>> |
EContractDao.fetchByCompanyIdAsync(List<String> values)
Fetch records that have
COMPANY_ID IN (values) asynchronously |
List<EContract> |
EContractDao.fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<EContract>> |
EContractDao.fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<EContract> |
EContractDao.fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<EContract>> |
EContractDao.fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<EContract> |
EContractDao.fetchByCustomerId(String... values)
Fetch records that have
CUSTOMER_ID IN (values) |
CompletableFuture<List<EContract>> |
EContractDao.fetchByCustomerIdAsync(List<String> values)
Fetch records that have
CUSTOMER_ID IN (values) asynchronously |
List<EContract> |
EContractDao.fetchByExpiredAt(LocalDateTime... values)
Fetch records that have
EXPIRED_AT IN (values) |
CompletableFuture<List<EContract>> |
EContractDao.fetchByExpiredAtAsync(List<LocalDateTime> values)
Fetch records that have
EXPIRED_AT IN (values) asynchronously |
List<EContract> |
EContractDao.fetchByFileKey(String... values)
Fetch records that have
FILE_KEY IN (values) |
CompletableFuture<List<EContract>> |
EContractDao.fetchByFileKeyAsync(List<String> values)
Fetch records that have
FILE_KEY IN (values) asynchronously |
List<EContract> |
EContractDao.fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<EContract>> |
EContractDao.fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<EContract> |
EContractDao.fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<EContract>> |
EContractDao.fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<EContract> |
EContractDao.fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<EContract>> |
EContractDao.fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<EContract> |
EContractDao.fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<EContract>> |
EContractDao.fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<EContract> |
EContractDao.fetchByRunAt(LocalDateTime... values)
Fetch records that have
RUN_AT IN (values) |
CompletableFuture<List<EContract>> |
EContractDao.fetchByRunAtAsync(List<LocalDateTime> values)
Fetch records that have
RUN_AT IN (values) asynchronously |
List<EContract> |
EContractDao.fetchByRunUpAt(LocalDateTime... values)
Fetch records that have
RUN_UP_AT IN (values) |
CompletableFuture<List<EContract>> |
EContractDao.fetchByRunUpAtAsync(List<LocalDateTime> values)
Fetch records that have
RUN_UP_AT IN (values) asynchronously |
List<EContract> |
EContractDao.fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<EContract>> |
EContractDao.fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<EContract> |
EContractDao.fetchBySignedAt(LocalDateTime... values)
Fetch records that have
SIGNED_AT IN (values) |
CompletableFuture<List<EContract>> |
EContractDao.fetchBySignedAtAsync(List<LocalDateTime> values)
Fetch records that have
SIGNED_AT IN (values) asynchronously |
List<EContract> |
EContractDao.fetchByTitle(String... values)
Fetch records that have
TITLE IN (values) |
CompletableFuture<List<EContract>> |
EContractDao.fetchByTitleAsync(List<String> values)
Fetch records that have
TITLE IN (values) asynchronously |
List<EContract> |
EContractDao.fetchByType(String... values)
Fetch records that have
TYPE IN (values) |
CompletableFuture<List<EContract>> |
EContractDao.fetchByTypeAsync(List<String> values)
Fetch records that have
TYPE IN (values) asynchronously |
List<EContract> |
EContractDao.fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<EContract>> |
EContractDao.fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<EContract> |
EContractDao.fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<EContract>> |
EContractDao.fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
CompletableFuture<EContract> |
EContractDao.fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
| Modifier and Type | Method and Description |
|---|---|
protected String |
EContractDao.getId(EContract object) |
| Constructor and Description |
|---|
EContract(EContract value) |
Copyright © 2021. All rights reserved.