io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByAddress(Collection<String> values) |
Find records that have ADDRESS IN (values) asynchronously
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByAddress(Collection<String> values,
int limit) |
Find records that have ADDRESS IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByBankCard(Collection<String> values) |
Find records that have BANK_CARD IN (values) asynchronously
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByBankCard(Collection<String> values,
int limit) |
Find records that have BANK_CARD IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByBankId(Collection<String> values) |
Find records that have BANK_ID IN (values) asynchronously
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByBankId(Collection<String> values,
int limit) |
Find records that have BANK_ID IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByCode(Collection<String> values) |
Find records that have CODE IN (values) asynchronously
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByCode(Collection<String> values,
int limit) |
Find records that have CODE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByComment(Collection<String> values) |
Find records that have COMMENT IN (values) asynchronously
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByComment(Collection<String> values,
int limit) |
Find records that have COMMENT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByContactEmail(Collection<String> values) |
Find records that have CONTACT_EMAIL IN (values)
asynchronously
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByContactEmail(Collection<String> values,
int limit) |
Find records that have CONTACT_EMAIL IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByContactName(Collection<String> values) |
Find records that have CONTACT_NAME IN (values)
asynchronously
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByContactName(Collection<String> values,
int limit) |
Find records that have CONTACT_NAME IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByContactOnline(Collection<String> values) |
Find records that have CONTACT_ONLINE IN (values)
asynchronously
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByContactOnline(Collection<String> values,
int limit) |
Find records that have CONTACT_ONLINE IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByContactPhone(Collection<String> values) |
Find records that have CONTACT_PHONE IN (values)
asynchronously
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByContactPhone(Collection<String> values,
int limit) |
Find records that have CONTACT_PHONE IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByCreatedAt(Collection<LocalDateTime> values,
int limit) |
Find records that have CREATED_AT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByCreatedBy(Collection<String> values,
int limit) |
Find records that have CREATED_BY IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByEmail(Collection<String> values) |
Find records that have EMAIL IN (values) asynchronously
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByEmail(Collection<String> values,
int limit) |
Find records that have EMAIL IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByFax(Collection<String> values) |
Find records that have FAX IN (values) asynchronously
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByFax(Collection<String> values,
int limit) |
Find records that have FAX IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByHomepage(Collection<String> values) |
Find records that have HOMEPAGE IN (values) asynchronously
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByHomepage(Collection<String> values,
int limit) |
Find records that have HOMEPAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByLogo(Collection<String> values) |
Find records that have LOGO IN (values) asynchronously
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByLogo(Collection<String> values,
int limit) |
Find records that have LOGO IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByName(Collection<String> values) |
Find records that have NAME IN (values) asynchronously
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByName(Collection<String> values,
int limit) |
Find records that have NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByPhone(Collection<String> values) |
Find records that have PHONE IN (values) asynchronously
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByPhone(Collection<String> values,
int limit) |
Find records that have PHONE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByRunAmount(Collection<BigDecimal> values) |
Find records that have RUN_AMOUNT IN (values) asynchronously
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByRunAmount(Collection<BigDecimal> values,
int limit) |
Find records that have RUN_AMOUNT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByRunUp(Collection<Boolean> values) |
Find records that have RUN_UP IN (values) asynchronously
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByRunUp(Collection<Boolean> values,
int limit) |
Find records that have RUN_UP IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyBySignName(Collection<String> values) |
Find records that have SIGN_NAME IN (values) asynchronously
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyBySignName(Collection<String> values,
int limit) |
Find records that have SIGN_NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyBySignPhone(Collection<String> values) |
Find records that have SIGN_PHONE IN (values) asynchronously
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyBySignPhone(Collection<String> values,
int limit) |
Find records that have SIGN_PHONE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByTaxCode(Collection<String> values) |
Find records that have TAX_CODE IN (values) asynchronously
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByTaxCode(Collection<String> values,
int limit) |
Find records that have TAX_CODE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByTaxTitle(Collection<String> values) |
Find records that have TAX_TITLE IN (values) asynchronously
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByTaxTitle(Collection<String> values,
int limit) |
Find records that have TAX_TITLE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByTitle(Collection<String> values) |
Find records that have TITLE IN (values) asynchronously
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByTitle(Collection<String> values,
int limit) |
Find records that have TITLE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByType(Collection<String> values) |
Find records that have TYPE IN (values) asynchronously
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByType(Collection<String> values,
int limit) |
Find records that have TYPE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByUpdatedAt(Collection<LocalDateTime> values,
int limit) |
Find records that have UPDATED_AT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<ECustomer>> |
ECustomerDao.findManyByUpdatedBy(Collection<String> values,
int limit) |
Find records that have UPDATED_BY IN (values) asynchronously
limited by the given limit
|
io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<ECustomerRecord,ECustomer,String> |
ECustomerDao.queryExecutor() |
|