io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByAAddress(Collection<String> values) |
Find records that have A_ADDRESS IN (values) asynchronously
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByAAddress(Collection<String> values,
int limit) |
Find records that have A_ADDRESS IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByAmount(Collection<BigDecimal> values) |
Find records that have AMOUNT IN (values) asynchronously
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByAmount(Collection<BigDecimal> values,
int limit) |
Find records that have AMOUNT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByAName(Collection<String> values) |
Find records that have A_NAME IN (values) asynchronously
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByAName(Collection<String> values,
int limit) |
Find records that have A_NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByAPhone(Collection<String> values) |
Find records that have A_PHONE IN (values) asynchronously
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByAPhone(Collection<String> values,
int limit) |
Find records that have A_PHONE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByBAddress(Collection<String> values) |
Find records that have B_ADDRESS IN (values) asynchronously
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByBAddress(Collection<String> values,
int limit) |
Find records that have B_ADDRESS IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByBName(Collection<String> values) |
Find records that have B_NAME IN (values) asynchronously
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByBName(Collection<String> values,
int limit) |
Find records that have B_NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByBPhone(Collection<String> values) |
Find records that have B_PHONE IN (values) asynchronously
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByBPhone(Collection<String> values,
int limit) |
Find records that have B_PHONE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByCode(Collection<String> values) |
Find records that have CODE IN (values) asynchronously
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByCode(Collection<String> values,
int limit) |
Find records that have CODE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByCompanyId(Collection<String> values) |
Find records that have COMPANY_ID IN (values) asynchronously
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByCompanyId(Collection<String> values,
int limit) |
Find records that have COMPANY_ID IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<EContract>> |
EContractDao.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<EContract>> |
EContractDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<EContract>> |
EContractDao.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<EContract>> |
EContractDao.findManyByCustomerId(Collection<String> values) |
Find records that have CUSTOMER_ID IN (values)
asynchronously
|
io.vertx.core.Future<List<EContract>> |
EContractDao.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<EContract>> |
EContractDao.findManyByExpiredAt(Collection<LocalDateTime> values) |
Find records that have EXPIRED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByExpiredAt(Collection<LocalDateTime> values,
int limit) |
Find records that have EXPIRED_AT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByFileKey(Collection<String> values) |
Find records that have FILE_KEY IN (values) asynchronously
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByFileKey(Collection<String> values,
int limit) |
Find records that have FILE_KEY IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByName(Collection<String> values) |
Find records that have NAME IN (values) asynchronously
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByName(Collection<String> values,
int limit) |
Find records that have NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByRunAt(Collection<LocalDateTime> values) |
Find records that have RUN_AT IN (values) asynchronously
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByRunAt(Collection<LocalDateTime> values,
int limit) |
Find records that have RUN_AT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByRunUpAt(Collection<LocalDateTime> values) |
Find records that have RUN_UP_AT IN (values) asynchronously
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByRunUpAt(Collection<LocalDateTime> values,
int limit) |
Find records that have RUN_UP_AT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyBySignedAt(Collection<LocalDateTime> values) |
Find records that have SIGNED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyBySignedAt(Collection<LocalDateTime> values,
int limit) |
Find records that have SIGNED_AT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByTitle(Collection<String> values) |
Find records that have TITLE IN (values) asynchronously
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByTitle(Collection<String> values,
int limit) |
Find records that have TITLE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByType(Collection<String> values) |
Find records that have TYPE IN (values) asynchronously
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByType(Collection<String> values,
int limit) |
Find records that have TYPE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EContract>> |
EContractDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<EContract>> |
EContractDao.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<EContract>> |
EContractDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<EContract>> |
EContractDao.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<EContractRecord,EContract,String> |
EContractDao.queryExecutor() |
|