io.vertx.core.Future<List<UiForm>> |
UiFormDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<UiForm>> |
UiFormDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<UiForm>> |
UiFormDao.findManyByCode(Collection<String> values) |
Find records that have CODE IN (values) asynchronously
|
io.vertx.core.Future<List<UiForm>> |
UiFormDao.findManyByCode(Collection<String> values,
int limit) |
Find records that have CODE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<UiForm>> |
UiFormDao.findManyByColumns(Collection<Integer> values) |
Find records that have COLUMNS IN (values) asynchronously
|
io.vertx.core.Future<List<UiForm>> |
UiFormDao.findManyByColumns(Collection<Integer> values,
int limit) |
Find records that have COLUMNS IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<UiForm>> |
UiFormDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<UiForm>> |
UiFormDao.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<UiForm>> |
UiFormDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<UiForm>> |
UiFormDao.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<UiForm>> |
UiFormDao.findManyByHidden(Collection<String> values) |
Find records that have HIDDEN IN (values) asynchronously
|
io.vertx.core.Future<List<UiForm>> |
UiFormDao.findManyByHidden(Collection<String> values,
int limit) |
Find records that have HIDDEN IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<UiForm>> |
UiFormDao.findManyByIdentifier(Collection<String> values) |
Find records that have IDENTIFIER IN (values) asynchronously
|
io.vertx.core.Future<List<UiForm>> |
UiFormDao.findManyByIdentifier(Collection<String> values,
int limit) |
Find records that have IDENTIFIER IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<UiForm>> |
UiFormDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<UiForm>> |
UiFormDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<UiForm>> |
UiFormDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<UiForm>> |
UiFormDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<UiForm>> |
UiFormDao.findManyByName(Collection<String> values) |
Find records that have NAME IN (values) asynchronously
|
io.vertx.core.Future<List<UiForm>> |
UiFormDao.findManyByName(Collection<String> values,
int limit) |
Find records that have NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<UiForm>> |
UiFormDao.findManyByRow(Collection<String> values) |
Find records that have ROW IN (values) asynchronously
|
io.vertx.core.Future<List<UiForm>> |
UiFormDao.findManyByRow(Collection<String> values,
int limit) |
Find records that have ROW IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<UiForm>> |
UiFormDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<UiForm>> |
UiFormDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<UiForm>> |
UiFormDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<UiForm>> |
UiFormDao.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<UiForm>> |
UiFormDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<UiForm>> |
UiFormDao.findManyByUpdatedBy(Collection<String> values,
int limit) |
Find records that have UPDATED_BY IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<UiForm>> |
UiFormDao.findManyByWindow(Collection<BigDecimal> values) |
Find records that have WINDOW IN (values) asynchronously
|
io.vertx.core.Future<List<UiForm>> |
UiFormDao.findManyByWindow(Collection<BigDecimal> values,
int limit) |
Find records that have WINDOW IN (values) asynchronously
limited by the given limit
|
io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<UiFormRecord,UiForm,String> |
UiFormDao.queryExecutor() |
|