io.vertx.core.Future<List<XNotice>> |
XNoticeDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<XNotice>> |
XNoticeDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XNotice>> |
XNoticeDao.findManyByAppId(Collection<String> values) |
Find records that have APP_ID IN (values) asynchronously
|
io.vertx.core.Future<List<XNotice>> |
XNoticeDao.findManyByAppId(Collection<String> values,
int limit) |
Find records that have APP_ID IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XNotice>> |
XNoticeDao.findManyByCode(Collection<String> values) |
Find records that have CODE IN (values) asynchronously
|
io.vertx.core.Future<List<XNotice>> |
XNoticeDao.findManyByCode(Collection<String> values,
int limit) |
Find records that have CODE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XNotice>> |
XNoticeDao.findManyByContent(Collection<String> values) |
Find records that have CONTENT IN (values) asynchronously
|
io.vertx.core.Future<List<XNotice>> |
XNoticeDao.findManyByContent(Collection<String> values,
int limit) |
Find records that have CONTENT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XNotice>> |
XNoticeDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<XNotice>> |
XNoticeDao.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<XNotice>> |
XNoticeDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<XNotice>> |
XNoticeDao.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<XNotice>> |
XNoticeDao.findManyByExpiredAt(Collection<LocalDateTime> values) |
Find records that have EXPIRED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<XNotice>> |
XNoticeDao.findManyByExpiredAt(Collection<LocalDateTime> values,
int limit) |
Find records that have EXPIRED_AT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XNotice>> |
XNoticeDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<XNotice>> |
XNoticeDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XNotice>> |
XNoticeDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<XNotice>> |
XNoticeDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XNotice>> |
XNoticeDao.findManyByName(Collection<String> values) |
Find records that have NAME IN (values) asynchronously
|
io.vertx.core.Future<List<XNotice>> |
XNoticeDao.findManyByName(Collection<String> values,
int limit) |
Find records that have NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XNotice>> |
XNoticeDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<XNotice>> |
XNoticeDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XNotice>> |
XNoticeDao.findManyByStatus(Collection<String> values) |
Find records that have STATUS IN (values) asynchronously
|
io.vertx.core.Future<List<XNotice>> |
XNoticeDao.findManyByStatus(Collection<String> values,
int limit) |
Find records that have STATUS IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XNotice>> |
XNoticeDao.findManyByType(Collection<String> values) |
Find records that have TYPE IN (values) asynchronously
|
io.vertx.core.Future<List<XNotice>> |
XNoticeDao.findManyByType(Collection<String> values,
int limit) |
Find records that have TYPE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XNotice>> |
XNoticeDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<XNotice>> |
XNoticeDao.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<XNotice>> |
XNoticeDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<XNotice>> |
XNoticeDao.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<XNoticeRecord,XNotice,String> |
XNoticeDao.queryExecutor() |
|