io.vertx.core.Future<List<XNumber>> |
XNumberDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.findManyByAppId(Collection<String> values) |
Find records that have APP_ID IN (values) asynchronously
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.findManyByAppId(Collection<String> values,
int limit) |
Find records that have APP_ID IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.findManyByCode(Collection<String> values) |
Find records that have CODE IN (values) asynchronously
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.findManyByCode(Collection<String> values,
int limit) |
Find records that have CODE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.findManyByComment(Collection<String> values) |
Find records that have COMMENT IN (values) asynchronously
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.findManyByComment(Collection<String> values,
int limit) |
Find records that have COMMENT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.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<XNumber>> |
XNumberDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.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<XNumber>> |
XNumberDao.findManyByCurrent(Collection<Long> values) |
Find records that have CURRENT IN (values) asynchronously
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.findManyByCurrent(Collection<Long> values,
int limit) |
Find records that have CURRENT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.findManyByDecrement(Collection<Boolean> values) |
Find records that have DECREMENT IN (values) asynchronously
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.findManyByDecrement(Collection<Boolean> values,
int limit) |
Find records that have DECREMENT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.findManyByFormat(Collection<String> values) |
Find records that have FORMAT IN (values) asynchronously
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.findManyByFormat(Collection<String> values,
int limit) |
Find records that have FORMAT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.findManyByIdentifier(Collection<String> values) |
Find records that have IDENTIFIER IN (values) asynchronously
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.findManyByIdentifier(Collection<String> values,
int limit) |
Find records that have IDENTIFIER IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.findManyByLength(Collection<Integer> values) |
Find records that have LENGTH IN (values) asynchronously
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.findManyByLength(Collection<Integer> values,
int limit) |
Find records that have LENGTH IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.findManyByPrefix(Collection<String> values) |
Find records that have PREFIX IN (values) asynchronously
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.findManyByPrefix(Collection<String> values,
int limit) |
Find records that have PREFIX IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.findManyByRenewal(Collection<Boolean> values) |
Find records that have RENEWAL IN (values) asynchronously
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.findManyByRenewal(Collection<Boolean> values,
int limit) |
Find records that have RENEWAL IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.findManyByStep(Collection<Integer> values) |
Find records that have STEP IN (values) asynchronously
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.findManyByStep(Collection<Integer> values,
int limit) |
Find records that have STEP IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.findManyBySuffix(Collection<String> values) |
Find records that have SUFFIX IN (values) asynchronously
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.findManyBySuffix(Collection<String> values,
int limit) |
Find records that have SUFFIX IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.findManyByTime(Collection<String> values) |
Find records that have TIME IN (values) asynchronously
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.findManyByTime(Collection<String> values,
int limit) |
Find records that have TIME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.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<XNumber>> |
XNumberDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<XNumber>> |
XNumberDao.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<XNumberRecord,XNumber,String> |
XNumberDao.queryExecutor() |
|