io.vertx.core.Future<List<MRelation>> |
MRelationDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<MRelation>> |
MRelationDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<MRelation>> |
MRelationDao.findManyByComments(Collection<String> values) |
Find records that have COMMENTS IN (values) asynchronously
|
io.vertx.core.Future<List<MRelation>> |
MRelationDao.findManyByComments(Collection<String> values,
int limit) |
Find records that have COMMENTS IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<MRelation>> |
MRelationDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<MRelation>> |
MRelationDao.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<MRelation>> |
MRelationDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<MRelation>> |
MRelationDao.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<MRelation>> |
MRelationDao.findManyByDownstream(Collection<String> values) |
Find records that have DOWNSTREAM IN (values) asynchronously
|
io.vertx.core.Future<List<MRelation>> |
MRelationDao.findManyByDownstream(Collection<String> values,
int limit) |
Find records that have DOWNSTREAM IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<MRelation>> |
MRelationDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<MRelation>> |
MRelationDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<MRelation>> |
MRelationDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<MRelation>> |
MRelationDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<MRelation>> |
MRelationDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<MRelation>> |
MRelationDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<MRelation>> |
MRelationDao.findManyByType(Collection<String> values) |
Find records that have TYPE IN (values) asynchronously
|
io.vertx.core.Future<List<MRelation>> |
MRelationDao.findManyByType(Collection<String> values,
int limit) |
Find records that have TYPE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<MRelation>> |
MRelationDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<MRelation>> |
MRelationDao.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<MRelation>> |
MRelationDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<MRelation>> |
MRelationDao.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<MRelation>> |
MRelationDao.findManyByUpstream(Collection<String> values) |
Find records that have UPSTREAM IN (values) asynchronously
|
io.vertx.core.Future<List<MRelation>> |
MRelationDao.findManyByUpstream(Collection<String> values,
int limit) |
Find records that have UPSTREAM IN (values) asynchronously
limited by the given limit
|
io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<MRelationRecord,MRelation,String> |
MRelationDao.queryExecutor() |
|