io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByAdditional(Collection<String> values) |
Find records that have ADDITIONAL IN (values) asynchronously
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByAdditional(Collection<String> values,
int limit) |
Find records that have ADDITIONAL IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByCode(Collection<String> values) |
Find records that have CODE IN (values) asynchronously
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByCode(Collection<String> values,
int limit) |
Find records that have CODE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByComment(Collection<String> values) |
Find records that have COMMENT IN (values) asynchronously
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByComment(Collection<String> values,
int limit) |
Find records that have COMMENT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<IJob>> |
IJobDao.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<IJob>> |
IJobDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<IJob>> |
IJobDao.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<IJob>> |
IJobDao.findManyByDuration(Collection<Long> values) |
Find records that have DURATION IN (values) asynchronously
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByDuration(Collection<Long> values,
int limit) |
Find records that have DURATION IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByGroup(Collection<String> values) |
Find records that have GROUP IN (values) asynchronously
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByGroup(Collection<String> values,
int limit) |
Find records that have GROUP IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByIncomeAddress(Collection<String> values) |
Find records that have INCOME_ADDRESS IN (values)
asynchronously
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByIncomeAddress(Collection<String> values,
int limit) |
Find records that have INCOME_ADDRESS IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByIncomeComponent(Collection<String> values) |
Find records that have INCOME_COMPONENT IN (values)
asynchronously
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByIncomeComponent(Collection<String> values,
int limit) |
Find records that have INCOME_COMPONENT IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByName(Collection<String> values) |
Find records that have NAME IN (values) asynchronously
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByName(Collection<String> values,
int limit) |
Find records that have NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByNamespace(Collection<String> values) |
Find records that have NAMESPACE IN (values) asynchronously
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByNamespace(Collection<String> values,
int limit) |
Find records that have NAMESPACE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByOutcomeAddress(Collection<String> values) |
Find records that have OUTCOME_ADDRESS IN (values)
asynchronously
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByOutcomeAddress(Collection<String> values,
int limit) |
Find records that have OUTCOME_ADDRESS IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByOutcomeComponent(Collection<String> values) |
Find records that have OUTCOME_COMPONENT IN (values)
asynchronously
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByOutcomeComponent(Collection<String> values,
int limit) |
Find records that have OUTCOME_COMPONENT IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByProxy(Collection<String> values) |
Find records that have PROXY IN (values) asynchronously
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByProxy(Collection<String> values,
int limit) |
Find records that have PROXY IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByRunAt(Collection<LocalTime> values) |
Find records that have RUN_AT IN (values) asynchronously
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByRunAt(Collection<LocalTime> values,
int limit) |
Find records that have RUN_AT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByServiceId(Collection<String> values) |
Find records that have SERVICE_ID IN (values) asynchronously
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByServiceId(Collection<String> values,
int limit) |
Find records that have SERVICE_ID IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByThreshold(Collection<Integer> values) |
Find records that have THRESHOLD IN (values) asynchronously
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByThreshold(Collection<Integer> values,
int limit) |
Find records that have THRESHOLD IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByType(Collection<String> values) |
Find records that have TYPE IN (values) asynchronously
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByType(Collection<String> values,
int limit) |
Find records that have TYPE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IJob>> |
IJobDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<IJob>> |
IJobDao.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<IJob>> |
IJobDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<IJob>> |
IJobDao.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<IJobRecord,IJob,String> |
IJobDao.queryExecutor() |
|