io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByComment(Collection<String> values) |
Find records that have COMMENT IN (values) asynchronously
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByComment(Collection<String> values,
int limit) |
Find records that have COMMENT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByConsumes(Collection<String> values) |
Find records that have CONSUMES IN (values) asynchronously
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByConsumes(Collection<String> values,
int limit) |
Find records that have CONSUMES IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<IApi>> |
IApiDao.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<IApi>> |
IApiDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<IApi>> |
IApiDao.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<IApi>> |
IApiDao.findManyByInMapping(Collection<String> values) |
Find records that have IN_MAPPING IN (values) asynchronously
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByInMapping(Collection<String> values,
int limit) |
Find records that have IN_MAPPING IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByInPlug(Collection<String> values) |
Find records that have IN_PLUG IN (values) asynchronously
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByInPlug(Collection<String> values,
int limit) |
Find records that have IN_PLUG IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByInRule(Collection<String> values) |
Find records that have IN_RULE IN (values) asynchronously
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByInRule(Collection<String> values,
int limit) |
Find records that have IN_RULE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByInScript(Collection<String> values) |
Find records that have IN_SCRIPT IN (values) asynchronously
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByInScript(Collection<String> values,
int limit) |
Find records that have IN_SCRIPT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByMethod(Collection<String> values) |
Find records that have METHOD IN (values) asynchronously
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByMethod(Collection<String> values,
int limit) |
Find records that have METHOD IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByName(Collection<String> values) |
Find records that have NAME IN (values) asynchronously
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByName(Collection<String> values,
int limit) |
Find records that have NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByOutWriter(Collection<String> values) |
Find records that have OUT_WRITER IN (values) asynchronously
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByOutWriter(Collection<String> values,
int limit) |
Find records that have OUT_WRITER IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByParamContained(Collection<String> values) |
Find records that have PARAM_CONTAINED IN (values)
asynchronously
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByParamContained(Collection<String> values,
int limit) |
Find records that have PARAM_CONTAINED IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByParamMode(Collection<String> values) |
Find records that have PARAM_MODE IN (values) asynchronously
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByParamMode(Collection<String> values,
int limit) |
Find records that have PARAM_MODE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByParamRequired(Collection<String> values) |
Find records that have PARAM_REQUIRED IN (values)
asynchronously
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByParamRequired(Collection<String> values,
int limit) |
Find records that have PARAM_REQUIRED IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByProduces(Collection<String> values) |
Find records that have PRODUCES IN (values) asynchronously
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByProduces(Collection<String> values,
int limit) |
Find records that have PRODUCES IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyBySecure(Collection<Boolean> values) |
Find records that have SECURE IN (values) asynchronously
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyBySecure(Collection<Boolean> values,
int limit) |
Find records that have SECURE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByServiceId(Collection<String> values) |
Find records that have SERVICE_ID IN (values) asynchronously
|
io.vertx.core.Future<List<IApi>> |
IApiDao.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<IApi>> |
IApiDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByType(Collection<String> values) |
Find records that have TYPE IN (values) asynchronously
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByType(Collection<String> values,
int limit) |
Find records that have TYPE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<IApi>> |
IApiDao.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<IApi>> |
IApiDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByUpdatedBy(Collection<String> values,
int limit) |
Find records that have UPDATED_BY IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByUri(Collection<String> values) |
Find records that have URI IN (values) asynchronously
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByUri(Collection<String> values,
int limit) |
Find records that have URI IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByWorkerAddress(Collection<String> values) |
Find records that have WORKER_ADDRESS IN (values)
asynchronously
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByWorkerAddress(Collection<String> values,
int limit) |
Find records that have WORKER_ADDRESS IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByWorkerClass(Collection<String> values) |
Find records that have WORKER_CLASS IN (values)
asynchronously
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByWorkerClass(Collection<String> values,
int limit) |
Find records that have WORKER_CLASS IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByWorkerConsumer(Collection<String> values) |
Find records that have WORKER_CONSUMER IN (values)
asynchronously
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByWorkerConsumer(Collection<String> values,
int limit) |
Find records that have WORKER_CONSUMER IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByWorkerJs(Collection<String> values) |
Find records that have WORKER_JS IN (values) asynchronously
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByWorkerJs(Collection<String> values,
int limit) |
Find records that have WORKER_JS IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByWorkerType(Collection<String> values) |
Find records that have WORKER_TYPE IN (values)
asynchronously
|
io.vertx.core.Future<List<IApi>> |
IApiDao.findManyByWorkerType(Collection<String> values,
int limit) |
Find records that have WORKER_TYPE IN (values)
asynchronously limited by the given limit
|
io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<IApiRecord,IApi,String> |
IApiDao.queryExecutor() |
|