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