io.vertx.core.Future<List<MModel>> |
MModelDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<MModel>> |
MModelDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<MModel>> |
MModelDao.findManyByAlias(Collection<String> values) |
Find records that have ALIAS IN (values) asynchronously
|
io.vertx.core.Future<List<MModel>> |
MModelDao.findManyByAlias(Collection<String> values,
int limit) |
Find records that have ALIAS IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<MModel>> |
MModelDao.findManyByCategoryId(Collection<String> values) |
Find records that have CATEGORY_ID IN (values)
asynchronously
|
io.vertx.core.Future<List<MModel>> |
MModelDao.findManyByCategoryId(Collection<String> values,
int limit) |
Find records that have CATEGORY_ID IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<MModel>> |
MModelDao.findManyByCategoryTree(Collection<String> values) |
Find records that have CATEGORY_TREE IN (values)
asynchronously
|
io.vertx.core.Future<List<MModel>> |
MModelDao.findManyByCategoryTree(Collection<String> values,
int limit) |
Find records that have CATEGORY_TREE IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<MModel>> |
MModelDao.findManyByComments(Collection<String> values) |
Find records that have COMMENTS IN (values) asynchronously
|
io.vertx.core.Future<List<MModel>> |
MModelDao.findManyByComments(Collection<String> values,
int limit) |
Find records that have COMMENTS IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<MModel>> |
MModelDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<MModel>> |
MModelDao.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<MModel>> |
MModelDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<MModel>> |
MModelDao.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<MModel>> |
MModelDao.findManyByIdentifier(Collection<String> values) |
Find records that have IDENTIFIER IN (values) asynchronously
|
io.vertx.core.Future<List<MModel>> |
MModelDao.findManyByIdentifier(Collection<String> values,
int limit) |
Find records that have IDENTIFIER IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<MModel>> |
MModelDao.findManyByIsTrack(Collection<Boolean> values) |
Find records that have IS_TRACK IN (values) asynchronously
|
io.vertx.core.Future<List<MModel>> |
MModelDao.findManyByIsTrack(Collection<Boolean> values,
int limit) |
Find records that have IS_TRACK IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<MModel>> |
MModelDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<MModel>> |
MModelDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<MModel>> |
MModelDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<MModel>> |
MModelDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<MModel>> |
MModelDao.findManyByName(Collection<String> values) |
Find records that have NAME IN (values) asynchronously
|
io.vertx.core.Future<List<MModel>> |
MModelDao.findManyByName(Collection<String> values,
int limit) |
Find records that have NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<MModel>> |
MModelDao.findManyByNamespace(Collection<String> values) |
Find records that have NAMESPACE IN (values) asynchronously
|
io.vertx.core.Future<List<MModel>> |
MModelDao.findManyByNamespace(Collection<String> values,
int limit) |
Find records that have NAMESPACE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<MModel>> |
MModelDao.findManyByRuleUnique(Collection<String> values) |
Find records that have RULE_UNIQUE IN (values)
asynchronously
|
io.vertx.core.Future<List<MModel>> |
MModelDao.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<MModel>> |
MModelDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<MModel>> |
MModelDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<MModel>> |
MModelDao.findManyBySpider(Collection<String> values) |
Find records that have SPIDER IN (values) asynchronously
|
io.vertx.core.Future<List<MModel>> |
MModelDao.findManyBySpider(Collection<String> values,
int limit) |
Find records that have SPIDER IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<MModel>> |
MModelDao.findManyBySpiderComponent(Collection<String> values) |
Find records that have SPIDER_COMPONENT IN (values)
asynchronously
|
io.vertx.core.Future<List<MModel>> |
MModelDao.findManyBySpiderComponent(Collection<String> values,
int limit) |
Find records that have SPIDER_COMPONENT IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<MModel>> |
MModelDao.findManyByType(Collection<String> values) |
Find records that have TYPE IN (values) asynchronously
|
io.vertx.core.Future<List<MModel>> |
MModelDao.findManyByType(Collection<String> values,
int limit) |
Find records that have TYPE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<MModel>> |
MModelDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<MModel>> |
MModelDao.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<MModel>> |
MModelDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<MModel>> |
MModelDao.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<MModelRecord,MModel,String> |
MModelDao.queryExecutor() |
|