io.vertx.core.Future<List<FSubject>> |
FSubjectDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<FSubject>> |
FSubjectDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FSubject>> |
FSubjectDao.findManyByCategory(Collection<String> values) |
Find records that have CATEGORY IN (values) asynchronously
|
io.vertx.core.Future<List<FSubject>> |
FSubjectDao.findManyByCategory(Collection<String> values,
int limit) |
Find records that have CATEGORY IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FSubject>> |
FSubjectDao.findManyByCode(Collection<String> values) |
Find records that have CODE IN (values) asynchronously
|
io.vertx.core.Future<List<FSubject>> |
FSubjectDao.findManyByCode(Collection<String> values,
int limit) |
Find records that have CODE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FSubject>> |
FSubjectDao.findManyByComment(Collection<String> values) |
Find records that have COMMENT IN (values) asynchronously
|
io.vertx.core.Future<List<FSubject>> |
FSubjectDao.findManyByComment(Collection<String> values,
int limit) |
Find records that have COMMENT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FSubject>> |
FSubjectDao.findManyByCompanyId(Collection<String> values) |
Find records that have COMPANY_ID IN (values) asynchronously
|
io.vertx.core.Future<List<FSubject>> |
FSubjectDao.findManyByCompanyId(Collection<String> values,
int limit) |
Find records that have COMPANY_ID IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FSubject>> |
FSubjectDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<FSubject>> |
FSubjectDao.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<FSubject>> |
FSubjectDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<FSubject>> |
FSubjectDao.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<FSubject>> |
FSubjectDao.findManyByHelpCode(Collection<String> values) |
Find records that have HELP_CODE IN (values) asynchronously
|
io.vertx.core.Future<List<FSubject>> |
FSubjectDao.findManyByHelpCode(Collection<String> values,
int limit) |
Find records that have HELP_CODE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FSubject>> |
FSubjectDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<FSubject>> |
FSubjectDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FSubject>> |
FSubjectDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<FSubject>> |
FSubjectDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FSubject>> |
FSubjectDao.findManyByName(Collection<String> values) |
Find records that have NAME IN (values) asynchronously
|
io.vertx.core.Future<List<FSubject>> |
FSubjectDao.findManyByName(Collection<String> values,
int limit) |
Find records that have NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FSubject>> |
FSubjectDao.findManyByOwner(Collection<String> values) |
Find records that have OWNER IN (values) asynchronously
|
io.vertx.core.Future<List<FSubject>> |
FSubjectDao.findManyByOwner(Collection<String> values,
int limit) |
Find records that have OWNER IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FSubject>> |
FSubjectDao.findManyByParentId(Collection<String> values) |
Find records that have PARENT_ID IN (values) asynchronously
|
io.vertx.core.Future<List<FSubject>> |
FSubjectDao.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<FSubject>> |
FSubjectDao.findManyBySerial(Collection<String> values) |
Find records that have SERIAL IN (values) asynchronously
|
io.vertx.core.Future<List<FSubject>> |
FSubjectDao.findManyBySerial(Collection<String> values,
int limit) |
Find records that have SERIAL IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FSubject>> |
FSubjectDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<FSubject>> |
FSubjectDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<FSubject>> |
FSubjectDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<FSubject>> |
FSubjectDao.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<FSubject>> |
FSubjectDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<FSubject>> |
FSubjectDao.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<FSubjectRecord,FSubject,String> |
FSubjectDao.queryExecutor() |
|