io.vertx.core.Future<List<VQuery>> |
VQueryDao.findManyByCriteria(Collection<String> values) |
Find records that have CRITERIA IN (values) asynchronously
|
io.vertx.core.Future<List<VQuery>> |
VQueryDao.findManyByCriteria(Collection<String> values,
int limit) |
Find records that have CRITERIA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<VQuery>> |
VQueryDao.findManyByPager(Collection<String> values) |
Find records that have PAGER IN (values) asynchronously
|
io.vertx.core.Future<List<VQuery>> |
VQueryDao.findManyByPager(Collection<String> values,
int limit) |
Find records that have PAGER IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<VQuery>> |
VQueryDao.findManyByProjection(Collection<String> values) |
Find records that have PROJECTION IN (values) asynchronously
|
io.vertx.core.Future<List<VQuery>> |
VQueryDao.findManyByProjection(Collection<String> values,
int limit) |
Find records that have PROJECTION IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<VQuery>> |
VQueryDao.findManyBySorter(Collection<String> values) |
Find records that have SORTER IN (values) asynchronously
|
io.vertx.core.Future<List<VQuery>> |
VQueryDao.findManyBySorter(Collection<String> values,
int limit) |
Find records that have SORTER IN (values) asynchronously
limited by the given limit
|
io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<VQueryRecord,VQuery,String> |
VQueryDao.queryExecutor() |
|