@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class EDeptDao extends org.jooq.impl.DAOImpl<EDeptRecord,EDept,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<EDeptRecord,EDept,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
EDeptDao()
Create a new EDeptDao without any configuration
|
EDeptDao(org.jooq.Configuration configuration)
Create a new EDeptDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<EDept> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<EDept>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<EDept> |
fetchByCode(String... values)
Fetch records that have
CODE IN (values) |
CompletableFuture<List<EDept>> |
fetchByCodeAsync(List<String> values)
Fetch records that have
CODE IN (values) asynchronously |
List<EDept> |
fetchByComment(String... values)
Fetch records that have
COMMENT IN (values) |
CompletableFuture<List<EDept>> |
fetchByCommentAsync(List<String> values)
Fetch records that have
COMMENT IN (values) asynchronously |
List<EDept> |
fetchByCompanyId(String... values)
Fetch records that have
COMPANY_ID IN (values) |
CompletableFuture<List<EDept>> |
fetchByCompanyIdAsync(List<String> values)
Fetch records that have
COMPANY_ID IN (values) asynchronously |
List<EDept> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<EDept>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<EDept> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<EDept>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<EDept> |
fetchByDeptId(String... values)
Fetch records that have
DEPT_ID IN (values) |
CompletableFuture<List<EDept>> |
fetchByDeptIdAsync(List<String> values)
Fetch records that have
DEPT_ID IN (values) asynchronously |
List<EDept> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<EDept>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<EDept> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<EDept>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<EDept> |
fetchByManagerId(String... values)
Fetch records that have
MANAGER_ID IN (values) |
CompletableFuture<List<EDept>> |
fetchByManagerIdAsync(List<String> values)
Fetch records that have
MANAGER_ID IN (values) asynchronously |
List<EDept> |
fetchByManagerName(String... values)
Fetch records that have
MANAGER_NAME IN (values) |
CompletableFuture<List<EDept>> |
fetchByManagerNameAsync(List<String> values)
Fetch records that have
MANAGER_NAME IN (values) asynchronously |
List<EDept> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<EDept>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<EDept> |
fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<EDept>> |
fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<EDept> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<EDept>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<EDept> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<EDept>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<EDept> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<EDept>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
EDept |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<EDept> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(EDept 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 EDeptDao()
Create a new EDeptDao without any configuration
public EDeptDao(org.jooq.Configuration configuration)
Create a new EDeptDao with an attached configuration
protected String getId(EDept object)
getId in class org.jooq.impl.DAOImpl<EDeptRecord,EDept,String>public List<EDept> fetchByName(String... values)
Fetch records that have NAME IN (values)
public List<EDept> fetchByCode(String... values)
Fetch records that have CODE IN (values)
public List<EDept> fetchByManagerId(String... values)
Fetch records that have MANAGER_ID IN (values)
public List<EDept> fetchByManagerName(String... values)
Fetch records that have MANAGER_NAME IN (values)
public List<EDept> fetchByCompanyId(String... values)
Fetch records that have COMPANY_ID IN (values)
public List<EDept> fetchByDeptId(String... values)
Fetch records that have DEPT_ID IN (values)
public List<EDept> fetchByComment(String... values)
Fetch records that have COMMENT IN (values)
public List<EDept> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<EDept> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<EDept> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<EDept> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<EDept> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<EDept> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<EDept> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<EDept> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<EDept>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<EDept> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<EDept>> fetchByNameAsync(List<String> values)
Fetch records that have NAME IN (values) asynchronously
public CompletableFuture<List<EDept>> fetchByCodeAsync(List<String> values)
Fetch records that have CODE IN (values) asynchronously
public CompletableFuture<List<EDept>> fetchByManagerIdAsync(List<String> values)
Fetch records that have MANAGER_ID IN (values) asynchronously
public CompletableFuture<List<EDept>> fetchByManagerNameAsync(List<String> values)
Fetch records that have MANAGER_NAME IN (values) asynchronously
public CompletableFuture<List<EDept>> fetchByCompanyIdAsync(List<String> values)
Fetch records that have COMPANY_ID IN (values) asynchronously
public CompletableFuture<List<EDept>> fetchByDeptIdAsync(List<String> values)
Fetch records that have DEPT_ID IN (values) asynchronously
public CompletableFuture<List<EDept>> fetchByCommentAsync(List<String> values)
Fetch records that have COMMENT IN (values) asynchronously
public CompletableFuture<List<EDept>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<EDept>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<EDept>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<EDept>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<EDept>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<EDept>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<EDept>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<EDept>> 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<EDeptRecord,EDept,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<EDeptRecord,EDept,String>Copyright © 2021. All rights reserved.