io.vertx.core.Future<List<EBrand>> |
EBrandDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<EBrand>> |
EBrandDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EBrand>> |
EBrandDao.findManyByAlias(Collection<String> values) |
Find records that have ALIAS IN (values) asynchronously
|
io.vertx.core.Future<List<EBrand>> |
EBrandDao.findManyByAlias(Collection<String> values,
int limit) |
Find records that have ALIAS IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EBrand>> |
EBrandDao.findManyByArea(Collection<Integer> values) |
Find records that have AREA IN (values) asynchronously
|
io.vertx.core.Future<List<EBrand>> |
EBrandDao.findManyByArea(Collection<Integer> values,
int limit) |
Find records that have AREA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EBrand>> |
EBrandDao.findManyByAreaCategory(Collection<String> values) |
Find records that have AREA_CATEGORY IN (values)
asynchronously
|
io.vertx.core.Future<List<EBrand>> |
EBrandDao.findManyByAreaCategory(Collection<String> values,
int limit) |
Find records that have AREA_CATEGORY IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<EBrand>> |
EBrandDao.findManyByAreaName(Collection<String> values) |
Find records that have AREA_NAME IN (values) asynchronously
|
io.vertx.core.Future<List<EBrand>> |
EBrandDao.findManyByAreaName(Collection<String> values,
int limit) |
Find records that have AREA_NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EBrand>> |
EBrandDao.findManyByCategoryCode(Collection<String> values) |
Find records that have CATEGORY_CODE IN (values)
asynchronously
|
io.vertx.core.Future<List<EBrand>> |
EBrandDao.findManyByCategoryCode(Collection<String> values,
int limit) |
Find records that have CATEGORY_CODE IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<EBrand>> |
EBrandDao.findManyByCategoryName(Collection<String> values) |
Find records that have CATEGORY_NAME IN (values)
asynchronously
|
io.vertx.core.Future<List<EBrand>> |
EBrandDao.findManyByCategoryName(Collection<String> values,
int limit) |
Find records that have CATEGORY_NAME IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<EBrand>> |
EBrandDao.findManyByCode(Collection<String> values) |
Find records that have CODE IN (values) asynchronously
|
io.vertx.core.Future<List<EBrand>> |
EBrandDao.findManyByCode(Collection<String> values,
int limit) |
Find records that have CODE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EBrand>> |
EBrandDao.findManyByCompanyName(Collection<String> values) |
Find records that have COMPANY_NAME IN (values)
asynchronously
|
io.vertx.core.Future<List<EBrand>> |
EBrandDao.findManyByCompanyName(Collection<String> values,
int limit) |
Find records that have COMPANY_NAME IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<EBrand>> |
EBrandDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<EBrand>> |
EBrandDao.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<EBrand>> |
EBrandDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<EBrand>> |
EBrandDao.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<EBrand>> |
EBrandDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<EBrand>> |
EBrandDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EBrand>> |
EBrandDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<EBrand>> |
EBrandDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EBrand>> |
EBrandDao.findManyByName(Collection<String> values) |
Find records that have NAME IN (values) asynchronously
|
io.vertx.core.Future<List<EBrand>> |
EBrandDao.findManyByName(Collection<String> values,
int limit) |
Find records that have NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EBrand>> |
EBrandDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<EBrand>> |
EBrandDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EBrand>> |
EBrandDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<EBrand>> |
EBrandDao.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<EBrand>> |
EBrandDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<EBrand>> |
EBrandDao.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<EBrandRecord,EBrand,String> |
EBrandDao.queryExecutor() |
|