@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class EEmployeeDao extends org.jooq.impl.DAOImpl<EEmployeeRecord,EEmployee,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<EEmployeeRecord,EEmployee,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
EEmployeeDao()
Create a new EEmployeeDao without any configuration
|
EEmployeeDao(org.jooq.Configuration configuration)
Create a new EEmployeeDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<EEmployee> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<EEmployee>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<EEmployee> |
fetchByCompanyId(String... values)
Fetch records that have
COMPANY_ID IN (values) |
CompletableFuture<List<EEmployee>> |
fetchByCompanyIdAsync(List<String> values)
Fetch records that have
COMPANY_ID IN (values) asynchronously |
List<EEmployee> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<EEmployee>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<EEmployee> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<EEmployee>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<EEmployee> |
fetchByDeptId(String... values)
Fetch records that have
DEPT_ID IN (values) |
CompletableFuture<List<EEmployee>> |
fetchByDeptIdAsync(List<String> values)
Fetch records that have
DEPT_ID IN (values) asynchronously |
List<EEmployee> |
fetchByIdentityId(String... values)
Fetch records that have
IDENTITY_ID IN (values) |
CompletableFuture<List<EEmployee>> |
fetchByIdentityIdAsync(List<String> values)
Fetch records that have
IDENTITY_ID IN (values) asynchronously |
List<EEmployee> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<EEmployee>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<EEmployee> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<EEmployee>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<EEmployee> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<EEmployee>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<EEmployee> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<EEmployee>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<EEmployee> |
fetchByTeamId(String... values)
Fetch records that have
TEAM_ID IN (values) |
CompletableFuture<List<EEmployee>> |
fetchByTeamIdAsync(List<String> values)
Fetch records that have
TEAM_ID IN (values) asynchronously |
List<EEmployee> |
fetchByType(String... values)
Fetch records that have
TYPE IN (values) |
CompletableFuture<List<EEmployee>> |
fetchByTypeAsync(List<String> values)
Fetch records that have
TYPE IN (values) asynchronously |
List<EEmployee> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<EEmployee>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<EEmployee> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<EEmployee>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
List<EEmployee> |
fetchByViceEmail(String... values)
Fetch records that have
VICE_EMAIL IN (values) |
CompletableFuture<List<EEmployee>> |
fetchByViceEmailAsync(List<String> values)
Fetch records that have
VICE_EMAIL IN (values) asynchronously |
List<EEmployee> |
fetchByViceMobile(String... values)
Fetch records that have
VICE_MOBILE IN (values) |
CompletableFuture<List<EEmployee>> |
fetchByViceMobileAsync(List<String> values)
Fetch records that have
VICE_MOBILE IN (values) asynchronously |
List<EEmployee> |
fetchByViceName(String... values)
Fetch records that have
VICE_NAME IN (values) |
CompletableFuture<List<EEmployee>> |
fetchByViceNameAsync(List<String> values)
Fetch records that have
VICE_NAME IN (values) asynchronously |
List<EEmployee> |
fetchByWorkExtension(String... values)
Fetch records that have
WORK_EXTENSION IN (values) |
CompletableFuture<List<EEmployee>> |
fetchByWorkExtensionAsync(List<String> values)
Fetch records that have
WORK_EXTENSION IN (values) asynchronously |
List<EEmployee> |
fetchByWorkLocation(String... values)
Fetch records that have
WORK_LOCATION IN (values) |
CompletableFuture<List<EEmployee>> |
fetchByWorkLocationAsync(List<String> values)
Fetch records that have
WORK_LOCATION IN (values) asynchronously |
List<EEmployee> |
fetchByWorkNumber(String... values)
Fetch records that have
WORK_NUMBER IN (values) |
CompletableFuture<List<EEmployee>> |
fetchByWorkNumberAsync(List<String> values)
Fetch records that have
WORK_NUMBER IN (values) asynchronously |
List<EEmployee> |
fetchByWorkPhone(String... values)
Fetch records that have
WORK_PHONE IN (values) |
CompletableFuture<List<EEmployee>> |
fetchByWorkPhoneAsync(List<String> values)
Fetch records that have
WORK_PHONE IN (values) asynchronously |
List<EEmployee> |
fetchByWorkTitle(String... values)
Fetch records that have
WORK_TITLE IN (values) |
CompletableFuture<List<EEmployee>> |
fetchByWorkTitleAsync(List<String> values)
Fetch records that have
WORK_TITLE IN (values) asynchronously |
EEmployee |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<EEmployee> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(EEmployee object) |
void |
setVertx(io.vertx.core.Vertx vertx) |
io.vertx.core.Vertx |
vertx() |
compositeKeyRecord, configuration, count, delete, delete, delete, deleteById, deleteById, dialect, exists, existsById, family, fetch, fetchOne, fetchOptional, findAll, findById, getTable, getType, insert, insert, insert, mapper, setConfiguration, settings, update, update, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcountAsync, deleteAsync, deleteByIdAsync, deleteByIdAsync, deleteExecAsync, deleteExecAsync, deleteExecAsync, executeAsync, existsAsync, existsByIdAsync, fetchAsync, fetchAsync, fetchOneAsync, fetchOneAsync, fetchOptionalAsync, findAllAsync, findByIdAsync, insertAsync, insertAsync, insertExecAsync, insertReturningPrimaryAsync, updateAsync, updateAsync, updateExecAsyncpublic EEmployeeDao()
Create a new EEmployeeDao without any configuration
public EEmployeeDao(org.jooq.Configuration configuration)
Create a new EEmployeeDao with an attached configuration
protected String getId(EEmployee object)
getId in class org.jooq.impl.DAOImpl<EEmployeeRecord,EEmployee,String>public List<EEmployee> fetchByKey(String... values)
Fetch records that have KEY IN (values)
public EEmployee fetchOneByKey(String value)
Fetch a unique record that has KEY = value
public List<EEmployee> fetchByCompanyId(String... values)
Fetch records that have COMPANY_ID IN (values)
public List<EEmployee> fetchByDeptId(String... values)
Fetch records that have DEPT_ID IN (values)
public List<EEmployee> fetchByTeamId(String... values)
Fetch records that have TEAM_ID IN (values)
public List<EEmployee> fetchByIdentityId(String... values)
Fetch records that have IDENTITY_ID IN (values)
public List<EEmployee> fetchByViceName(String... values)
Fetch records that have VICE_NAME IN (values)
public List<EEmployee> fetchByViceEmail(String... values)
Fetch records that have VICE_EMAIL IN (values)
public List<EEmployee> fetchByViceMobile(String... values)
Fetch records that have VICE_MOBILE IN (values)
public List<EEmployee> fetchByWorkNumber(String... values)
Fetch records that have WORK_NUMBER IN (values)
public List<EEmployee> fetchByWorkTitle(String... values)
Fetch records that have WORK_TITLE IN (values)
public List<EEmployee> fetchByWorkLocation(String... values)
Fetch records that have WORK_LOCATION IN (values)
public List<EEmployee> fetchByWorkPhone(String... values)
Fetch records that have WORK_PHONE IN (values)
public List<EEmployee> fetchByWorkExtension(String... values)
Fetch records that have WORK_EXTENSION IN (values)
public List<EEmployee> fetchByType(String... values)
Fetch records that have TYPE IN (values)
public List<EEmployee> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<EEmployee> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<EEmployee> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<EEmployee> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<EEmployee> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<EEmployee> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<EEmployee> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<EEmployee> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<EEmployee>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<EEmployee> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<EEmployee>> fetchByCompanyIdAsync(List<String> values)
Fetch records that have COMPANY_ID IN (values) asynchronously
public CompletableFuture<List<EEmployee>> fetchByDeptIdAsync(List<String> values)
Fetch records that have DEPT_ID IN (values) asynchronously
public CompletableFuture<List<EEmployee>> fetchByTeamIdAsync(List<String> values)
Fetch records that have TEAM_ID IN (values) asynchronously
public CompletableFuture<List<EEmployee>> fetchByIdentityIdAsync(List<String> values)
Fetch records that have IDENTITY_ID IN (values) asynchronously
public CompletableFuture<List<EEmployee>> fetchByViceNameAsync(List<String> values)
Fetch records that have VICE_NAME IN (values) asynchronously
public CompletableFuture<List<EEmployee>> fetchByViceEmailAsync(List<String> values)
Fetch records that have VICE_EMAIL IN (values) asynchronously
public CompletableFuture<List<EEmployee>> fetchByViceMobileAsync(List<String> values)
Fetch records that have VICE_MOBILE IN (values) asynchronously
public CompletableFuture<List<EEmployee>> fetchByWorkNumberAsync(List<String> values)
Fetch records that have WORK_NUMBER IN (values) asynchronously
public CompletableFuture<List<EEmployee>> fetchByWorkTitleAsync(List<String> values)
Fetch records that have WORK_TITLE IN (values) asynchronously
public CompletableFuture<List<EEmployee>> fetchByWorkLocationAsync(List<String> values)
Fetch records that have WORK_LOCATION IN (values) asynchronously
public CompletableFuture<List<EEmployee>> fetchByWorkPhoneAsync(List<String> values)
Fetch records that have WORK_PHONE IN (values) asynchronously
public CompletableFuture<List<EEmployee>> fetchByWorkExtensionAsync(List<String> values)
Fetch records that have WORK_EXTENSION IN (values) asynchronously
public CompletableFuture<List<EEmployee>> fetchByTypeAsync(List<String> values)
Fetch records that have TYPE IN (values) asynchronously
public CompletableFuture<List<EEmployee>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<EEmployee>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<EEmployee>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<EEmployee>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<EEmployee>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<EEmployee>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<EEmployee>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<EEmployee>> fetchByUpdatedByAsync(List<String> values)
Fetch records that have UPDATED_BY IN (values) asynchronously
public void setVertx(io.vertx.core.Vertx vertx)
setVertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<EEmployeeRecord,EEmployee,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<EEmployeeRecord,EEmployee,String>Copyright © 2021. All rights reserved.