io.vertx.core.Future<List<SAction>> |
SActionDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<SAction>> |
SActionDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SAction>> |
SActionDao.findManyByCode(Collection<String> values) |
Find records that have CODE IN (values) asynchronously
|
io.vertx.core.Future<List<SAction>> |
SActionDao.findManyByCode(Collection<String> values,
int limit) |
Find records that have CODE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SAction>> |
SActionDao.findManyByComment(Collection<String> values) |
Find records that have COMMENT IN (values) asynchronously
|
io.vertx.core.Future<List<SAction>> |
SActionDao.findManyByComment(Collection<String> values,
int limit) |
Find records that have COMMENT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SAction>> |
SActionDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<SAction>> |
SActionDao.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<SAction>> |
SActionDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<SAction>> |
SActionDao.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<SAction>> |
SActionDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<SAction>> |
SActionDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SAction>> |
SActionDao.findManyByLevel(Collection<Integer> values) |
Find records that have LEVEL IN (values) asynchronously
|
io.vertx.core.Future<List<SAction>> |
SActionDao.findManyByLevel(Collection<Integer> values,
int limit) |
Find records that have LEVEL IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SAction>> |
SActionDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<SAction>> |
SActionDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SAction>> |
SActionDao.findManyByMethod(Collection<String> values) |
Find records that have METHOD IN (values) asynchronously
|
io.vertx.core.Future<List<SAction>> |
SActionDao.findManyByMethod(Collection<String> values,
int limit) |
Find records that have METHOD IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SAction>> |
SActionDao.findManyByName(Collection<String> values) |
Find records that have NAME IN (values) asynchronously
|
io.vertx.core.Future<List<SAction>> |
SActionDao.findManyByName(Collection<String> values,
int limit) |
Find records that have NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SAction>> |
SActionDao.findManyByPermissionId(Collection<String> values) |
Find records that have PERMISSION_ID IN (values)
asynchronously
|
io.vertx.core.Future<List<SAction>> |
SActionDao.findManyByPermissionId(Collection<String> values,
int limit) |
Find records that have PERMISSION_ID IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<SAction>> |
SActionDao.findManyByRenewalCredit(Collection<String> values) |
Find records that have RENEWAL_CREDIT IN (values)
asynchronously
|
io.vertx.core.Future<List<SAction>> |
SActionDao.findManyByRenewalCredit(Collection<String> values,
int limit) |
Find records that have RENEWAL_CREDIT IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<SAction>> |
SActionDao.findManyByResourceId(Collection<String> values) |
Find records that have RESOURCE_ID IN (values)
asynchronously
|
io.vertx.core.Future<List<SAction>> |
SActionDao.findManyByResourceId(Collection<String> values,
int limit) |
Find records that have RESOURCE_ID IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<SAction>> |
SActionDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<SAction>> |
SActionDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SAction>> |
SActionDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<SAction>> |
SActionDao.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<SAction>> |
SActionDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<SAction>> |
SActionDao.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<SAction>> |
SActionDao.findManyByUri(Collection<String> values) |
Find records that have URI IN (values) asynchronously
|
io.vertx.core.Future<List<SAction>> |
SActionDao.findManyByUri(Collection<String> values,
int limit) |
Find records that have URI IN (values) asynchronously
limited by the given limit
|
io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<SActionRecord,SAction,String> |
SActionDao.queryExecutor() |
|