io.vertx.core.Future<List<GNode>> |
GNodeDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<GNode>> |
GNodeDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<GNode>> |
GNodeDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<GNode>> |
GNodeDao.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<GNode>> |
GNodeDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<GNode>> |
GNodeDao.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<GNode>> |
GNodeDao.findManyByGraphicId(Collection<String> values) |
Find records that have GRAPHIC_ID IN (values) asynchronously
|
io.vertx.core.Future<List<GNode>> |
GNodeDao.findManyByGraphicId(Collection<String> values,
int limit) |
Find records that have GRAPHIC_ID IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<GNode>> |
GNodeDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<GNode>> |
GNodeDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<GNode>> |
GNodeDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<GNode>> |
GNodeDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<GNode>> |
GNodeDao.findManyByName(Collection<String> values) |
Find records that have NAME IN (values) asynchronously
|
io.vertx.core.Future<List<GNode>> |
GNodeDao.findManyByName(Collection<String> values,
int limit) |
Find records that have NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<GNode>> |
GNodeDao.findManyByRecordClass(Collection<String> values) |
Find records that have RECORD_CLASS IN (values)
asynchronously
|
io.vertx.core.Future<List<GNode>> |
GNodeDao.findManyByRecordClass(Collection<String> values,
int limit) |
Find records that have RECORD_CLASS IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<GNode>> |
GNodeDao.findManyByRecordComponent(Collection<String> values) |
Find records that have RECORD_COMPONENT IN (values)
asynchronously
|
io.vertx.core.Future<List<GNode>> |
GNodeDao.findManyByRecordComponent(Collection<String> values,
int limit) |
Find records that have RECORD_COMPONENT IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<GNode>> |
GNodeDao.findManyByRecordData(Collection<String> values) |
Find records that have RECORD_DATA IN (values)
asynchronously
|
io.vertx.core.Future<List<GNode>> |
GNodeDao.findManyByRecordData(Collection<String> values,
int limit) |
Find records that have RECORD_DATA IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<GNode>> |
GNodeDao.findManyByRecordKey(Collection<String> values) |
Find records that have RECORD_KEY IN (values) asynchronously
|
io.vertx.core.Future<List<GNode>> |
GNodeDao.findManyByRecordKey(Collection<String> values,
int limit) |
Find records that have RECORD_KEY IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<GNode>> |
GNodeDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<GNode>> |
GNodeDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<GNode>> |
GNodeDao.findManyByUi(Collection<String> values) |
Find records that have UI IN (values) asynchronously
|
io.vertx.core.Future<List<GNode>> |
GNodeDao.findManyByUi(Collection<String> values,
int limit) |
Find records that have UI IN (values) asynchronously limited
by the given limit
|
io.vertx.core.Future<List<GNode>> |
GNodeDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<GNode>> |
GNodeDao.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<GNode>> |
GNodeDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<GNode>> |
GNodeDao.findManyByUpdatedBy(Collection<String> values,
int limit) |
Find records that have UPDATED_BY IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<GNode>> |
GNodeDao.findManyByX(Collection<BigDecimal> values) |
Find records that have X IN (values) asynchronously
|
io.vertx.core.Future<List<GNode>> |
GNodeDao.findManyByX(Collection<BigDecimal> values,
int limit) |
Find records that have X IN (values) asynchronously limited
by the given limit
|
io.vertx.core.Future<List<GNode>> |
GNodeDao.findManyByY(Collection<BigDecimal> values) |
Find records that have Y IN (values) asynchronously
|
io.vertx.core.Future<List<GNode>> |
GNodeDao.findManyByY(Collection<BigDecimal> values,
int limit) |
Find records that have Y IN (values) asynchronously limited
by the given limit
|
io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<GNodeRecord,GNode,String> |
GNodeDao.queryExecutor() |
|