io.vertx.core.Future<List<OAccessToken>> |
OAccessTokenDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<OAccessToken>> |
OAccessTokenDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<OAccessToken>> |
OAccessTokenDao.findManyByAuth(Collection<byte[]> values) |
Find records that have AUTH IN (values) asynchronously
|
io.vertx.core.Future<List<OAccessToken>> |
OAccessTokenDao.findManyByAuth(Collection<byte[]> values,
int limit) |
Find records that have AUTH IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<OAccessToken>> |
OAccessTokenDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<OAccessToken>> |
OAccessTokenDao.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<OAccessToken>> |
OAccessTokenDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<OAccessToken>> |
OAccessTokenDao.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<OAccessToken>> |
OAccessTokenDao.findManyByExpiredTime(Collection<Long> values) |
Find records that have EXPIRED_TIME IN (values)
asynchronously
|
io.vertx.core.Future<List<OAccessToken>> |
OAccessTokenDao.findManyByExpiredTime(Collection<Long> values,
int limit) |
Find records that have EXPIRED_TIME IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<OAccessToken>> |
OAccessTokenDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<OAccessToken>> |
OAccessTokenDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<OAccessToken>> |
OAccessTokenDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<OAccessToken>> |
OAccessTokenDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<OAccessToken>> |
OAccessTokenDao.findManyByRefreshToken(Collection<byte[]> values) |
Find records that have REFRESH_TOKEN IN (values)
asynchronously
|
io.vertx.core.Future<List<OAccessToken>> |
OAccessTokenDao.findManyByRefreshToken(Collection<byte[]> values,
int limit) |
Find records that have REFRESH_TOKEN IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<OAccessToken>> |
OAccessTokenDao.findManyByToken(Collection<byte[]> values) |
Find records that have TOKEN IN (values) asynchronously
|
io.vertx.core.Future<List<OAccessToken>> |
OAccessTokenDao.findManyByToken(Collection<byte[]> values,
int limit) |
Find records that have TOKEN IN (values) asynchronously
limited by the given limit
|
io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<OAccessTokenRecord,OAccessToken,String> |
OAccessTokenDao.queryExecutor() |
|