io.vertx.core.Future<List<XMenu>> |
XMenuDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<XMenu>> |
XMenuDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XMenu>> |
XMenuDao.findManyByAppId(Collection<String> values) |
Find records that have APP_ID IN (values) asynchronously
|
io.vertx.core.Future<List<XMenu>> |
XMenuDao.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<XMenu>> |
XMenuDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<XMenu>> |
XMenuDao.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<XMenu>> |
XMenuDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<XMenu>> |
XMenuDao.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<XMenu>> |
XMenuDao.findManyByIcon(Collection<String> values) |
Find records that have ICON IN (values) asynchronously
|
io.vertx.core.Future<List<XMenu>> |
XMenuDao.findManyByIcon(Collection<String> values,
int limit) |
Find records that have ICON IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XMenu>> |
XMenuDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<XMenu>> |
XMenuDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XMenu>> |
XMenuDao.findManyByLevel(Collection<Long> values) |
Find records that have LEVEL IN (values) asynchronously
|
io.vertx.core.Future<List<XMenu>> |
XMenuDao.findManyByLevel(Collection<Long> values,
int limit) |
Find records that have LEVEL IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XMenu>> |
XMenuDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<XMenu>> |
XMenuDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XMenu>> |
XMenuDao.findManyByName(Collection<String> values) |
Find records that have NAME IN (values) asynchronously
|
io.vertx.core.Future<List<XMenu>> |
XMenuDao.findManyByName(Collection<String> values,
int limit) |
Find records that have NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XMenu>> |
XMenuDao.findManyByOrder(Collection<Long> values) |
Find records that have ORDER IN (values) asynchronously
|
io.vertx.core.Future<List<XMenu>> |
XMenuDao.findManyByOrder(Collection<Long> values,
int limit) |
Find records that have ORDER IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XMenu>> |
XMenuDao.findManyByParentId(Collection<String> values) |
Find records that have PARENT_ID IN (values) asynchronously
|
io.vertx.core.Future<List<XMenu>> |
XMenuDao.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<XMenu>> |
XMenuDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<XMenu>> |
XMenuDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XMenu>> |
XMenuDao.findManyByText(Collection<String> values) |
Find records that have TEXT IN (values) asynchronously
|
io.vertx.core.Future<List<XMenu>> |
XMenuDao.findManyByText(Collection<String> values,
int limit) |
Find records that have TEXT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XMenu>> |
XMenuDao.findManyByType(Collection<String> values) |
Find records that have TYPE IN (values) asynchronously
|
io.vertx.core.Future<List<XMenu>> |
XMenuDao.findManyByType(Collection<String> values,
int limit) |
Find records that have TYPE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XMenu>> |
XMenuDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<XMenu>> |
XMenuDao.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<XMenu>> |
XMenuDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<XMenu>> |
XMenuDao.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<XMenu>> |
XMenuDao.findManyByUri(Collection<String> values) |
Find records that have URI IN (values) asynchronously
|
io.vertx.core.Future<List<XMenu>> |
XMenuDao.findManyByUri(Collection<String> values,
int limit) |
Find records that have URI IN (values) asynchronously
limited by the given limit
|
io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<XMenuRecord,XMenu,String> |
XMenuDao.queryExecutor() |
|