io.vertx.core.Future<List<SRole>> |
SRoleDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<SRole>> |
SRoleDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SRole>> |
SRoleDao.findManyByCategory(Collection<String> values) |
Find records that have CATEGORY IN (values) asynchronously
|
io.vertx.core.Future<List<SRole>> |
SRoleDao.findManyByCategory(Collection<String> values,
int limit) |
Find records that have CATEGORY IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SRole>> |
SRoleDao.findManyByCode(Collection<String> values) |
Find records that have CODE IN (values) asynchronously
|
io.vertx.core.Future<List<SRole>> |
SRoleDao.findManyByCode(Collection<String> values,
int limit) |
Find records that have CODE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SRole>> |
SRoleDao.findManyByComment(Collection<String> values) |
Find records that have COMMENT IN (values) asynchronously
|
io.vertx.core.Future<List<SRole>> |
SRoleDao.findManyByComment(Collection<String> values,
int limit) |
Find records that have COMMENT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SRole>> |
SRoleDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<SRole>> |
SRoleDao.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<SRole>> |
SRoleDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<SRole>> |
SRoleDao.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<SRole>> |
SRoleDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<SRole>> |
SRoleDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SRole>> |
SRoleDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<SRole>> |
SRoleDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SRole>> |
SRoleDao.findManyByModelId(Collection<String> values) |
Find records that have MODEL_ID IN (values) asynchronously
|
io.vertx.core.Future<List<SRole>> |
SRoleDao.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<SRole>> |
SRoleDao.findManyByModelKey(Collection<String> values) |
Find records that have MODEL_KEY IN (values) asynchronously
|
io.vertx.core.Future<List<SRole>> |
SRoleDao.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<SRole>> |
SRoleDao.findManyByName(Collection<String> values) |
Find records that have NAME IN (values) asynchronously
|
io.vertx.core.Future<List<SRole>> |
SRoleDao.findManyByName(Collection<String> values,
int limit) |
Find records that have NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SRole>> |
SRoleDao.findManyByPower(Collection<Boolean> values) |
Find records that have POWER IN (values) asynchronously
|
io.vertx.core.Future<List<SRole>> |
SRoleDao.findManyByPower(Collection<Boolean> values,
int limit) |
Find records that have POWER IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SRole>> |
SRoleDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<SRole>> |
SRoleDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<SRole>> |
SRoleDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<SRole>> |
SRoleDao.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<SRole>> |
SRoleDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<SRole>> |
SRoleDao.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<SRoleRecord,SRole,String> |
SRoleDao.queryExecutor() |
|