io.vertx.core.Future<List<UiPage>> |
UiPageDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<UiPage>> |
UiPageDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<UiPage>> |
UiPageDao.findManyByApp(Collection<String> values) |
Find records that have APP IN (values) asynchronously
|
io.vertx.core.Future<List<UiPage>> |
UiPageDao.findManyByApp(Collection<String> values,
int limit) |
Find records that have APP IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<UiPage>> |
UiPageDao.findManyByAssist(Collection<String> values) |
Find records that have ASSIST IN (values) asynchronously
|
io.vertx.core.Future<List<UiPage>> |
UiPageDao.findManyByAssist(Collection<String> values,
int limit) |
Find records that have ASSIST IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<UiPage>> |
UiPageDao.findManyByContainerConfig(Collection<String> values) |
Find records that have CONTAINER_CONFIG IN (values)
asynchronously
|
io.vertx.core.Future<List<UiPage>> |
UiPageDao.findManyByContainerConfig(Collection<String> values,
int limit) |
Find records that have CONTAINER_CONFIG IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<UiPage>> |
UiPageDao.findManyByContainerName(Collection<String> values) |
Find records that have CONTAINER_NAME IN (values)
asynchronously
|
io.vertx.core.Future<List<UiPage>> |
UiPageDao.findManyByContainerName(Collection<String> values,
int limit) |
Find records that have CONTAINER_NAME IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<UiPage>> |
UiPageDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<UiPage>> |
UiPageDao.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<UiPage>> |
UiPageDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<UiPage>> |
UiPageDao.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<UiPage>> |
UiPageDao.findManyByGrid(Collection<String> values) |
Find records that have GRID IN (values) asynchronously
|
io.vertx.core.Future<List<UiPage>> |
UiPageDao.findManyByGrid(Collection<String> values,
int limit) |
Find records that have GRID IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<UiPage>> |
UiPageDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<UiPage>> |
UiPageDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<UiPage>> |
UiPageDao.findManyByLayoutId(Collection<String> values) |
Find records that have LAYOUT_ID IN (values) asynchronously
|
io.vertx.core.Future<List<UiPage>> |
UiPageDao.findManyByLayoutId(Collection<String> values,
int limit) |
Find records that have LAYOUT_ID IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<UiPage>> |
UiPageDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<UiPage>> |
UiPageDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<UiPage>> |
UiPageDao.findManyByModule(Collection<String> values) |
Find records that have MODULE IN (values) asynchronously
|
io.vertx.core.Future<List<UiPage>> |
UiPageDao.findManyByModule(Collection<String> values,
int limit) |
Find records that have MODULE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<UiPage>> |
UiPageDao.findManyByPage(Collection<String> values) |
Find records that have PAGE IN (values) asynchronously
|
io.vertx.core.Future<List<UiPage>> |
UiPageDao.findManyByPage(Collection<String> values,
int limit) |
Find records that have PAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<UiPage>> |
UiPageDao.findManyByParamMap(Collection<String> values) |
Find records that have PARAM_MAP IN (values) asynchronously
|
io.vertx.core.Future<List<UiPage>> |
UiPageDao.findManyByParamMap(Collection<String> values,
int limit) |
Find records that have PARAM_MAP IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<UiPage>> |
UiPageDao.findManyBySecure(Collection<Boolean> values) |
Find records that have SECURE IN (values) asynchronously
|
io.vertx.core.Future<List<UiPage>> |
UiPageDao.findManyBySecure(Collection<Boolean> values,
int limit) |
Find records that have SECURE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<UiPage>> |
UiPageDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<UiPage>> |
UiPageDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<UiPage>> |
UiPageDao.findManyByState(Collection<String> values) |
Find records that have STATE IN (values) asynchronously
|
io.vertx.core.Future<List<UiPage>> |
UiPageDao.findManyByState(Collection<String> values,
int limit) |
Find records that have STATE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<UiPage>> |
UiPageDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<UiPage>> |
UiPageDao.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<UiPage>> |
UiPageDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<UiPage>> |
UiPageDao.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<UiPageRecord,UiPage,String> |
UiPageDao.queryExecutor() |
|