io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByActive(Collection<Boolean> values) |
Find records that have ACTIVE IN (values) asynchronously
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByActive(Collection<Boolean> values,
int limit) |
Find records that have ACTIVE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByBankCard(Collection<String> values) |
Find records that have BANK_CARD IN (values) asynchronously
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByBankCard(Collection<String> values,
int limit) |
Find records that have BANK_CARD IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByBankId(Collection<String> values) |
Find records that have BANK_ID IN (values) asynchronously
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByBankId(Collection<String> values,
int limit) |
Find records that have BANK_ID IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByCompanyId(Collection<String> values) |
Find records that have COMPANY_ID IN (values) asynchronously
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByCompanyId(Collection<String> values,
int limit) |
Find records that have COMPANY_ID IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByCreatedAt(Collection<LocalDateTime> values) |
Find records that have CREATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.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<EEmployee>> |
EEmployeeDao.findManyByCreatedBy(Collection<String> values) |
Find records that have CREATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.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<EEmployee>> |
EEmployeeDao.findManyByDeptId(Collection<String> values) |
Find records that have DEPT_ID IN (values) asynchronously
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByDeptId(Collection<String> values,
int limit) |
Find records that have DEPT_ID IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByIdentityId(Collection<String> values) |
Find records that have IDENTITY_ID IN (values)
asynchronously
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByIdentityId(Collection<String> values,
int limit) |
Find records that have IDENTITY_ID IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByLanguage(Collection<String> values) |
Find records that have LANGUAGE IN (values) asynchronously
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByLanguage(Collection<String> values,
int limit) |
Find records that have LANGUAGE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByMetadata(Collection<String> values) |
Find records that have METADATA IN (values) asynchronously
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByMetadata(Collection<String> values,
int limit) |
Find records that have METADATA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyBySigma(Collection<String> values) |
Find records that have SIGMA IN (values) asynchronously
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyBySigma(Collection<String> values,
int limit) |
Find records that have SIGMA IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByStatus(Collection<String> values) |
Find records that have STATUS IN (values) asynchronously
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByStatus(Collection<String> values,
int limit) |
Find records that have STATUS IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByTeamId(Collection<String> values) |
Find records that have TEAM_ID IN (values) asynchronously
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByTeamId(Collection<String> values,
int limit) |
Find records that have TEAM_ID IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByType(Collection<String> values) |
Find records that have TYPE IN (values) asynchronously
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByType(Collection<String> values,
int limit) |
Find records that have TYPE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByUpdatedAt(Collection<LocalDateTime> values) |
Find records that have UPDATED_AT IN (values) asynchronously
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.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<EEmployee>> |
EEmployeeDao.findManyByUpdatedBy(Collection<String> values) |
Find records that have UPDATED_BY IN (values) asynchronously
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.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<EEmployee>> |
EEmployeeDao.findManyByViceEmail(Collection<String> values) |
Find records that have VICE_EMAIL IN (values) asynchronously
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByViceEmail(Collection<String> values,
int limit) |
Find records that have VICE_EMAIL IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByViceMobile(Collection<String> values) |
Find records that have VICE_MOBILE IN (values)
asynchronously
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByViceMobile(Collection<String> values,
int limit) |
Find records that have VICE_MOBILE IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByViceName(Collection<String> values) |
Find records that have VICE_NAME IN (values) asynchronously
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByViceName(Collection<String> values,
int limit) |
Find records that have VICE_NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByWorkExtension(Collection<String> values) |
Find records that have WORK_EXTENSION IN (values)
asynchronously
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByWorkExtension(Collection<String> values,
int limit) |
Find records that have WORK_EXTENSION IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByWorkHireAt(Collection<LocalDateTime> values) |
Find records that have WORK_HIRE_AT IN (values)
asynchronously
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByWorkHireAt(Collection<LocalDateTime> values,
int limit) |
Find records that have WORK_HIRE_AT IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByWorkLocation(Collection<String> values) |
Find records that have WORK_LOCATION IN (values)
asynchronously
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByWorkLocation(Collection<String> values,
int limit) |
Find records that have WORK_LOCATION IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByWorkNumber(Collection<String> values) |
Find records that have WORK_NUMBER IN (values)
asynchronously
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByWorkNumber(Collection<String> values,
int limit) |
Find records that have WORK_NUMBER IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByWorkPhone(Collection<String> values) |
Find records that have WORK_PHONE IN (values) asynchronously
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByWorkPhone(Collection<String> values,
int limit) |
Find records that have WORK_PHONE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByWorkTitle(Collection<String> values) |
Find records that have WORK_TITLE IN (values) asynchronously
|
io.vertx.core.Future<List<EEmployee>> |
EEmployeeDao.findManyByWorkTitle(Collection<String> values,
int limit) |
Find records that have WORK_TITLE IN (values) asynchronously
limited by the given limit
|
io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<EEmployeeRecord,EEmployee,String> |
EEmployeeDao.queryExecutor() |
|