io.vertx.core.Future<List<IMessage>> |
IMessageDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<IMessage>> |
IMessageDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IMessage>> |
IMessageDao.findManyByAppId(Collection<String> values) |
Find records that have APP_ID IN (values) asynchronously
|
io.vertx.core.Future<List<IMessage>> |
IMessageDao.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<IMessage>> |
IMessageDao.findManyByCode(Collection<String> values) |
Find records that have CODE IN (values) asynchronously
|
io.vertx.core.Future<List<IMessage>> |
IMessageDao.findManyByCode(Collection<String> values,
int limit) |
Find records that have CODE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IMessage>> |
IMessageDao.findManyByContent(Collection<String> values) |
Find records that have CONTENT IN (values) asynchronously
|
io.vertx.core.Future<List<IMessage>> |
IMessageDao.findManyByContent(Collection<String> values,
int limit) |
Find records that have CONTENT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IMessage>> |
IMessageDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<IMessage>> |
IMessageDao.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<IMessage>> |
IMessageDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<IMessage>> |
IMessageDao.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<IMessage>> |
IMessageDao.findManyByFrom(Collection<String> values) |
Find records that have FROM IN (values) asynchronously
|
io.vertx.core.Future<List<IMessage>> |
IMessageDao.findManyByFrom(Collection<String> values,
int limit) |
Find records that have FROM IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IMessage>> |
IMessageDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<IMessage>> |
IMessageDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IMessage>> |
IMessageDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<IMessage>> |
IMessageDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IMessage>> |
IMessageDao.findManyByName(Collection<String> values) |
Find records that have NAME IN (values) asynchronously
|
io.vertx.core.Future<List<IMessage>> |
IMessageDao.findManyByName(Collection<String> values,
int limit) |
Find records that have NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IMessage>> |
IMessageDao.findManyBySendAt(Collection<String> values) |
Find records that have SEND_AT IN (values) asynchronously
|
io.vertx.core.Future<List<IMessage>> |
IMessageDao.findManyBySendAt(Collection<String> values,
int limit) |
Find records that have SEND_AT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IMessage>> |
IMessageDao.findManyBySendBy(Collection<String> values) |
Find records that have SEND_BY IN (values) asynchronously
|
io.vertx.core.Future<List<IMessage>> |
IMessageDao.findManyBySendBy(Collection<String> values,
int limit) |
Find records that have SEND_BY IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IMessage>> |
IMessageDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<IMessage>> |
IMessageDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IMessage>> |
IMessageDao.findManyByStatus(Collection<String> values) |
Find records that have STATUS IN (values) asynchronously
|
io.vertx.core.Future<List<IMessage>> |
IMessageDao.findManyByStatus(Collection<String> values,
int limit) |
Find records that have STATUS IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IMessage>> |
IMessageDao.findManyBySubject(Collection<String> values) |
Find records that have SUBJECT IN (values) asynchronously
|
io.vertx.core.Future<List<IMessage>> |
IMessageDao.findManyBySubject(Collection<String> values,
int limit) |
Find records that have SUBJECT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IMessage>> |
IMessageDao.findManyByTo(Collection<String> values) |
Find records that have TO IN (values) asynchronously
|
io.vertx.core.Future<List<IMessage>> |
IMessageDao.findManyByTo(Collection<String> values,
int limit) |
Find records that have TO IN (values) asynchronously limited
by the given limit
|
io.vertx.core.Future<List<IMessage>> |
IMessageDao.findManyByType(Collection<String> values) |
Find records that have TYPE IN (values) asynchronously
|
io.vertx.core.Future<List<IMessage>> |
IMessageDao.findManyByType(Collection<String> values,
int limit) |
Find records that have TYPE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<IMessage>> |
IMessageDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<IMessage>> |
IMessageDao.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<IMessage>> |
IMessageDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<IMessage>> |
IMessageDao.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<IMessageRecord,IMessage,String> |
IMessageDao.queryExecutor() |
|