io.vertx.core.Future<List<GEdge>> |
GEdgeDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<GEdge>> |
GEdgeDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<GEdge>> |
GEdgeDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<GEdge>> |
GEdgeDao.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<GEdge>> |
GEdgeDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<GEdge>> |
GEdgeDao.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<GEdge>> |
GEdgeDao.findManyByGraphicId(Collection<String> values) |
Find records that have GRAPHIC_ID IN (values) asynchronously
|
io.vertx.core.Future<List<GEdge>> |
GEdgeDao.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<GEdge>> |
GEdgeDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<GEdge>> |
GEdgeDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<GEdge>> |
GEdgeDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<GEdge>> |
GEdgeDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<GEdge>> |
GEdgeDao.findManyByName(Collection<String> values) |
Find records that have NAME IN (values) asynchronously
|
io.vertx.core.Future<List<GEdge>> |
GEdgeDao.findManyByName(Collection<String> values,
int limit) |
Find records that have NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<GEdge>> |
GEdgeDao.findManyByRecordData(Collection<String> values) |
Find records that have RECORD_DATA IN (values)
asynchronously
|
io.vertx.core.Future<List<GEdge>> |
GEdgeDao.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<GEdge>> |
GEdgeDao.findManyByRecordKey(Collection<String> values) |
Find records that have RECORD_KEY IN (values) asynchronously
|
io.vertx.core.Future<List<GEdge>> |
GEdgeDao.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<GEdge>> |
GEdgeDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<GEdge>> |
GEdgeDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<GEdge>> |
GEdgeDao.findManyBySourceKey(Collection<String> values) |
Find records that have SOURCE_KEY IN (values) asynchronously
|
io.vertx.core.Future<List<GEdge>> |
GEdgeDao.findManyBySourceKey(Collection<String> values,
int limit) |
Find records that have SOURCE_KEY IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<GEdge>> |
GEdgeDao.findManyByTargetKey(Collection<String> values) |
Find records that have TARGET_KEY IN (values) asynchronously
|
io.vertx.core.Future<List<GEdge>> |
GEdgeDao.findManyByTargetKey(Collection<String> values,
int limit) |
Find records that have TARGET_KEY IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<GEdge>> |
GEdgeDao.findManyByType(Collection<String> values) |
Find records that have TYPE IN (values) asynchronously
|
io.vertx.core.Future<List<GEdge>> |
GEdgeDao.findManyByType(Collection<String> values,
int limit) |
Find records that have TYPE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<GEdge>> |
GEdgeDao.findManyByUi(Collection<String> values) |
Find records that have UI IN (values) asynchronously
|
io.vertx.core.Future<List<GEdge>> |
GEdgeDao.findManyByUi(Collection<String> values,
int limit) |
Find records that have UI IN (values) asynchronously limited
by the given limit
|
io.vertx.core.Future<List<GEdge>> |
GEdgeDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<GEdge>> |
GEdgeDao.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<GEdge>> |
GEdgeDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<GEdge>> |
GEdgeDao.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<GEdgeRecord,GEdge,String> |
GEdgeDao.queryExecutor() |
|