io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByAcceptedAt(Collection<LocalDateTime> values) |
Find records that have ACCEPTED_AT IN (values)
asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByAcceptedAt(Collection<LocalDateTime> values,
int limit) |
Find records that have ACCEPTED_AT IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByAcceptedBy(Collection<String> values) |
Find records that have ACCEPTED_BY IN (values)
asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.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<WTodo>> |
WTodoDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByActivityId(Collection<String> values) |
Find records that have ACTIVITY_ID IN (values)
asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByActivityId(Collection<String> values,
int limit) |
Find records that have ACTIVITY_ID IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByAssignedAt(Collection<LocalDateTime> values) |
Find records that have ASSIGNED_AT IN (values)
asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByAssignedAt(Collection<LocalDateTime> values,
int limit) |
Find records that have ASSIGNED_AT IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByAssignedBy(Collection<String> values) |
Find records that have ASSIGNED_BY IN (values)
asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.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<WTodo>> |
WTodoDao.findManyByCode(Collection<String> values) |
Find records that have CODE IN (values) asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByCode(Collection<String> values,
int limit) |
Find records that have CODE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByComment(Collection<String> values) |
Find records that have COMMENT IN (values) asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByComment(Collection<String> values,
int limit) |
Find records that have COMMENT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByCommentApproval(Collection<String> values) |
Find records that have COMMENT_APPROVAL IN (values)
asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByCommentApproval(Collection<String> values,
int limit) |
Find records that have COMMENT_APPROVAL IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByCommentReject(Collection<String> values) |
Find records that have COMMENT_REJECT IN (values)
asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByCommentReject(Collection<String> values,
int limit) |
Find records that have COMMENT_REJECT IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.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<WTodo>> |
WTodoDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.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<WTodo>> |
WTodoDao.findManyByExpiredAt(Collection<LocalDateTime> values) |
Find records that have EXPIRED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.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<WTodo>> |
WTodoDao.findManyByFinishedAt(Collection<LocalDateTime> values) |
Find records that have FINISHED_AT IN (values)
asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByFinishedAt(Collection<LocalDateTime> values,
int limit) |
Find records that have FINISHED_AT IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByFinishedBy(Collection<String> values) |
Find records that have FINISHED_BY IN (values)
asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.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<WTodo>> |
WTodoDao.findManyByIcon(Collection<String> values) |
Find records that have ICON IN (values) asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByIcon(Collection<String> values,
int limit) |
Find records that have ICON IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByModelCategory(Collection<String> values) |
Find records that have MODEL_CATEGORY IN (values)
asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.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<WTodo>> |
WTodoDao.findManyByModelId(Collection<String> values) |
Find records that have MODEL_ID IN (values) asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.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<WTodo>> |
WTodoDao.findManyByModelKey(Collection<String> values) |
Find records that have MODEL_KEY IN (values) asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.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<WTodo>> |
WTodoDao.findManyByName(Collection<String> values) |
Find records that have NAME IN (values) asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByName(Collection<String> values,
int limit) |
Find records that have NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByParentId(Collection<String> values) |
Find records that have PARENT_ID IN (values) asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.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<WTodo>> |
WTodoDao.findManyBySerial(Collection<String> values) |
Find records that have SERIAL IN (values) asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyBySerial(Collection<String> values,
int limit) |
Find records that have SERIAL IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByStatus(Collection<String> values) |
Find records that have STATUS IN (values) asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByStatus(Collection<String> values,
int limit) |
Find records that have STATUS IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByTaskId(Collection<String> values) |
Find records that have TASK_ID IN (values) asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByTaskId(Collection<String> values,
int limit) |
Find records that have TASK_ID IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByTaskKey(Collection<String> values) |
Find records that have TASK_KEY IN (values) asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByTaskKey(Collection<String> values,
int limit) |
Find records that have TASK_KEY IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByToDept(Collection<String> values) |
Find records that have TO_DEPT IN (values) asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByToDept(Collection<String> values,
int limit) |
Find records that have TO_DEPT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByTodoUrl(Collection<String> values) |
Find records that have TODO_URL IN (values) asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.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<WTodo>> |
WTodoDao.findManyByToGroup(Collection<String> values) |
Find records that have TO_GROUP IN (values) asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.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<WTodo>> |
WTodoDao.findManyByToLocation(Collection<String> values) |
Find records that have TO_LOCATION IN (values)
asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByToLocation(Collection<String> values,
int limit) |
Find records that have TO_LOCATION IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByToRole(Collection<String> values) |
Find records that have TO_ROLE IN (values) asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.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<WTodo>> |
WTodoDao.findManyByToTeam(Collection<String> values) |
Find records that have TO_TEAM IN (values) asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByToTeam(Collection<String> values,
int limit) |
Find records that have TO_TEAM IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByToUser(Collection<String> values) |
Find records that have TO_USER IN (values) asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.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<WTodo>> |
WTodoDao.findManyByTraceId(Collection<String> values) |
Find records that have TRACE_ID IN (values) asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.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<WTodo>> |
WTodoDao.findManyByTraceOrder(Collection<Integer> values) |
Find records that have TRACE_ORDER IN (values)
asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByTraceOrder(Collection<Integer> values,
int limit) |
Find records that have TRACE_ORDER IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByType(Collection<String> values) |
Find records that have TYPE IN (values) asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByType(Collection<String> values,
int limit) |
Find records that have TYPE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.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<WTodo>> |
WTodoDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<WTodo>> |
WTodoDao.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<WTodoRecord,WTodo,String> |
WTodoDao.queryExecutor() |
|