io.vertx.core.Future<List<XApp>> |
XAppDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<XApp>> |
XAppDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XApp>> |
XAppDao.findManyByAppKey(Collection<String> values) |
Find records that have APP_KEY IN (values) asynchronously
|
io.vertx.core.Future<List<XApp>> |
XAppDao.findManyByAppKey(Collection<String> values,
int limit) |
Find records that have APP_KEY IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XApp>> |
XAppDao.findManyByAppPort(Collection<Integer> values) |
Find records that have APP_PORT IN (values) asynchronously
|
io.vertx.core.Future<List<XApp>> |
XAppDao.findManyByAppPort(Collection<Integer> values,
int limit) |
Find records that have APP_PORT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XApp>> |
XAppDao.findManyByCode(Collection<String> values) |
Find records that have CODE IN (values) asynchronously
|
io.vertx.core.Future<List<XApp>> |
XAppDao.findManyByCode(Collection<String> values,
int limit) |
Find records that have CODE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XApp>> |
XAppDao.findManyByCopyRight(Collection<String> values) |
Find records that have COPY_RIGHT IN (values) asynchronously
|
io.vertx.core.Future<List<XApp>> |
XAppDao.findManyByCopyRight(Collection<String> values,
int limit) |
Find records that have COPY_RIGHT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XApp>> |
XAppDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<XApp>> |
XAppDao.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<XApp>> |
XAppDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<XApp>> |
XAppDao.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<XApp>> |
XAppDao.findManyByDomain(Collection<String> values) |
Find records that have DOMAIN IN (values) asynchronously
|
io.vertx.core.Future<List<XApp>> |
XAppDao.findManyByDomain(Collection<String> values,
int limit) |
Find records that have DOMAIN IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XApp>> |
XAppDao.findManyByEmail(Collection<String> values) |
Find records that have EMAIL IN (values) asynchronously
|
io.vertx.core.Future<List<XApp>> |
XAppDao.findManyByEmail(Collection<String> values,
int limit) |
Find records that have EMAIL IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XApp>> |
XAppDao.findManyByIcp(Collection<String> values) |
Find records that have ICP IN (values) asynchronously
|
io.vertx.core.Future<List<XApp>> |
XAppDao.findManyByIcp(Collection<String> values,
int limit) |
Find records that have ICP IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XApp>> |
XAppDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<XApp>> |
XAppDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XApp>> |
XAppDao.findManyByLogo(Collection<String> values) |
Find records that have LOGO IN (values) asynchronously
|
io.vertx.core.Future<List<XApp>> |
XAppDao.findManyByLogo(Collection<String> values,
int limit) |
Find records that have LOGO IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XApp>> |
XAppDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<XApp>> |
XAppDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XApp>> |
XAppDao.findManyByName(Collection<String> values) |
Find records that have NAME IN (values) asynchronously
|
io.vertx.core.Future<List<XApp>> |
XAppDao.findManyByName(Collection<String> values,
int limit) |
Find records that have NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XApp>> |
XAppDao.findManyByPath(Collection<String> values) |
Find records that have PATH IN (values) asynchronously
|
io.vertx.core.Future<List<XApp>> |
XAppDao.findManyByPath(Collection<String> values,
int limit) |
Find records that have PATH IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XApp>> |
XAppDao.findManyByRoute(Collection<String> values) |
Find records that have ROUTE IN (values) asynchronously
|
io.vertx.core.Future<List<XApp>> |
XAppDao.findManyByRoute(Collection<String> values,
int limit) |
Find records that have ROUTE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XApp>> |
XAppDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<XApp>> |
XAppDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XApp>> |
XAppDao.findManyByTitle(Collection<String> values) |
Find records that have TITLE IN (values) asynchronously
|
io.vertx.core.Future<List<XApp>> |
XAppDao.findManyByTitle(Collection<String> values,
int limit) |
Find records that have TITLE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XApp>> |
XAppDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<XApp>> |
XAppDao.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<XApp>> |
XAppDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<XApp>> |
XAppDao.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<XApp>> |
XAppDao.findManyByUrlEntry(Collection<String> values) |
Find records that have URL_ENTRY IN (values) asynchronously
|
io.vertx.core.Future<List<XApp>> |
XAppDao.findManyByUrlEntry(Collection<String> values,
int limit) |
Find records that have URL_ENTRY IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XApp>> |
XAppDao.findManyByUrlMain(Collection<String> values) |
Find records that have URL_MAIN IN (values) asynchronously
|
io.vertx.core.Future<List<XApp>> |
XAppDao.findManyByUrlMain(Collection<String> values,
int limit) |
Find records that have URL_MAIN IN (values) asynchronously
limited by the given limit
|
io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<XAppRecord,XApp,String> |
XAppDao.queryExecutor() |
|