io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyByAcceptedBy(Collection<String> values) |
Find records that have ACCEPTED_BY IN (values)
asynchronously
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyByAcceptedBy(Collection<String> values,
int limit) |
Find records that have ACCEPTED_BY IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyByAssignedBy(Collection<String> values) |
Find records that have ASSIGNED_BY IN (values)
asynchronously
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyByAssignedBy(Collection<String> values,
int limit) |
Find records that have ASSIGNED_BY IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyByCode(Collection<String> values) |
Find records that have CODE IN (values) asynchronously
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyByCode(Collection<String> values,
int limit) |
Find records that have CODE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.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<XTodo>> |
XTodoDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.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<XTodo>> |
XTodoDao.findManyByExpiredAt(Collection<LocalDateTime> values) |
Find records that have EXPIRED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.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<XTodo>> |
XTodoDao.findManyByFinishedBy(Collection<String> values) |
Find records that have FINISHED_BY IN (values)
asynchronously
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyByFinishedBy(Collection<String> values,
int limit) |
Find records that have FINISHED_BY IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyByIcon(Collection<String> values) |
Find records that have ICON IN (values) asynchronously
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyByIcon(Collection<String> values,
int limit) |
Find records that have ICON IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyByModelCategory(Collection<String> values) |
Find records that have MODEL_CATEGORY IN (values)
asynchronously
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyByModelCategory(Collection<String> values,
int limit) |
Find records that have MODEL_CATEGORY IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyByModelId(Collection<String> values) |
Find records that have MODEL_ID IN (values) asynchronously
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.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<XTodo>> |
XTodoDao.findManyByModelKey(Collection<String> values) |
Find records that have MODEL_KEY IN (values) asynchronously
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.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<XTodo>> |
XTodoDao.findManyByName(Collection<String> values) |
Find records that have NAME IN (values) asynchronously
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyByName(Collection<String> values,
int limit) |
Find records that have NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyByParentId(Collection<String> values) |
Find records that have PARENT_ID IN (values) asynchronously
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.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<XTodo>> |
XTodoDao.findManyBySerial(Collection<String> values) |
Find records that have SERIAL IN (values) asynchronously
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyBySerial(Collection<String> values,
int limit) |
Find records that have SERIAL IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyByStatus(Collection<String> values) |
Find records that have STATUS IN (values) asynchronously
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyByStatus(Collection<String> values,
int limit) |
Find records that have STATUS IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyByTodoUrl(Collection<String> values) |
Find records that have TODO_URL IN (values) asynchronously
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyByTodoUrl(Collection<String> values,
int limit) |
Find records that have TODO_URL IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyByToGroup(Collection<String> values) |
Find records that have TO_GROUP IN (values) asynchronously
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyByToGroup(Collection<String> values,
int limit) |
Find records that have TO_GROUP IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyByToRole(Collection<String> values) |
Find records that have TO_ROLE IN (values) asynchronously
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyByToRole(Collection<String> values,
int limit) |
Find records that have TO_ROLE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyByToUser(Collection<String> values) |
Find records that have TO_USER IN (values) asynchronously
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyByToUser(Collection<String> values,
int limit) |
Find records that have TO_USER IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyByTraceId(Collection<String> values) |
Find records that have TRACE_ID IN (values) asynchronously
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyByTraceId(Collection<String> values,
int limit) |
Find records that have TRACE_ID IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyByType(Collection<String> values) |
Find records that have TYPE IN (values) asynchronously
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyByType(Collection<String> values,
int limit) |
Find records that have TYPE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.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<XTodo>> |
XTodoDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<XTodo>> |
XTodoDao.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<XTodoRecord,XTodo,String> |
XTodoDao.queryExecutor() |
|