io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByAddress(Collection<String> values) |
Find records that have ADDRESS IN (values) asynchronously
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByAddress(Collection<String> values,
int limit) |
Find records that have ADDRESS IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByAlias(Collection<String> values) |
Find records that have ALIAS IN (values) asynchronously
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByAlias(Collection<String> values,
int limit) |
Find records that have ALIAS IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByCode(Collection<String> values) |
Find records that have CODE IN (values) asynchronously
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByCode(Collection<String> values,
int limit) |
Find records that have CODE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByComment(Collection<String> values) |
Find records that have COMMENT IN (values) asynchronously
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByComment(Collection<String> values,
int limit) |
Find records that have COMMENT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByCompanyId(Collection<String> values) |
Find records that have COMPANY_ID IN (values) asynchronously
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByCompanyId(Collection<String> values,
int limit) |
Find records that have COMPANY_ID IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByContactName(Collection<String> values) |
Find records that have CONTACT_NAME IN (values)
asynchronously
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.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<ECompany>> |
ECompanyDao.findManyByContactOnline(Collection<String> values) |
Find records that have CONTACT_ONLINE IN (values)
asynchronously
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.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<ECompany>> |
ECompanyDao.findManyByContactPhone(Collection<String> values) |
Find records that have CONTACT_PHONE IN (values)
asynchronously
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.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<ECompany>> |
ECompanyDao.findManyByCorporationName(Collection<String> values) |
Find records that have CORPORATION_NAME IN (values)
asynchronously
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByCorporationName(Collection<String> values,
int limit) |
Find records that have CORPORATION_NAME IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByCorporationPhone(Collection<String> values) |
Find records that have CORPORATION_PHONE IN (values)
asynchronously
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByCorporationPhone(Collection<String> values,
int limit) |
Find records that have CORPORATION_PHONE IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.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<ECompany>> |
ECompanyDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.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<ECompany>> |
ECompanyDao.findManyByCustomerId(Collection<String> values) |
Find records that have CUSTOMER_ID IN (values)
asynchronously
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByCustomerId(Collection<String> values,
int limit) |
Find records that have CUSTOMER_ID IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByEmail(Collection<String> values) |
Find records that have EMAIL IN (values) asynchronously
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByEmail(Collection<String> values,
int limit) |
Find records that have EMAIL IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByFax(Collection<String> values) |
Find records that have FAX IN (values) asynchronously
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByFax(Collection<String> values,
int limit) |
Find records that have FAX IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByHomepage(Collection<String> values) |
Find records that have HOMEPAGE IN (values) asynchronously
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByHomepage(Collection<String> values,
int limit) |
Find records that have HOMEPAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByLocationId(Collection<String> values) |
Find records that have LOCATION_ID IN (values)
asynchronously
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByLocationId(Collection<String> values,
int limit) |
Find records that have LOCATION_ID IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByLogo(Collection<String> values) |
Find records that have LOGO IN (values) asynchronously
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByLogo(Collection<String> values,
int limit) |
Find records that have LOGO IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByName(Collection<String> values) |
Find records that have NAME IN (values) asynchronously
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByName(Collection<String> values,
int limit) |
Find records that have NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByPhone(Collection<String> values) |
Find records that have PHONE IN (values) asynchronously
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByPhone(Collection<String> values,
int limit) |
Find records that have PHONE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByTaxCode(Collection<String> values) |
Find records that have TAX_CODE IN (values) asynchronously
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.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<ECompany>> |
ECompanyDao.findManyByTaxTitle(Collection<String> values) |
Find records that have TAX_TITLE IN (values) asynchronously
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.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<ECompany>> |
ECompanyDao.findManyByTitle(Collection<String> values) |
Find records that have TITLE IN (values) asynchronously
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByTitle(Collection<String> values,
int limit) |
Find records that have TITLE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByType(Collection<String> values) |
Find records that have TYPE IN (values) asynchronously
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByType(Collection<String> values,
int limit) |
Find records that have TYPE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.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<ECompany>> |
ECompanyDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<ECompany>> |
ECompanyDao.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<ECompanyRecord,ECompany,String> |
ECompanyDao.queryExecutor() |
|