io.vertx.core.Future<List<UiOp>> |
UiOpDao.findManyByAction(Collection<String> values) |
Find records that have ACTION IN (values) asynchronously
|
io.vertx.core.Future<List<UiOp>> |
UiOpDao.findManyByAction(Collection<String> values,
int limit) |
Find records that have ACTION IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<UiOp>> |
UiOpDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<UiOp>> |
UiOpDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<UiOp>> |
UiOpDao.findManyByClientId(Collection<String> values) |
Find records that have CLIENT_ID IN (values) asynchronously
|
io.vertx.core.Future<List<UiOp>> |
UiOpDao.findManyByClientId(Collection<String> values,
int limit) |
Find records that have CLIENT_ID IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<UiOp>> |
UiOpDao.findManyByClientKey(Collection<String> values) |
Find records that have CLIENT_KEY IN (values) asynchronously
|
io.vertx.core.Future<List<UiOp>> |
UiOpDao.findManyByClientKey(Collection<String> values,
int limit) |
Find records that have CLIENT_KEY IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<UiOp>> |
UiOpDao.findManyByConfig(Collection<String> values) |
Find records that have CONFIG IN (values) asynchronously
|
io.vertx.core.Future<List<UiOp>> |
UiOpDao.findManyByConfig(Collection<String> values,
int limit) |
Find records that have CONFIG IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<UiOp>> |
UiOpDao.findManyByControlId(Collection<String> values) |
Find records that have CONTROL_ID IN (values) asynchronously
|
io.vertx.core.Future<List<UiOp>> |
UiOpDao.findManyByControlId(Collection<String> values,
int limit) |
Find records that have CONTROL_ID IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<UiOp>> |
UiOpDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<UiOp>> |
UiOpDao.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<UiOp>> |
UiOpDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<UiOp>> |
UiOpDao.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<UiOp>> |
UiOpDao.findManyByEvent(Collection<String> values) |
Find records that have EVENT IN (values) asynchronously
|
io.vertx.core.Future<List<UiOp>> |
UiOpDao.findManyByEvent(Collection<String> values,
int limit) |
Find records that have EVENT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<UiOp>> |
UiOpDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<UiOp>> |
UiOpDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<UiOp>> |
UiOpDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<UiOp>> |
UiOpDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<UiOp>> |
UiOpDao.findManyByPlugin(Collection<String> values) |
Find records that have PLUGIN IN (values) asynchronously
|
io.vertx.core.Future<List<UiOp>> |
UiOpDao.findManyByPlugin(Collection<String> values,
int limit) |
Find records that have PLUGIN IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<UiOp>> |
UiOpDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<UiOp>> |
UiOpDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<UiOp>> |
UiOpDao.findManyByText(Collection<String> values) |
Find records that have TEXT IN (values) asynchronously
|
io.vertx.core.Future<List<UiOp>> |
UiOpDao.findManyByText(Collection<String> values,
int limit) |
Find records that have TEXT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<UiOp>> |
UiOpDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<UiOp>> |
UiOpDao.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<UiOp>> |
UiOpDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<UiOp>> |
UiOpDao.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<UiOpRecord,UiOp,String> |
UiOpDao.queryExecutor() |
|