@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class MKeyDao extends org.jooq.impl.DAOImpl<MKeyRecord,MKey,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<MKeyRecord,MKey,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
MKeyDao()
Create a new MKeyDao without any configuration
|
MKeyDao(org.jooq.Configuration configuration)
Create a new MKeyDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<MKey> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<MKey>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<MKey> |
fetchByColumns(String... values)
Fetch records that have
COLUMNS IN (values) |
CompletableFuture<List<MKey>> |
fetchByColumnsAsync(List<String> values)
Fetch records that have
COLUMNS IN (values) asynchronously |
List<MKey> |
fetchByComments(String... values)
Fetch records that have
COMMENTS IN (values) |
CompletableFuture<List<MKey>> |
fetchByCommentsAsync(List<String> values)
Fetch records that have
COMMENTS IN (values) asynchronously |
List<MKey> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<MKey>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<MKey> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<MKey>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<MKey> |
fetchByEntityId(String... values)
Fetch records that have
ENTITY_ID IN (values) |
CompletableFuture<List<MKey>> |
fetchByEntityIdAsync(List<String> values)
Fetch records that have
ENTITY_ID IN (values) asynchronously |
List<MKey> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<MKey>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<MKey> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<MKey>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<MKey> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<MKey>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<MKey> |
fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<MKey>> |
fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<MKey> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<MKey>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<MKey> |
fetchByType(String... values)
Fetch records that have
TYPE IN (values) |
CompletableFuture<List<MKey>> |
fetchByTypeAsync(List<String> values)
Fetch records that have
TYPE IN (values) asynchronously |
List<MKey> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<MKey>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<MKey> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<MKey>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
MKey |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<MKey> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(MKey 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 MKeyDao()
Create a new MKeyDao without any configuration
public MKeyDao(org.jooq.Configuration configuration)
Create a new MKeyDao with an attached configuration
protected String getId(MKey object)
getId in class org.jooq.impl.DAOImpl<MKeyRecord,MKey,String>public List<MKey> fetchByName(String... values)
Fetch records that have NAME IN (values)
public List<MKey> fetchByType(String... values)
Fetch records that have TYPE IN (values)
public List<MKey> fetchByColumns(String... values)
Fetch records that have COLUMNS IN (values)
public List<MKey> fetchByEntityId(String... values)
Fetch records that have ENTITY_ID IN (values)
public List<MKey> fetchByComments(String... values)
Fetch records that have COMMENTS IN (values)
public List<MKey> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<MKey> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<MKey> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<MKey> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<MKey> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<MKey> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<MKey> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<MKey> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<MKey>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<MKey> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<MKey>> fetchByNameAsync(List<String> values)
Fetch records that have NAME IN (values) asynchronously
public CompletableFuture<List<MKey>> fetchByTypeAsync(List<String> values)
Fetch records that have TYPE IN (values) asynchronously
public CompletableFuture<List<MKey>> fetchByColumnsAsync(List<String> values)
Fetch records that have COLUMNS IN (values) asynchronously
public CompletableFuture<List<MKey>> fetchByEntityIdAsync(List<String> values)
Fetch records that have ENTITY_ID IN (values) asynchronously
public CompletableFuture<List<MKey>> fetchByCommentsAsync(List<String> values)
Fetch records that have COMMENTS IN (values) asynchronously
public CompletableFuture<List<MKey>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<MKey>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<MKey>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<MKey>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<MKey>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<MKey>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<MKey>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<MKey>> 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<MKeyRecord,MKey,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<MKeyRecord,MKey,String>Copyright © 2020. All rights reserved.