io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByAmount(Collection<BigDecimal> values) |
Find records that have AMOUNT IN (values) asynchronously
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByAmount(Collection<BigDecimal> values,
int limit) |
Find records that have AMOUNT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByChecked(Collection<Boolean> values) |
Find records that have CHECKED IN (values) asynchronously
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByChecked(Collection<Boolean> values,
int limit) |
Find records that have CHECKED IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByCheckedDesc(Collection<String> values) |
Find records that have CHECKED_DESC IN (values)
asynchronously
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByCheckedDesc(Collection<String> values,
int limit) |
Find records that have CHECKED_DESC IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByCode(Collection<String> values) |
Find records that have CODE IN (values) asynchronously
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByCode(Collection<String> values,
int limit) |
Find records that have CODE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByComment(Collection<String> values) |
Find records that have COMMENT IN (values) asynchronously
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByComment(Collection<String> values,
int limit) |
Find records that have COMMENT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<FBook>> |
FBookDao.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<FBook>> |
FBookDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<FBook>> |
FBookDao.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<FBook>> |
FBookDao.findManyByExceed(Collection<Boolean> values) |
Find records that have EXCEED IN (values) asynchronously
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByExceed(Collection<Boolean> values,
int limit) |
Find records that have EXCEED IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByExceedDesc(Collection<String> values) |
Find records that have EXCEED_DESC IN (values)
asynchronously
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByExceedDesc(Collection<String> values,
int limit) |
Find records that have EXCEED_DESC IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByMajor(Collection<Boolean> values) |
Find records that have MAJOR IN (values) asynchronously
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByMajor(Collection<Boolean> values,
int limit) |
Find records that have MAJOR IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByModelId(Collection<String> values) |
Find records that have MODEL_ID IN (values) asynchronously
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByModelId(Collection<String> values,
int limit) |
Find records that have MODEL_ID IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByModelKey(Collection<String> values) |
Find records that have MODEL_KEY IN (values) asynchronously
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByModelKey(Collection<String> values,
int limit) |
Find records that have MODEL_KEY IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByName(Collection<String> values) |
Find records that have NAME IN (values) asynchronously
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByName(Collection<String> values,
int limit) |
Find records that have NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByOrderId(Collection<String> values) |
Find records that have ORDER_ID IN (values) asynchronously
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByOrderId(Collection<String> values,
int limit) |
Find records that have ORDER_ID IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByParentId(Collection<String> values) |
Find records that have PARENT_ID IN (values) asynchronously
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByParentId(Collection<String> values,
int limit) |
Find records that have PARENT_ID IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByPreAuthorize(Collection<Boolean> values) |
Find records that have PRE_AUTHORIZE IN (values)
asynchronously
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByPreAuthorize(Collection<Boolean> values,
int limit) |
Find records that have PRE_AUTHORIZE IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByPreAuthorizeDesc(Collection<String> values) |
Find records that have PRE_AUTHORIZE_DESC IN (values)
asynchronously
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByPreAuthorizeDesc(Collection<String> values,
int limit) |
Find records that have PRE_AUTHORIZE_DESC IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByPreAuthorizeId(Collection<String> values) |
Find records that have PRE_AUTHORIZE_ID IN (values)
asynchronously
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByPreAuthorizeId(Collection<String> values,
int limit) |
Find records that have PRE_AUTHORIZE_ID IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyBySerial(Collection<String> values) |
Find records that have SERIAL IN (values) asynchronously
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyBySerial(Collection<String> values,
int limit) |
Find records that have SERIAL IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByType(Collection<String> values) |
Find records that have TYPE IN (values) asynchronously
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByType(Collection<String> values,
int limit) |
Find records that have TYPE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBook>> |
FBookDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<FBook>> |
FBookDao.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<FBook>> |
FBookDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<FBook>> |
FBookDao.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<FBookRecord,FBook,String> |
FBookDao.queryExecutor() |
|