io.vertx.core.Future<List<SResource>> |
SResourceDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.findManyByCategory(Collection<String> values) |
Find records that have CATEGORY IN (values) asynchronously
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.findManyByCategory(Collection<String> values,
int limit) |
Find records that have CATEGORY IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.findManyByCode(Collection<String> values) |
Find records that have CODE IN (values) asynchronously
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.findManyByCode(Collection<String> values,
int limit) |
Find records that have CODE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.findManyByComment(Collection<String> values) |
Find records that have COMMENT IN (values) asynchronously
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.findManyByComment(Collection<String> values,
int limit) |
Find records that have COMMENT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.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<SResource>> |
SResourceDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.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<SResource>> |
SResourceDao.findManyByIdentifier(Collection<String> values) |
Find records that have IDENTIFIER IN (values) asynchronously
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.findManyByIdentifier(Collection<String> values,
int limit) |
Find records that have IDENTIFIER IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.findManyByLevel(Collection<Integer> values) |
Find records that have LEVEL IN (values) asynchronously
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.findManyByLevel(Collection<Integer> values,
int limit) |
Find records that have LEVEL IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.findManyByModeGroup(Collection<String> values) |
Find records that have MODE_GROUP IN (values) asynchronously
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.findManyByModeGroup(Collection<String> values,
int limit) |
Find records that have MODE_GROUP IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.findManyByModeRole(Collection<String> values) |
Find records that have MODE_ROLE IN (values) asynchronously
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.findManyByModeRole(Collection<String> values,
int limit) |
Find records that have MODE_ROLE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.findManyByModeTree(Collection<String> values) |
Find records that have MODE_TREE IN (values) asynchronously
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.findManyByModeTree(Collection<String> values,
int limit) |
Find records that have MODE_TREE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.findManyByName(Collection<String> values) |
Find records that have NAME IN (values) asynchronously
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.findManyByName(Collection<String> values,
int limit) |
Find records that have NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.findManyBySeekComponent(Collection<String> values) |
Find records that have SEEK_COMPONENT IN (values)
asynchronously
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.findManyBySeekComponent(Collection<String> values,
int limit) |
Find records that have SEEK_COMPONENT IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.findManyBySeekConfig(Collection<String> values) |
Find records that have SEEK_CONFIG IN (values)
asynchronously
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.findManyBySeekConfig(Collection<String> values,
int limit) |
Find records that have SEEK_CONFIG IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.findManyBySeekSyntax(Collection<String> values) |
Find records that have SEEK_SYNTAX IN (values)
asynchronously
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.findManyBySeekSyntax(Collection<String> values,
int limit) |
Find records that have SEEK_SYNTAX IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.findManyByType(Collection<String> values) |
Find records that have TYPE IN (values) asynchronously
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.findManyByType(Collection<String> values,
int limit) |
Find records that have TYPE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.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<SResource>> |
SResourceDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.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<SResource>> |
SResourceDao.findManyByVirtual(Collection<Boolean> values) |
Find records that have VIRTUAL IN (values) asynchronously
|
io.vertx.core.Future<List<SResource>> |
SResourceDao.findManyByVirtual(Collection<Boolean> values,
int limit) |
Find records that have VIRTUAL IN (values) asynchronously
limited by the given limit
|
io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<SResourceRecord,SResource,String> |
SResourceDao.queryExecutor() |
|