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