io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByCancelAt(Collection<LocalDateTime> values) |
Find records that have CANCEL_AT IN (values) asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByCancelAt(Collection<LocalDateTime> values,
int limit) |
Find records that have CANCEL_AT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByCancelBy(Collection<String> values) |
Find records that have CANCEL_BY IN (values) asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByCancelBy(Collection<String> values,
int limit) |
Find records that have CANCEL_BY IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByCatalog(Collection<String> values) |
Find records that have CATALOG IN (values) asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByCatalog(Collection<String> values,
int limit) |
Find records that have CATALOG IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByCategory(Collection<String> values) |
Find records that have CATEGORY IN (values) asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByCategory(Collection<String> values,
int limit) |
Find records that have CATEGORY IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByCategorySub(Collection<String> values) |
Find records that have CATEGORY_SUB IN (values)
asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByCategorySub(Collection<String> values,
int limit) |
Find records that have CATEGORY_SUB IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByCloseAt(Collection<LocalDateTime> values) |
Find records that have CLOSE_AT IN (values) asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByCloseAt(Collection<LocalDateTime> values,
int limit) |
Find records that have CLOSE_AT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByCloseBy(Collection<String> values) |
Find records that have CLOSE_BY IN (values) asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByCloseBy(Collection<String> values,
int limit) |
Find records that have CLOSE_BY IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByCloseCode(Collection<String> values) |
Find records that have CLOSE_CODE IN (values) asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByCloseCode(Collection<String> values,
int limit) |
Find records that have CLOSE_CODE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByCloseKb(Collection<String> values) |
Find records that have CLOSE_KB IN (values) asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByCloseKb(Collection<String> values,
int limit) |
Find records that have CLOSE_KB IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByCloseSolution(Collection<String> values) |
Find records that have CLOSE_SOLUTION IN (values)
asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByCloseSolution(Collection<String> values,
int limit) |
Find records that have CLOSE_SOLUTION IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByCode(Collection<String> values) |
Find records that have CODE IN (values) asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByCode(Collection<String> values,
int limit) |
Find records that have CODE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.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<WTicket>> |
WTicketDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.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<WTicket>> |
WTicketDao.findManyByDescription(Collection<String> values) |
Find records that have DESCRIPTION IN (values)
asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByDescription(Collection<String> values,
int limit) |
Find records that have DESCRIPTION IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByFlowDefinitionId(Collection<String> values) |
Find records that have FLOW_DEFINITION_ID IN (values)
asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByFlowDefinitionId(Collection<String> values,
int limit) |
Find records that have FLOW_DEFINITION_ID IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByFlowDefinitionKey(Collection<String> values) |
Find records that have FLOW_DEFINITION_KEY IN (values)
asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByFlowDefinitionKey(Collection<String> values,
int limit) |
Find records that have FLOW_DEFINITION_KEY IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByFlowEnd(Collection<Boolean> values) |
Find records that have FLOW_END IN (values) asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByFlowEnd(Collection<Boolean> values,
int limit) |
Find records that have FLOW_END IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByFlowInstanceId(Collection<String> values) |
Find records that have FLOW_INSTANCE_ID IN (values)
asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByFlowInstanceId(Collection<String> values,
int limit) |
Find records that have FLOW_INSTANCE_ID IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByModelCategory(Collection<String> values) |
Find records that have MODEL_CATEGORY IN (values)
asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.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<WTicket>> |
WTicketDao.findManyByModelChild(Collection<String> values) |
Find records that have MODEL_CHILD IN (values)
asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByModelChild(Collection<String> values,
int limit) |
Find records that have MODEL_CHILD IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByModelComponent(Collection<String> values) |
Find records that have MODEL_COMPONENT IN (values)
asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByModelComponent(Collection<String> values,
int limit) |
Find records that have MODEL_COMPONENT IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByModelId(Collection<String> values) |
Find records that have MODEL_ID IN (values) asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.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<WTicket>> |
WTicketDao.findManyByModelKey(Collection<String> values) |
Find records that have MODEL_KEY IN (values) asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.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<WTicket>> |
WTicketDao.findManyByName(Collection<String> values) |
Find records that have NAME IN (values) asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByName(Collection<String> values,
int limit) |
Find records that have NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByOpenAt(Collection<LocalDateTime> values) |
Find records that have OPEN_AT IN (values) asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByOpenAt(Collection<LocalDateTime> values,
int limit) |
Find records that have OPEN_AT IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByOpenBy(Collection<String> values) |
Find records that have OPEN_BY IN (values) asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByOpenBy(Collection<String> values,
int limit) |
Find records that have OPEN_BY IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByOwner(Collection<String> values) |
Find records that have OWNER IN (values) asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByOwner(Collection<String> values,
int limit) |
Find records that have OWNER IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByPhase(Collection<String> values) |
Find records that have PHASE IN (values) asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByPhase(Collection<String> values,
int limit) |
Find records that have PHASE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByQuantity(Collection<Integer> values) |
Find records that have QUANTITY IN (values) asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByQuantity(Collection<Integer> values,
int limit) |
Find records that have QUANTITY IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyBySerial(Collection<String> values) |
Find records that have SERIAL IN (values) asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyBySerial(Collection<String> values,
int limit) |
Find records that have SERIAL IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyBySupervisor(Collection<String> values) |
Find records that have SUPERVISOR IN (values) asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyBySupervisor(Collection<String> values,
int limit) |
Find records that have SUPERVISOR IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByTitle(Collection<String> values) |
Find records that have TITLE IN (values) asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByTitle(Collection<String> values,
int limit) |
Find records that have TITLE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByType(Collection<String> values) |
Find records that have TYPE IN (values) asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByType(Collection<String> values,
int limit) |
Find records that have TYPE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.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<WTicket>> |
WTicketDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<WTicket>> |
WTicketDao.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<WTicketRecord,WTicket,String> |
WTicketDao.queryExecutor() |
|