io.vertx.core.Future<List<FReceivable>> |
FReceivableDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<FReceivable>> |
FReceivableDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FReceivable>> |
FReceivableDao.findManyByAmount(Collection<BigDecimal> values) |
Find records that have AMOUNT IN (values) asynchronously
|
io.vertx.core.Future<List<FReceivable>> |
FReceivableDao.findManyByAmount(Collection<BigDecimal> values,
int limit) |
Find records that have AMOUNT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FReceivable>> |
FReceivableDao.findManyByCode(Collection<String> values) |
Find records that have CODE IN (values) asynchronously
|
io.vertx.core.Future<List<FReceivable>> |
FReceivableDao.findManyByCode(Collection<String> values,
int limit) |
Find records that have CODE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FReceivable>> |
FReceivableDao.findManyByComment(Collection<String> values) |
Find records that have COMMENT IN (values) asynchronously
|
io.vertx.core.Future<List<FReceivable>> |
FReceivableDao.findManyByComment(Collection<String> values,
int limit) |
Find records that have COMMENT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FReceivable>> |
FReceivableDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<FReceivable>> |
FReceivableDao.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<FReceivable>> |
FReceivableDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<FReceivable>> |
FReceivableDao.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<FReceivable>> |
FReceivableDao.findManyByCustomerId(Collection<String> values) |
Find records that have CUSTOMER_ID IN (values)
asynchronously
|
io.vertx.core.Future<List<FReceivable>> |
FReceivableDao.findManyByCustomerId(Collection<String> values,
int limit) |
Find records that have CUSTOMER_ID IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<FReceivable>> |
FReceivableDao.findManyByFinished(Collection<Boolean> values) |
Find records that have FINISHED IN (values) asynchronously
|
io.vertx.core.Future<List<FReceivable>> |
FReceivableDao.findManyByFinished(Collection<Boolean> values,
int limit) |
Find records that have FINISHED IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FReceivable>> |
FReceivableDao.findManyByFinishedAt(Collection<LocalDateTime> values) |
Find records that have FINISHED_AT IN (values)
asynchronously
|
io.vertx.core.Future<List<FReceivable>> |
FReceivableDao.findManyByFinishedAt(Collection<LocalDateTime> values,
int limit) |
Find records that have FINISHED_AT IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<FReceivable>> |
FReceivableDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<FReceivable>> |
FReceivableDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FReceivable>> |
FReceivableDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<FReceivable>> |
FReceivableDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FReceivable>> |
FReceivableDao.findManyByName(Collection<String> values) |
Find records that have NAME IN (values) asynchronously
|
io.vertx.core.Future<List<FReceivable>> |
FReceivableDao.findManyByName(Collection<String> values,
int limit) |
Find records that have NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FReceivable>> |
FReceivableDao.findManyBySerial(Collection<String> values) |
Find records that have SERIAL IN (values) asynchronously
|
io.vertx.core.Future<List<FReceivable>> |
FReceivableDao.findManyBySerial(Collection<String> values,
int limit) |
Find records that have SERIAL IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FReceivable>> |
FReceivableDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<FReceivable>> |
FReceivableDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FReceivable>> |
FReceivableDao.findManyBySignMobile(Collection<String> values) |
Find records that have SIGN_MOBILE IN (values)
asynchronously
|
io.vertx.core.Future<List<FReceivable>> |
FReceivableDao.findManyBySignMobile(Collection<String> values,
int limit) |
Find records that have SIGN_MOBILE IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<FReceivable>> |
FReceivableDao.findManyBySignName(Collection<String> values) |
Find records that have SIGN_NAME IN (values) asynchronously
|
io.vertx.core.Future<List<FReceivable>> |
FReceivableDao.findManyBySignName(Collection<String> values,
int limit) |
Find records that have SIGN_NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FReceivable>> |
FReceivableDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<FReceivable>> |
FReceivableDao.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<FReceivable>> |
FReceivableDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<FReceivable>> |
FReceivableDao.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<FReceivableRecord,FReceivable,String> |
FReceivableDao.queryExecutor() |
|