io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByAmount(Collection<BigDecimal> values) |
Find records that have AMOUNT IN (values) asynchronously
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByAmount(Collection<BigDecimal> values,
int limit) |
Find records that have AMOUNT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByCode(Collection<String> values) |
Find records that have CODE IN (values) asynchronously
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByCode(Collection<String> values,
int limit) |
Find records that have CODE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByComment(Collection<String> values) |
Find records that have COMMENT IN (values) asynchronously
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByComment(Collection<String> values,
int limit) |
Find records that have COMMENT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.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<FInvoice>> |
FInvoiceDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.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<FInvoice>> |
FInvoiceDao.findManyByDescBank(Collection<String> values) |
Find records that have DESC_BANK IN (values) asynchronously
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByDescBank(Collection<String> values,
int limit) |
Find records that have DESC_BANK IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByDescCompany(Collection<String> values) |
Find records that have DESC_COMPANY IN (values)
asynchronously
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByDescCompany(Collection<String> values,
int limit) |
Find records that have DESC_COMPANY IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByDescLocation(Collection<String> values) |
Find records that have DESC_LOCATION IN (values)
asynchronously
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByDescLocation(Collection<String> values,
int limit) |
Find records that have DESC_LOCATION IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByDescUser(Collection<String> values) |
Find records that have DESC_USER IN (values) asynchronously
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByDescUser(Collection<String> values,
int limit) |
Find records that have DESC_USER IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByInvoiceNumber(Collection<String> values) |
Find records that have INVOICE_NUMBER IN (values)
asynchronously
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByInvoiceNumber(Collection<String> values,
int limit) |
Find records that have INVOICE_NUMBER IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByInvoiceSerial(Collection<String> values) |
Find records that have INVOICE_SERIAL IN (values)
asynchronously
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByInvoiceSerial(Collection<String> values,
int limit) |
Find records that have INVOICE_SERIAL IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByInvoiceTitle(Collection<String> values) |
Find records that have INVOICE_TITLE IN (values)
asynchronously
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByInvoiceTitle(Collection<String> values,
int limit) |
Find records that have INVOICE_TITLE IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByName(Collection<String> values) |
Find records that have NAME IN (values) asynchronously
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByName(Collection<String> values,
int limit) |
Find records that have NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByNameBilling(Collection<String> values) |
Find records that have NAME_BILLING IN (values)
asynchronously
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByNameBilling(Collection<String> values,
int limit) |
Find records that have NAME_BILLING IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByNameReceipt(Collection<String> values) |
Find records that have NAME_RECEIPT IN (values)
asynchronously
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByNameReceipt(Collection<String> values,
int limit) |
Find records that have NAME_RECEIPT IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByNameRecheck(Collection<String> values) |
Find records that have NAME_RECHECK IN (values)
asynchronously
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByNameRecheck(Collection<String> values,
int limit) |
Find records that have NAME_RECHECK IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByNameSelling(Collection<String> values) |
Find records that have NAME_SELLING IN (values)
asynchronously
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByNameSelling(Collection<String> values,
int limit) |
Find records that have NAME_SELLING IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByOrderId(Collection<String> values) |
Find records that have ORDER_ID IN (values) asynchronously
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.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<FInvoice>> |
FInvoiceDao.findManyByPersonal(Collection<Boolean> values) |
Find records that have PERSONAL IN (values) asynchronously
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByPersonal(Collection<Boolean> values,
int limit) |
Find records that have PERSONAL IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyBySettlementId(Collection<String> values) |
Find records that have SETTLEMENT_ID IN (values)
asynchronously
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.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<FInvoice>> |
FInvoiceDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByTin(Collection<String> values) |
Find records that have TIN IN (values) asynchronously
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByTin(Collection<String> values,
int limit) |
Find records that have TIN IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByTinName(Collection<String> values) |
Find records that have TIN_NAME IN (values) asynchronously
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByTinName(Collection<String> values,
int limit) |
Find records that have TIN_NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByType(Collection<String> values) |
Find records that have TYPE IN (values) asynchronously
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByType(Collection<String> values,
int limit) |
Find records that have TYPE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.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<FInvoice>> |
FInvoiceDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<FInvoice>> |
FInvoiceDao.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<FInvoiceRecord,FInvoice,String> |
FInvoiceDao.queryExecutor() |
|