io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByAmount(Collection<BigDecimal> values) |
Find records that have AMOUNT IN (values) asynchronously
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByAmount(Collection<BigDecimal> values,
int limit) |
Find records that have AMOUNT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByAmountTotal(Collection<BigDecimal> values) |
Find records that have AMOUNT_TOTAL IN (values)
asynchronously
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByAmountTotal(Collection<BigDecimal> values,
int limit) |
Find records that have AMOUNT_TOTAL IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByBillId(Collection<String> values) |
Find records that have BILL_ID IN (values) asynchronously
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByBillId(Collection<String> values,
int limit) |
Find records that have BILL_ID IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByCode(Collection<String> values) |
Find records that have CODE IN (values) asynchronously
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByCode(Collection<String> values,
int limit) |
Find records that have CODE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByComment(Collection<String> values) |
Find records that have COMMENT IN (values) asynchronously
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByComment(Collection<String> values,
int limit) |
Find records that have COMMENT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.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<FBillItem>> |
FBillItemDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.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<FBillItem>> |
FBillItemDao.findManyByDelay(Collection<Boolean> values) |
Find records that have DELAY IN (values) asynchronously
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByDelay(Collection<Boolean> values,
int limit) |
Find records that have DELAY IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByDelayAt(Collection<LocalDateTime> values) |
Find records that have DELAY_AT IN (values) asynchronously
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByDelayAt(Collection<LocalDateTime> values,
int limit) |
Find records that have DELAY_AT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByManualNo(Collection<String> values) |
Find records that have MANUAL_NO IN (values) asynchronously
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByManualNo(Collection<String> values,
int limit) |
Find records that have MANUAL_NO IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByName(Collection<String> values) |
Find records that have NAME IN (values) asynchronously
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByName(Collection<String> values,
int limit) |
Find records that have NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByOpAt(Collection<LocalDateTime> values) |
Find records that have OP_AT IN (values) asynchronously
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByOpAt(Collection<LocalDateTime> values,
int limit) |
Find records that have OP_AT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByOpBy(Collection<String> values) |
Find records that have OP_BY IN (values) asynchronously
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByOpBy(Collection<String> values,
int limit) |
Find records that have OP_BY IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByOpNumber(Collection<String> values) |
Find records that have OP_NUMBER IN (values) asynchronously
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByOpNumber(Collection<String> values,
int limit) |
Find records that have OP_NUMBER IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByOpShift(Collection<String> values) |
Find records that have OP_SHIFT IN (values) asynchronously
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByOpShift(Collection<String> values,
int limit) |
Find records that have OP_SHIFT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByOpTransfer(Collection<String> values) |
Find records that have OP_TRANSFER IN (values)
asynchronously
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByOpTransfer(Collection<String> values,
int limit) |
Find records that have OP_TRANSFER IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByPayTermId(Collection<String> values) |
Find records that have PAY_TERM_ID IN (values)
asynchronously
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByPayTermId(Collection<String> values,
int limit) |
Find records that have PAY_TERM_ID IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByPrice(Collection<BigDecimal> values) |
Find records that have PRICE IN (values) asynchronously
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByPrice(Collection<BigDecimal> values,
int limit) |
Find records that have PRICE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByQuantity(Collection<Integer> values) |
Find records that have QUANTITY IN (values) asynchronously
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByQuantity(Collection<Integer> values,
int limit) |
Find records that have QUANTITY IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByRelatedId(Collection<String> values) |
Find records that have RELATED_ID IN (values) asynchronously
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByRelatedId(Collection<String> values,
int limit) |
Find records that have RELATED_ID IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyBySerial(Collection<String> values) |
Find records that have SERIAL IN (values) asynchronously
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyBySerial(Collection<String> values,
int limit) |
Find records that have SERIAL IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyBySettlementId(Collection<String> values) |
Find records that have SETTLEMENT_ID IN (values)
asynchronously
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyBySettlementId(Collection<String> values,
int limit) |
Find records that have SETTLEMENT_ID IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByStatus(Collection<String> values) |
Find records that have STATUS IN (values) asynchronously
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByStatus(Collection<String> values,
int limit) |
Find records that have STATUS IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyBySubjectId(Collection<String> values) |
Find records that have SUBJECT_ID IN (values) asynchronously
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyBySubjectId(Collection<String> values,
int limit) |
Find records that have SUBJECT_ID IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByType(Collection<String> values) |
Find records that have TYPE IN (values) asynchronously
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByType(Collection<String> values,
int limit) |
Find records that have TYPE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.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<FBillItem>> |
FBillItemDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<FBillItem>> |
FBillItemDao.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<FBillItemRecord,FBillItem,String> |
FBillItemDao.queryExecutor() |
|