| Package | Description |
|---|---|
| cn.vertxup.erp.domain.tables.daos | |
| cn.vertxup.erp.domain.tables.pojos |
| Modifier and Type | Method and Description |
|---|---|
ECustomer |
ECustomerDao.fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
| Modifier and Type | Method and Description |
|---|---|
List<ECustomer> |
ECustomerDao.fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<ECustomer>> |
ECustomerDao.fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<ECustomer> |
ECustomerDao.fetchByAddress(String... values)
Fetch records that have
ADDRESS IN (values) |
CompletableFuture<List<ECustomer>> |
ECustomerDao.fetchByAddressAsync(List<String> values)
Fetch records that have
ADDRESS IN (values) asynchronously |
List<ECustomer> |
ECustomerDao.fetchByCode(String... values)
Fetch records that have
CODE IN (values) |
CompletableFuture<List<ECustomer>> |
ECustomerDao.fetchByCodeAsync(List<String> values)
Fetch records that have
CODE IN (values) asynchronously |
List<ECustomer> |
ECustomerDao.fetchByComment(String... values)
Fetch records that have
COMMENT IN (values) |
CompletableFuture<List<ECustomer>> |
ECustomerDao.fetchByCommentAsync(List<String> values)
Fetch records that have
COMMENT IN (values) asynchronously |
List<ECustomer> |
ECustomerDao.fetchByContactEmail(String... values)
Fetch records that have
CONTACT_EMAIL IN (values) |
CompletableFuture<List<ECustomer>> |
ECustomerDao.fetchByContactEmailAsync(List<String> values)
Fetch records that have
CONTACT_EMAIL IN (values) asynchronously |
List<ECustomer> |
ECustomerDao.fetchByContactName(String... values)
Fetch records that have
CONTACT_NAME IN (values) |
CompletableFuture<List<ECustomer>> |
ECustomerDao.fetchByContactNameAsync(List<String> values)
Fetch records that have
CONTACT_NAME IN (values) asynchronously |
List<ECustomer> |
ECustomerDao.fetchByContactOnline(String... values)
Fetch records that have
CONTACT_ONLINE IN (values) |
CompletableFuture<List<ECustomer>> |
ECustomerDao.fetchByContactOnlineAsync(List<String> values)
Fetch records that have
CONTACT_ONLINE IN (values) asynchronously |
List<ECustomer> |
ECustomerDao.fetchByContactPhone(String... values)
Fetch records that have
CONTACT_PHONE IN (values) |
CompletableFuture<List<ECustomer>> |
ECustomerDao.fetchByContactPhoneAsync(List<String> values)
Fetch records that have
CONTACT_PHONE IN (values) asynchronously |
List<ECustomer> |
ECustomerDao.fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<ECustomer>> |
ECustomerDao.fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<ECustomer> |
ECustomerDao.fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<ECustomer>> |
ECustomerDao.fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<ECustomer> |
ECustomerDao.fetchByEmail(String... values)
Fetch records that have
EMAIL IN (values) |
CompletableFuture<List<ECustomer>> |
ECustomerDao.fetchByEmailAsync(List<String> values)
Fetch records that have
EMAIL IN (values) asynchronously |
List<ECustomer> |
ECustomerDao.fetchByFax(String... values)
Fetch records that have
FAX IN (values) |
CompletableFuture<List<ECustomer>> |
ECustomerDao.fetchByFaxAsync(List<String> values)
Fetch records that have
FAX IN (values) asynchronously |
List<ECustomer> |
ECustomerDao.fetchByHomepage(String... values)
Fetch records that have
HOMEPAGE IN (values) |
CompletableFuture<List<ECustomer>> |
ECustomerDao.fetchByHomepageAsync(List<String> values)
Fetch records that have
HOMEPAGE IN (values) asynchronously |
List<ECustomer> |
ECustomerDao.fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<ECustomer>> |
ECustomerDao.fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<ECustomer> |
ECustomerDao.fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<ECustomer>> |
ECustomerDao.fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<ECustomer> |
ECustomerDao.fetchByLogo(String... values)
Fetch records that have
LOGO IN (values) |
CompletableFuture<List<ECustomer>> |
ECustomerDao.fetchByLogoAsync(List<String> values)
Fetch records that have
LOGO IN (values) asynchronously |
List<ECustomer> |
ECustomerDao.fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<ECustomer>> |
ECustomerDao.fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<ECustomer> |
ECustomerDao.fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<ECustomer>> |
ECustomerDao.fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<ECustomer> |
ECustomerDao.fetchByPhone(String... values)
Fetch records that have
PHONE IN (values) |
CompletableFuture<List<ECustomer>> |
ECustomerDao.fetchByPhoneAsync(List<String> values)
Fetch records that have
PHONE IN (values) asynchronously |
List<ECustomer> |
ECustomerDao.fetchByRunUp(Boolean... values)
Fetch records that have
RUN_UP IN (values) |
CompletableFuture<List<ECustomer>> |
ECustomerDao.fetchByRunUpAsync(List<Boolean> values)
Fetch records that have
RUN_UP IN (values) asynchronously |
List<ECustomer> |
ECustomerDao.fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<ECustomer>> |
ECustomerDao.fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<ECustomer> |
ECustomerDao.fetchByTaxCode(String... values)
Fetch records that have
TAX_CODE IN (values) |
CompletableFuture<List<ECustomer>> |
ECustomerDao.fetchByTaxCodeAsync(List<String> values)
Fetch records that have
TAX_CODE IN (values) asynchronously |
List<ECustomer> |
ECustomerDao.fetchByTaxTitle(String... values)
Fetch records that have
TAX_TITLE IN (values) |
CompletableFuture<List<ECustomer>> |
ECustomerDao.fetchByTaxTitleAsync(List<String> values)
Fetch records that have
TAX_TITLE IN (values) asynchronously |
List<ECustomer> |
ECustomerDao.fetchByTitle(String... values)
Fetch records that have
TITLE IN (values) |
CompletableFuture<List<ECustomer>> |
ECustomerDao.fetchByTitleAsync(List<String> values)
Fetch records that have
TITLE IN (values) asynchronously |
List<ECustomer> |
ECustomerDao.fetchByType(String... values)
Fetch records that have
TYPE IN (values) |
CompletableFuture<List<ECustomer>> |
ECustomerDao.fetchByTypeAsync(List<String> values)
Fetch records that have
TYPE IN (values) asynchronously |
List<ECustomer> |
ECustomerDao.fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<ECustomer>> |
ECustomerDao.fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<ECustomer> |
ECustomerDao.fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<ECustomer>> |
ECustomerDao.fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
CompletableFuture<ECustomer> |
ECustomerDao.fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
| Modifier and Type | Method and Description |
|---|---|
protected String |
ECustomerDao.getId(ECustomer object) |
| Constructor and Description |
|---|
ECustomer(ECustomer value) |
Copyright © 2021. All rights reserved.