io.vertx.core.Future<List<VSearch>> |
VSearchDao.findManyByAdvanced(Collection<Boolean> values) |
Find records that have ADVANCED IN (values) asynchronously
|
io.vertx.core.Future<List<VSearch>> |
VSearchDao.findManyByAdvanced(Collection<Boolean> values,
int limit) |
Find records that have ADVANCED IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<VSearch>> |
VSearchDao.findManyByAdvancedNotice(Collection<String> values) |
Find records that have ADVANCED_NOTICE IN (values)
asynchronously
|
io.vertx.core.Future<List<VSearch>> |
VSearchDao.findManyByAdvancedNotice(Collection<String> values,
int limit) |
Find records that have ADVANCED_NOTICE IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<VSearch>> |
VSearchDao.findManyByAdvancedTitle(Collection<String> values) |
Find records that have ADVANCED_TITLE IN (values)
asynchronously
|
io.vertx.core.Future<List<VSearch>> |
VSearchDao.findManyByAdvancedTitle(Collection<String> values,
int limit) |
Find records that have ADVANCED_TITLE IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<VSearch>> |
VSearchDao.findManyByAdvancedView(Collection<String> values) |
Find records that have ADVANCED_VIEW IN (values)
asynchronously
|
io.vertx.core.Future<List<VSearch>> |
VSearchDao.findManyByAdvancedView(Collection<String> values,
int limit) |
Find records that have ADVANCED_VIEW IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<VSearch>> |
VSearchDao.findManyByAdvancedWidth(Collection<String> values) |
Find records that have ADVANCED_WIDTH IN (values)
asynchronously
|
io.vertx.core.Future<List<VSearch>> |
VSearchDao.findManyByAdvancedWidth(Collection<String> values,
int limit) |
Find records that have ADVANCED_WIDTH IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<VSearch>> |
VSearchDao.findManyByCond(Collection<String> values) |
Find records that have COND IN (values) asynchronously
|
io.vertx.core.Future<List<VSearch>> |
VSearchDao.findManyByCond(Collection<String> values,
int limit) |
Find records that have COND IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<VSearch>> |
VSearchDao.findManyByConfirmClear(Collection<String> values) |
Find records that have CONFIRM_CLEAR IN (values)
asynchronously
|
io.vertx.core.Future<List<VSearch>> |
VSearchDao.findManyByConfirmClear(Collection<String> values,
int limit) |
Find records that have CONFIRM_CLEAR IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<VSearch>> |
VSearchDao.findManyByEnabled(Collection<Boolean> values) |
Find records that have ENABLED IN (values) asynchronously
|
io.vertx.core.Future<List<VSearch>> |
VSearchDao.findManyByEnabled(Collection<Boolean> values,
int limit) |
Find records that have ENABLED IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<VSearch>> |
VSearchDao.findManyByOpAdvanced(Collection<String> values) |
Find records that have OP_ADVANCED IN (values)
asynchronously
|
io.vertx.core.Future<List<VSearch>> |
VSearchDao.findManyByOpAdvanced(Collection<String> values,
int limit) |
Find records that have OP_ADVANCED IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<VSearch>> |
VSearchDao.findManyByOpRedo(Collection<String> values) |
Find records that have OP_REDO IN (values) asynchronously
|
io.vertx.core.Future<List<VSearch>> |
VSearchDao.findManyByOpRedo(Collection<String> values,
int limit) |
Find records that have OP_REDO IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<VSearch>> |
VSearchDao.findManyByOpView(Collection<String> values) |
Find records that have OP_VIEW IN (values) asynchronously
|
io.vertx.core.Future<List<VSearch>> |
VSearchDao.findManyByOpView(Collection<String> values,
int limit) |
Find records that have OP_VIEW IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<VSearch>> |
VSearchDao.findManyByPlaceholder(Collection<String> values) |
Find records that have PLACEHOLDER IN (values)
asynchronously
|
io.vertx.core.Future<List<VSearch>> |
VSearchDao.findManyByPlaceholder(Collection<String> values,
int limit) |
Find records that have PLACEHOLDER IN (values)
asynchronously limited by the given limit
|
io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<VSearchRecord,VSearch,String> |
VSearchDao.queryExecutor() |
|