@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class UiEventDao extends org.jooq.impl.DAOImpl<UiEventRecord,UiEvent,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<UiEventRecord,UiEvent,String>
| Constructor and Description |
|---|
UiEventDao()
Create a new UiEventDao without any configuration
|
UiEventDao(org.jooq.Configuration configuration)
Create a new UiEventDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<UiEvent> |
fetchByActionId(String... values)
Fetch records that have
ACTION_ID IN (values) |
CompletableFuture<List<UiEvent>> |
fetchByActionIdAsync(List<String> values)
Fetch records that have
ACTION_ID IN (values) asynchronously |
List<UiEvent> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<UiEvent>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<UiEvent> |
fetchByAjax(String... values)
Fetch records that have
AJAX IN (values) |
CompletableFuture<List<UiEvent>> |
fetchByAjaxAsync(List<String> values)
Fetch records that have
AJAX IN (values) asynchronously |
List<UiEvent> |
fetchByConnector(String... values)
Fetch records that have
CONNECTOR IN (values) |
CompletableFuture<List<UiEvent>> |
fetchByConnectorAsync(List<String> values)
Fetch records that have
CONNECTOR IN (values) asynchronously |
List<UiEvent> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<UiEvent>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<UiEvent> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<UiEvent>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<UiEvent> |
fetchByDataArguments(String... values)
Fetch records that have
DATA_ARGUMENTS IN (values) |
CompletableFuture<List<UiEvent>> |
fetchByDataArgumentsAsync(List<String> values)
Fetch records that have
DATA_ARGUMENTS IN (values) asynchronously |
List<UiEvent> |
fetchByDataMagic(String... values)
Fetch records that have
DATA_MAGIC IN (values) |
CompletableFuture<List<UiEvent>> |
fetchByDataMagicAsync(List<String> values)
Fetch records that have
DATA_MAGIC IN (values) asynchronously |
List<UiEvent> |
fetchByFile(String... values)
Fetch records that have
FILE IN (values) |
CompletableFuture<List<UiEvent>> |
fetchByFileAsync(List<String> values)
Fetch records that have
FILE IN (values) asynchronously |
List<UiEvent> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<UiEvent>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<UiEvent> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<UiEvent>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<UiEvent> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<UiEvent>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<UiEvent> |
fetchByModal(String... values)
Fetch records that have
MODAL IN (values) |
CompletableFuture<List<UiEvent>> |
fetchByModalAsync(List<String> values)
Fetch records that have
MODAL IN (values) asynchronously |
List<UiEvent> |
fetchByMode(String... values)
Fetch records that have
MODE IN (values) |
CompletableFuture<List<UiEvent>> |
fetchByModeAsync(List<String> values)
Fetch records that have
MODE IN (values) asynchronously |
List<UiEvent> |
fetchByQuery(String... values)
Fetch records that have
QUERY IN (values) |
CompletableFuture<List<UiEvent>> |
fetchByQueryAsync(List<String> values)
Fetch records that have
QUERY IN (values) asynchronously |
List<UiEvent> |
fetchByRelatedId(String... values)
Fetch records that have
RELATED_ID IN (values) |
CompletableFuture<List<UiEvent>> |
fetchByRelatedIdAsync(List<String> values)
Fetch records that have
RELATED_ID IN (values) asynchronously |
List<UiEvent> |
fetchByRelatedType(String... values)
Fetch records that have
RELATED_TYPE IN (values) |
CompletableFuture<List<UiEvent>> |
fetchByRelatedTypeAsync(List<String> values)
Fetch records that have
RELATED_TYPE IN (values) asynchronously |
List<UiEvent> |
fetchByRules(String... values)
Fetch records that have
RULES IN (values) |
CompletableFuture<List<UiEvent>> |
fetchByRulesAsync(List<String> values)
Fetch records that have
RULES IN (values) asynchronously |
List<UiEvent> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<UiEvent>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<UiEvent> |
fetchByTarget(String... values)
Fetch records that have
TARGET IN (values) |
CompletableFuture<List<UiEvent>> |
fetchByTargetAsync(List<String> values)
Fetch records that have
TARGET IN (values) asynchronously |
List<UiEvent> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<UiEvent>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<UiEvent> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<UiEvent>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
UiEvent |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<UiEvent> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(UiEvent 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 UiEventDao()
public UiEventDao(org.jooq.Configuration configuration)
protected String getId(UiEvent object)
getId in class org.jooq.impl.DAOImpl<UiEventRecord,UiEvent,String>public List<UiEvent> fetchByKey(String... values)
KEY IN (values)public List<UiEvent> fetchByActionId(String... values)
ACTION_ID IN (values)public List<UiEvent> fetchByTarget(String... values)
TARGET IN (values)public List<UiEvent> fetchByRelatedType(String... values)
RELATED_TYPE IN (values)public List<UiEvent> fetchByRelatedId(String... values)
RELATED_ID IN (values)public List<UiEvent> fetchByAjax(String... values)
AJAX IN (values)public List<UiEvent> fetchByMode(String... values)
MODE IN (values)public List<UiEvent> fetchByModal(String... values)
MODAL IN (values)public List<UiEvent> fetchByQuery(String... values)
QUERY IN (values)public List<UiEvent> fetchByConnector(String... values)
CONNECTOR IN (values)public List<UiEvent> fetchByFile(String... values)
FILE IN (values)public List<UiEvent> fetchByRules(String... values)
RULES IN (values)public List<UiEvent> fetchByDataMagic(String... values)
DATA_MAGIC IN (values)public List<UiEvent> fetchByDataArguments(String... values)
DATA_ARGUMENTS IN (values)public List<UiEvent> fetchByActive(Boolean... values)
ACTIVE IN (values)public List<UiEvent> fetchBySigma(String... values)
SIGMA IN (values)public List<UiEvent> fetchByMetadata(String... values)
METADATA IN (values)public List<UiEvent> fetchByLanguage(String... values)
LANGUAGE IN (values)public List<UiEvent> fetchByCreatedAt(LocalDateTime... values)
CREATED_AT IN (values)public List<UiEvent> fetchByCreatedBy(String... values)
CREATED_BY IN (values)public List<UiEvent> fetchByUpdatedAt(LocalDateTime... values)
UPDATED_AT IN (values)public List<UiEvent> fetchByUpdatedBy(String... values)
UPDATED_BY IN (values)public CompletableFuture<List<UiEvent>> fetchByKeyAsync(List<String> values)
KEY IN (values) asynchronouslypublic CompletableFuture<UiEvent> fetchOneByKeyAsync(String value)
KEY = value asynchronouslypublic CompletableFuture<List<UiEvent>> fetchByActionIdAsync(List<String> values)
ACTION_ID IN (values) asynchronouslypublic CompletableFuture<List<UiEvent>> fetchByTargetAsync(List<String> values)
TARGET IN (values) asynchronouslypublic CompletableFuture<List<UiEvent>> fetchByRelatedTypeAsync(List<String> values)
RELATED_TYPE IN (values) asynchronouslypublic CompletableFuture<List<UiEvent>> fetchByRelatedIdAsync(List<String> values)
RELATED_ID IN (values) asynchronouslypublic CompletableFuture<List<UiEvent>> fetchByAjaxAsync(List<String> values)
AJAX IN (values) asynchronouslypublic CompletableFuture<List<UiEvent>> fetchByModeAsync(List<String> values)
MODE IN (values) asynchronouslypublic CompletableFuture<List<UiEvent>> fetchByModalAsync(List<String> values)
MODAL IN (values) asynchronouslypublic CompletableFuture<List<UiEvent>> fetchByQueryAsync(List<String> values)
QUERY IN (values) asynchronouslypublic CompletableFuture<List<UiEvent>> fetchByConnectorAsync(List<String> values)
CONNECTOR IN (values) asynchronouslypublic CompletableFuture<List<UiEvent>> fetchByFileAsync(List<String> values)
FILE IN (values) asynchronouslypublic CompletableFuture<List<UiEvent>> fetchByRulesAsync(List<String> values)
RULES IN (values) asynchronouslypublic CompletableFuture<List<UiEvent>> fetchByDataMagicAsync(List<String> values)
DATA_MAGIC IN (values) asynchronouslypublic CompletableFuture<List<UiEvent>> fetchByDataArgumentsAsync(List<String> values)
DATA_ARGUMENTS IN (values) asynchronouslypublic CompletableFuture<List<UiEvent>> fetchByActiveAsync(List<Boolean> values)
ACTIVE IN (values) asynchronouslypublic CompletableFuture<List<UiEvent>> fetchBySigmaAsync(List<String> values)
SIGMA IN (values) asynchronouslypublic CompletableFuture<List<UiEvent>> fetchByMetadataAsync(List<String> values)
METADATA IN (values) asynchronouslypublic CompletableFuture<List<UiEvent>> fetchByLanguageAsync(List<String> values)
LANGUAGE IN (values) asynchronouslypublic CompletableFuture<List<UiEvent>> fetchByCreatedAtAsync(List<LocalDateTime> values)
CREATED_AT IN (values) asynchronouslypublic CompletableFuture<List<UiEvent>> fetchByCreatedByAsync(List<String> values)
CREATED_BY IN (values) asynchronouslypublic CompletableFuture<List<UiEvent>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
UPDATED_AT IN (values) asynchronouslypublic CompletableFuture<List<UiEvent>> fetchByUpdatedByAsync(List<String> values)
UPDATED_BY IN (values) asynchronouslypublic void setVertx(io.vertx.core.Vertx vertx)
setVertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<UiEventRecord,UiEvent,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<UiEventRecord,UiEvent,String>Copyright © 2019. All rights reserved.