io.vertx.core.Future<List<XLog>> |
XLogDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<XLog>> |
XLogDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XLog>> |
XLogDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<XLog>> |
XLogDao.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<XLog>> |
XLogDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<XLog>> |
XLogDao.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<XLog>> |
XLogDao.findManyByInfoAt(Collection<LocalDateTime> values) |
Find records that have INFO_AT IN (values) asynchronously
|
io.vertx.core.Future<List<XLog>> |
XLogDao.findManyByInfoAt(Collection<LocalDateTime> values,
int limit) |
Find records that have INFO_AT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XLog>> |
XLogDao.findManyByInfoReadable(Collection<String> values) |
Find records that have INFO_READABLE IN (values)
asynchronously
|
io.vertx.core.Future<List<XLog>> |
XLogDao.findManyByInfoReadable(Collection<String> values,
int limit) |
Find records that have INFO_READABLE IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<XLog>> |
XLogDao.findManyByInfoStack(Collection<String> values) |
Find records that have INFO_STACK IN (values) asynchronously
|
io.vertx.core.Future<List<XLog>> |
XLogDao.findManyByInfoStack(Collection<String> values,
int limit) |
Find records that have INFO_STACK IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XLog>> |
XLogDao.findManyByInfoSystem(Collection<String> values) |
Find records that have INFO_SYSTEM IN (values)
asynchronously
|
io.vertx.core.Future<List<XLog>> |
XLogDao.findManyByInfoSystem(Collection<String> values,
int limit) |
Find records that have INFO_SYSTEM IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<XLog>> |
XLogDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<XLog>> |
XLogDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XLog>> |
XLogDao.findManyByLevel(Collection<String> values) |
Find records that have LEVEL IN (values) asynchronously
|
io.vertx.core.Future<List<XLog>> |
XLogDao.findManyByLevel(Collection<String> values,
int limit) |
Find records that have LEVEL IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XLog>> |
XLogDao.findManyByLogAgent(Collection<String> values) |
Find records that have LOG_AGENT IN (values) asynchronously
|
io.vertx.core.Future<List<XLog>> |
XLogDao.findManyByLogAgent(Collection<String> values,
int limit) |
Find records that have LOG_AGENT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XLog>> |
XLogDao.findManyByLogIp(Collection<String> values) |
Find records that have LOG_IP IN (values) asynchronously
|
io.vertx.core.Future<List<XLog>> |
XLogDao.findManyByLogIp(Collection<String> values,
int limit) |
Find records that have LOG_IP IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XLog>> |
XLogDao.findManyByLogUser(Collection<String> values) |
Find records that have LOG_USER IN (values) asynchronously
|
io.vertx.core.Future<List<XLog>> |
XLogDao.findManyByLogUser(Collection<String> values,
int limit) |
Find records that have LOG_USER IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XLog>> |
XLogDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<XLog>> |
XLogDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XLog>> |
XLogDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<XLog>> |
XLogDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XLog>> |
XLogDao.findManyByType(Collection<String> values) |
Find records that have TYPE IN (values) asynchronously
|
io.vertx.core.Future<List<XLog>> |
XLogDao.findManyByType(Collection<String> values,
int limit) |
Find records that have TYPE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XLog>> |
XLogDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<XLog>> |
XLogDao.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<XLog>> |
XLogDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<XLog>> |
XLogDao.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<XLogRecord,XLog,String> |
XLogDao.queryExecutor() |
|