io.vertx.core.Future<List<OUser>> |
OUserDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<OUser>> |
OUserDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<OUser>> |
OUserDao.findManyByClientId(Collection<String> values) |
Find records that have CLIENT_ID IN (values) asynchronously
|
io.vertx.core.Future<List<OUser>> |
OUserDao.findManyByClientId(Collection<String> values,
int limit) |
Find records that have CLIENT_ID IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<OUser>> |
OUserDao.findManyByClientSecret(Collection<String> values) |
Find records that have CLIENT_SECRET IN (values)
asynchronously
|
io.vertx.core.Future<List<OUser>> |
OUserDao.findManyByClientSecret(Collection<String> values,
int limit) |
Find records that have CLIENT_SECRET IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<OUser>> |
OUserDao.findManyByCode(Collection<String> values) |
Find records that have CODE IN (values) asynchronously
|
io.vertx.core.Future<List<OUser>> |
OUserDao.findManyByCode(Collection<String> values,
int limit) |
Find records that have CODE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<OUser>> |
OUserDao.findManyByGrantType(Collection<String> values) |
Find records that have GRANT_TYPE IN (values) asynchronously
|
io.vertx.core.Future<List<OUser>> |
OUserDao.findManyByGrantType(Collection<String> values,
int limit) |
Find records that have GRANT_TYPE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<OUser>> |
OUserDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<OUser>> |
OUserDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<OUser>> |
OUserDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<OUser>> |
OUserDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<OUser>> |
OUserDao.findManyByRedirectUri(Collection<String> values) |
Find records that have REDIRECT_URI IN (values)
asynchronously
|
io.vertx.core.Future<List<OUser>> |
OUserDao.findManyByRedirectUri(Collection<String> values,
int limit) |
Find records that have REDIRECT_URI IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<OUser>> |
OUserDao.findManyByScope(Collection<String> values) |
Find records that have SCOPE IN (values) asynchronously
|
io.vertx.core.Future<List<OUser>> |
OUserDao.findManyByScope(Collection<String> values,
int limit) |
Find records that have SCOPE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<OUser>> |
OUserDao.findManyByState(Collection<String> values) |
Find records that have STATE IN (values) asynchronously
|
io.vertx.core.Future<List<OUser>> |
OUserDao.findManyByState(Collection<String> values,
int limit) |
Find records that have STATE IN (values) asynchronously
limited by the given limit
|
io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<OUserRecord,OUser,String> |
OUserDao.queryExecutor() |
|