io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.findManyByAlias(Collection<String> values) |
Find records that have ALIAS IN (values) asynchronously
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.findManyByAlias(Collection<String> values,
int limit) |
Find records that have ALIAS IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.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<XLinkage>> |
XLinkageDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.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<XLinkage>> |
XLinkageDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.findManyByLinkData(Collection<String> values) |
Find records that have LINK_DATA IN (values) asynchronously
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.findManyByLinkData(Collection<String> values,
int limit) |
Find records that have LINK_DATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.findManyByLinkKey(Collection<String> values) |
Find records that have LINK_KEY IN (values) asynchronously
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.findManyByLinkKey(Collection<String> values,
int limit) |
Find records that have LINK_KEY IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.findManyByLinkType(Collection<String> values) |
Find records that have LINK_TYPE IN (values) asynchronously
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.findManyByLinkType(Collection<String> values,
int limit) |
Find records that have LINK_TYPE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.findManyByName(Collection<String> values) |
Find records that have NAME IN (values) asynchronously
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.findManyByName(Collection<String> values,
int limit) |
Find records that have NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.findManyByRegion(Collection<String> values) |
Find records that have REGION IN (values) asynchronously
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.findManyByRegion(Collection<String> values,
int limit) |
Find records that have REGION IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.findManyBySourceData(Collection<String> values) |
Find records that have SOURCE_DATA IN (values)
asynchronously
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.findManyBySourceData(Collection<String> values,
int limit) |
Find records that have SOURCE_DATA IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.findManyBySourceKey(Collection<String> values) |
Find records that have SOURCE_KEY IN (values) asynchronously
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.findManyBySourceKey(Collection<String> values,
int limit) |
Find records that have SOURCE_KEY IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.findManyBySourceType(Collection<String> values) |
Find records that have SOURCE_TYPE IN (values)
asynchronously
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.findManyBySourceType(Collection<String> values,
int limit) |
Find records that have SOURCE_TYPE IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.findManyByTargetData(Collection<String> values) |
Find records that have TARGET_DATA IN (values)
asynchronously
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.findManyByTargetData(Collection<String> values,
int limit) |
Find records that have TARGET_DATA IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.findManyByTargetKey(Collection<String> values) |
Find records that have TARGET_KEY IN (values) asynchronously
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.findManyByTargetKey(Collection<String> values,
int limit) |
Find records that have TARGET_KEY IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.findManyByTargetType(Collection<String> values) |
Find records that have TARGET_TYPE IN (values)
asynchronously
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.findManyByTargetType(Collection<String> values,
int limit) |
Find records that have TARGET_TYPE IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.findManyByType(Collection<String> values) |
Find records that have TYPE IN (values) asynchronously
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.findManyByType(Collection<String> values,
int limit) |
Find records that have TYPE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.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<XLinkage>> |
XLinkageDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<XLinkage>> |
XLinkageDao.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<XLinkageRecord,XLinkage,String> |
XLinkageDao.queryExecutor() |
|