io.vertx.core.Future<List<MAcc>> |
MAccDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<MAcc>> |
MAccDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<MAcc>> |
MAccDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<MAcc>> |
MAccDao.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<MAcc>> |
MAccDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<MAcc>> |
MAccDao.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<MAcc>> |
MAccDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<MAcc>> |
MAccDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<MAcc>> |
MAccDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<MAcc>> |
MAccDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<MAcc>> |
MAccDao.findManyByModelId(Collection<String> values) |
Find records that have MODEL_ID IN (values) asynchronously
|
io.vertx.core.Future<List<MAcc>> |
MAccDao.findManyByModelId(Collection<String> values,
int limit) |
Find records that have MODEL_ID IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<MAcc>> |
MAccDao.findManyByModelKey(Collection<String> values) |
Find records that have MODEL_KEY IN (values) asynchronously
|
io.vertx.core.Future<List<MAcc>> |
MAccDao.findManyByModelKey(Collection<String> values,
int limit) |
Find records that have MODEL_KEY IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<MAcc>> |
MAccDao.findManyByRecordJson(Collection<String> values) |
Find records that have RECORD_JSON IN (values)
asynchronously
|
io.vertx.core.Future<List<MAcc>> |
MAccDao.findManyByRecordJson(Collection<String> values,
int limit) |
Find records that have RECORD_JSON IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<MAcc>> |
MAccDao.findManyByRecordRaw(Collection<String> values) |
Find records that have RECORD_RAW IN (values) asynchronously
|
io.vertx.core.Future<List<MAcc>> |
MAccDao.findManyByRecordRaw(Collection<String> values,
int limit) |
Find records that have RECORD_RAW IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<MAcc>> |
MAccDao.findManyByRecordUnique(Collection<String> values) |
Find records that have RECORD_UNIQUE IN (values)
asynchronously
|
io.vertx.core.Future<List<MAcc>> |
MAccDao.findManyByRecordUnique(Collection<String> values,
int limit) |
Find records that have RECORD_UNIQUE IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<MAcc>> |
MAccDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<MAcc>> |
MAccDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<MAcc>> |
MAccDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<MAcc>> |
MAccDao.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<MAcc>> |
MAccDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<MAcc>> |
MAccDao.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<MAccRecord,MAcc,String> |
MAccDao.queryExecutor() |
|