io.vertx.core.Future<List<SUser>> |
SUserDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<SUser>> |
SUserDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SUser>> |
SUserDao.findManyByAlias(Collection<String> values) |
Find records that have ALIAS IN (values) asynchronously
|
io.vertx.core.Future<List<SUser>> |
SUserDao.findManyByAlias(Collection<String> values,
int limit) |
Find records that have ALIAS IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SUser>> |
SUserDao.findManyByCategory(Collection<String> values) |
Find records that have CATEGORY IN (values) asynchronously
|
io.vertx.core.Future<List<SUser>> |
SUserDao.findManyByCategory(Collection<String> values,
int limit) |
Find records that have CATEGORY IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SUser>> |
SUserDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<SUser>> |
SUserDao.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<SUser>> |
SUserDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<SUser>> |
SUserDao.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<SUser>> |
SUserDao.findManyByEmail(Collection<String> values) |
Find records that have EMAIL IN (values) asynchronously
|
io.vertx.core.Future<List<SUser>> |
SUserDao.findManyByEmail(Collection<String> values,
int limit) |
Find records that have EMAIL IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SUser>> |
SUserDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<SUser>> |
SUserDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SUser>> |
SUserDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<SUser>> |
SUserDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SUser>> |
SUserDao.findManyByMobile(Collection<String> values) |
Find records that have MOBILE IN (values) asynchronously
|
io.vertx.core.Future<List<SUser>> |
SUserDao.findManyByMobile(Collection<String> values,
int limit) |
Find records that have MOBILE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SUser>> |
SUserDao.findManyByModelId(Collection<String> values) |
Find records that have MODEL_ID IN (values) asynchronously
|
io.vertx.core.Future<List<SUser>> |
SUserDao.findManyByModelId(Collection<String> values,
int limit) |
Find records that have MODEL_ID IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SUser>> |
SUserDao.findManyByModelKey(Collection<String> values) |
Find records that have MODEL_KEY IN (values) asynchronously
|
io.vertx.core.Future<List<SUser>> |
SUserDao.findManyByModelKey(Collection<String> values,
int limit) |
Find records that have MODEL_KEY IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SUser>> |
SUserDao.findManyByPassword(Collection<String> values) |
Find records that have PASSWORD IN (values) asynchronously
|
io.vertx.core.Future<List<SUser>> |
SUserDao.findManyByPassword(Collection<String> values,
int limit) |
Find records that have PASSWORD IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SUser>> |
SUserDao.findManyByRealname(Collection<String> values) |
Find records that have REALNAME IN (values) asynchronously
|
io.vertx.core.Future<List<SUser>> |
SUserDao.findManyByRealname(Collection<String> values,
int limit) |
Find records that have REALNAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SUser>> |
SUserDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<SUser>> |
SUserDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SUser>> |
SUserDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<SUser>> |
SUserDao.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<SUser>> |
SUserDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<SUser>> |
SUserDao.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<SUser>> |
SUserDao.findManyByUsername(Collection<String> values) |
Find records that have USERNAME IN (values) asynchronously
|
io.vertx.core.Future<List<SUser>> |
SUserDao.findManyByUsername(Collection<String> values,
int limit) |
Find records that have USERNAME IN (values) asynchronously
limited by the given limit
|
io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<SUserRecord,SUser,String> |
SUserDao.queryExecutor() |
|