io.vertx.core.Future<List<XCategory>> |
XCategoryDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<XCategory>> |
XCategoryDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XCategory>> |
XCategoryDao.findManyByAppId(Collection<String> values) |
Find records that have APP_ID IN (values) asynchronously
|
io.vertx.core.Future<List<XCategory>> |
XCategoryDao.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<XCategory>> |
XCategoryDao.findManyByCode(Collection<String> values) |
Find records that have CODE IN (values) asynchronously
|
io.vertx.core.Future<List<XCategory>> |
XCategoryDao.findManyByCode(Collection<String> values,
int limit) |
Find records that have CODE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XCategory>> |
XCategoryDao.findManyByComment(Collection<String> values) |
Find records that have COMMENT IN (values) asynchronously
|
io.vertx.core.Future<List<XCategory>> |
XCategoryDao.findManyByComment(Collection<String> values,
int limit) |
Find records that have COMMENT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XCategory>> |
XCategoryDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<XCategory>> |
XCategoryDao.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<XCategory>> |
XCategoryDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<XCategory>> |
XCategoryDao.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<XCategory>> |
XCategoryDao.findManyByIcon(Collection<String> values) |
Find records that have ICON IN (values) asynchronously
|
io.vertx.core.Future<List<XCategory>> |
XCategoryDao.findManyByIcon(Collection<String> values,
int limit) |
Find records that have ICON IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XCategory>> |
XCategoryDao.findManyByIdentifier(Collection<String> values) |
Find records that have IDENTIFIER IN (values) asynchronously
|
io.vertx.core.Future<List<XCategory>> |
XCategoryDao.findManyByIdentifier(Collection<String> values,
int limit) |
Find records that have IDENTIFIER IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XCategory>> |
XCategoryDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<XCategory>> |
XCategoryDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XCategory>> |
XCategoryDao.findManyByLeaf(Collection<Boolean> values) |
Find records that have LEAF IN (values) asynchronously
|
io.vertx.core.Future<List<XCategory>> |
XCategoryDao.findManyByLeaf(Collection<Boolean> values,
int limit) |
Find records that have LEAF IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XCategory>> |
XCategoryDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<XCategory>> |
XCategoryDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XCategory>> |
XCategoryDao.findManyByName(Collection<String> values) |
Find records that have NAME IN (values) asynchronously
|
io.vertx.core.Future<List<XCategory>> |
XCategoryDao.findManyByName(Collection<String> values,
int limit) |
Find records that have NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XCategory>> |
XCategoryDao.findManyByParentId(Collection<String> values) |
Find records that have PARENT_ID IN (values) asynchronously
|
io.vertx.core.Future<List<XCategory>> |
XCategoryDao.findManyByParentId(Collection<String> values,
int limit) |
Find records that have PARENT_ID IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XCategory>> |
XCategoryDao.findManyByRunComponent(Collection<String> values) |
Find records that have RUN_COMPONENT IN (values)
asynchronously
|
io.vertx.core.Future<List<XCategory>> |
XCategoryDao.findManyByRunComponent(Collection<String> values,
int limit) |
Find records that have RUN_COMPONENT IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<XCategory>> |
XCategoryDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<XCategory>> |
XCategoryDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XCategory>> |
XCategoryDao.findManyBySort(Collection<Integer> values) |
Find records that have SORT IN (values) asynchronously
|
io.vertx.core.Future<List<XCategory>> |
XCategoryDao.findManyBySort(Collection<Integer> values,
int limit) |
Find records that have SORT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XCategory>> |
XCategoryDao.findManyByTreeComponent(Collection<String> values) |
Find records that have TREE_COMPONENT IN (values)
asynchronously
|
io.vertx.core.Future<List<XCategory>> |
XCategoryDao.findManyByTreeComponent(Collection<String> values,
int limit) |
Find records that have TREE_COMPONENT IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<XCategory>> |
XCategoryDao.findManyByType(Collection<String> values) |
Find records that have TYPE IN (values) asynchronously
|
io.vertx.core.Future<List<XCategory>> |
XCategoryDao.findManyByType(Collection<String> values,
int limit) |
Find records that have TYPE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XCategory>> |
XCategoryDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<XCategory>> |
XCategoryDao.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<XCategory>> |
XCategoryDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<XCategory>> |
XCategoryDao.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<XCategoryRecord,XCategory,String> |
XCategoryDao.queryExecutor() |
|