| Package | Description |
|---|---|
| cn.vertxup.erp.domain.tables.daos | |
| cn.vertxup.erp.domain.tables.pojos |
| Modifier and Type | Method and Description |
|---|---|
List<RCompanyCustomer> |
RCompanyCustomerDao.fetchByComment(String... values)
Fetch records that have
COMMENT IN (values) |
CompletableFuture<List<RCompanyCustomer>> |
RCompanyCustomerDao.fetchByCommentAsync(List<String> values)
Fetch records that have
COMMENT IN (values) asynchronously |
List<RCompanyCustomer> |
RCompanyCustomerDao.fetchByCompanyId(String... values)
Fetch records that have
COMPANY_ID IN (values) |
CompletableFuture<List<RCompanyCustomer>> |
RCompanyCustomerDao.fetchByCompanyIdAsync(List<String> values)
Fetch records that have
COMPANY_ID IN (values) asynchronously |
List<RCompanyCustomer> |
RCompanyCustomerDao.fetchByCustomerId(String... values)
Fetch records that have
CUSTOMER_ID IN (values) |
CompletableFuture<List<RCompanyCustomer>> |
RCompanyCustomerDao.fetchByCustomerIdAsync(List<String> values)
Fetch records that have
CUSTOMER_ID IN (values) asynchronously |
| Modifier and Type | Method and Description |
|---|---|
protected org.jooq.Record2<String,String> |
RCompanyCustomerDao.getId(RCompanyCustomer object) |
| Modifier and Type | Method and Description |
|---|---|
RCompanyCustomer |
RCompanyCustomer.setComment(String comment) |
RCompanyCustomer |
RCompanyCustomer.setCompanyId(String companyId) |
RCompanyCustomer |
RCompanyCustomer.setCustomerId(String customerId) |
| Constructor and Description |
|---|
RCompanyCustomer(RCompanyCustomer value) |
Copyright © 2021. All rights reserved.