io.vertx.core.Future<List<LLocation>> |
LLocationDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.findManyByAddress(Collection<String> values) |
Find records that have ADDRESS IN (values) asynchronously
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.findManyByAddress(Collection<String> values,
int limit) |
Find records that have ADDRESS IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.findManyByCity(Collection<String> values) |
Find records that have CITY IN (values) asynchronously
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.findManyByCity(Collection<String> values,
int limit) |
Find records that have CITY IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.findManyByCode(Collection<String> values) |
Find records that have CODE IN (values) asynchronously
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.findManyByCode(Collection<String> values,
int limit) |
Find records that have CODE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.findManyByCountry(Collection<String> values) |
Find records that have COUNTRY IN (values) asynchronously
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.findManyByCountry(Collection<String> values,
int limit) |
Find records that have COUNTRY IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.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<LLocation>> |
LLocationDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.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<LLocation>> |
LLocationDao.findManyByFullName(Collection<String> values) |
Find records that have FULL_NAME IN (values) asynchronously
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.findManyByFullName(Collection<String> values,
int limit) |
Find records that have FULL_NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.findManyByName(Collection<String> values) |
Find records that have NAME IN (values) asynchronously
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.findManyByName(Collection<String> values,
int limit) |
Find records that have NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.findManyByPostal(Collection<String> values) |
Find records that have POSTAL IN (values) asynchronously
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.findManyByPostal(Collection<String> values,
int limit) |
Find records that have POSTAL IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.findManyByRegion(Collection<String> values) |
Find records that have REGION IN (values) asynchronously
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.findManyByRegion(Collection<String> values,
int limit) |
Find records that have REGION IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.findManyByRegionId(Collection<String> values) |
Find records that have REGION_ID IN (values) asynchronously
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.findManyByRegionId(Collection<String> values,
int limit) |
Find records that have REGION_ID IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.findManyByState(Collection<String> values) |
Find records that have STATE IN (values) asynchronously
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.findManyByState(Collection<String> values,
int limit) |
Find records that have STATE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.findManyByStreet1(Collection<String> values) |
Find records that have STREET1 IN (values) asynchronously
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.findManyByStreet1(Collection<String> values,
int limit) |
Find records that have STREET1 IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.findManyByStreet2(Collection<String> values) |
Find records that have STREET2 IN (values) asynchronously
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.findManyByStreet2(Collection<String> values,
int limit) |
Find records that have STREET2 IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.findManyByStreet3(Collection<String> values) |
Find records that have STREET3 IN (values) asynchronously
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.findManyByStreet3(Collection<String> values,
int limit) |
Find records that have STREET3 IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.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<LLocation>> |
LLocationDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<LLocation>> |
LLocationDao.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<LLocationRecord,LLocation,String> |
LLocationDao.queryExecutor() |
|