io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByChannelComponent(Collection<String> values) |
Find records that have CHANNEL_COMPONENT IN (values)
asynchronously
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByChannelComponent(Collection<String> values,
int limit) |
Find records that have CHANNEL_COMPONENT IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByChannelConfig(Collection<String> values) |
Find records that have CHANNEL_CONFIG IN (values)
asynchronously
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByChannelConfig(Collection<String> values,
int limit) |
Find records that have CHANNEL_CONFIG IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByChannelType(Collection<String> values) |
Find records that have CHANNEL_TYPE IN (values)
asynchronously
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByChannelType(Collection<String> values,
int limit) |
Find records that have CHANNEL_TYPE IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByComment(Collection<String> values) |
Find records that have COMMENT IN (values) asynchronously
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByComment(Collection<String> values,
int limit) |
Find records that have COMMENT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByConfigDatabase(Collection<String> values) |
Find records that have CONFIG_DATABASE IN (values)
asynchronously
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByConfigDatabase(Collection<String> values,
int limit) |
Find records that have CONFIG_DATABASE IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByConfigIntegration(Collection<String> values) |
Find records that have CONFIG_INTEGRATION IN (values)
asynchronously
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByConfigIntegration(Collection<String> values,
int limit) |
Find records that have CONFIG_INTEGRATION IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<IService>> |
IServiceDao.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<IService>> |
IServiceDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<IService>> |
IServiceDao.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<IService>> |
IServiceDao.findManyByDictComponent(Collection<String> values) |
Find records that have DICT_COMPONENT IN (values)
asynchronously
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByDictComponent(Collection<String> values,
int limit) |
Find records that have DICT_COMPONENT IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByDictConfig(Collection<String> values) |
Find records that have DICT_CONFIG IN (values)
asynchronously
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByDictConfig(Collection<String> values,
int limit) |
Find records that have DICT_CONFIG IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByDictEpsilon(Collection<String> values) |
Find records that have DICT_EPSILON IN (values)
asynchronously
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByDictEpsilon(Collection<String> values,
int limit) |
Find records that have DICT_EPSILON IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByIdentifier(Collection<String> values) |
Find records that have IDENTIFIER IN (values) asynchronously
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByIdentifier(Collection<String> values,
int limit) |
Find records that have IDENTIFIER IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByIdentifierComponent(Collection<String> values) |
Find records that have IDENTIFIER_COMPONENT IN (values)
asynchronously
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByIdentifierComponent(Collection<String> values,
int limit) |
Find records that have IDENTIFIER_COMPONENT IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByInScript(Collection<String> values) |
Find records that have IN_SCRIPT IN (values) asynchronously
|
io.vertx.core.Future<List<IService>> |
IServiceDao.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<IService>> |
IServiceDao.findManyByIsGraphic(Collection<Boolean> values) |
Find records that have IS_GRAPHIC IN (values) asynchronously
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByIsGraphic(Collection<Boolean> values,
int limit) |
Find records that have IS_GRAPHIC IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByIsWorkflow(Collection<Boolean> values) |
Find records that have IS_WORKFLOW IN (values)
asynchronously
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByIsWorkflow(Collection<Boolean> values,
int limit) |
Find records that have IS_WORKFLOW IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByMappingComponent(Collection<String> values) |
Find records that have MAPPING_COMPONENT IN (values)
asynchronously
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByMappingComponent(Collection<String> values,
int limit) |
Find records that have MAPPING_COMPONENT IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByMappingConfig(Collection<String> values) |
Find records that have MAPPING_CONFIG IN (values)
asynchronously
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByMappingConfig(Collection<String> values,
int limit) |
Find records that have MAPPING_CONFIG IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByMappingMode(Collection<String> values) |
Find records that have MAPPING_MODE IN (values)
asynchronously
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByMappingMode(Collection<String> values,
int limit) |
Find records that have MAPPING_MODE IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByName(Collection<String> values) |
Find records that have NAME IN (values) asynchronously
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByName(Collection<String> values,
int limit) |
Find records that have NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByNamespace(Collection<String> values) |
Find records that have NAMESPACE IN (values) asynchronously
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByNamespace(Collection<String> values,
int limit) |
Find records that have NAMESPACE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByOutScript(Collection<String> values) |
Find records that have OUT_SCRIPT IN (values) asynchronously
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByOutScript(Collection<String> values,
int limit) |
Find records that have OUT_SCRIPT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByRuleUnique(Collection<String> values) |
Find records that have RULE_UNIQUE IN (values)
asynchronously
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByRuleUnique(Collection<String> values,
int limit) |
Find records that have RULE_UNIQUE IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByServiceComponent(Collection<String> values) |
Find records that have SERVICE_COMPONENT IN (values)
asynchronously
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByServiceComponent(Collection<String> values,
int limit) |
Find records that have SERVICE_COMPONENT IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByServiceConfig(Collection<String> values) |
Find records that have SERVICE_CONFIG IN (values)
asynchronously
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByServiceConfig(Collection<String> values,
int limit) |
Find records that have SERVICE_CONFIG IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByServiceRecord(Collection<String> values) |
Find records that have SERVICE_RECORD IN (values)
asynchronously
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByServiceRecord(Collection<String> values,
int limit) |
Find records that have SERVICE_RECORD IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IService>> |
IServiceDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<IService>> |
IServiceDao.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<IService>> |
IServiceDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<IService>> |
IServiceDao.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<IServiceRecord,IService,String> |
IServiceDao.queryExecutor() |
|