| Package | Description |
|---|---|
| cn.vertxup.ui.domain.tables.daos | |
| cn.vertxup.ui.domain.tables.pojos |
| Modifier and Type | Method and Description |
|---|---|
UiEvent |
UiEventDao.fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
| Modifier and Type | Method and Description |
|---|---|
List<UiEvent> |
UiEventDao.fetchByActionId(String... values)
Fetch records that have
ACTION_ID IN (values) |
CompletableFuture<List<UiEvent>> |
UiEventDao.fetchByActionIdAsync(List<String> values)
Fetch records that have
ACTION_ID IN (values) asynchronously |
List<UiEvent> |
UiEventDao.fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<UiEvent>> |
UiEventDao.fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<UiEvent> |
UiEventDao.fetchByAjax(String... values)
Fetch records that have
AJAX IN (values) |
CompletableFuture<List<UiEvent>> |
UiEventDao.fetchByAjaxAsync(List<String> values)
Fetch records that have
AJAX IN (values) asynchronously |
List<UiEvent> |
UiEventDao.fetchByConnector(String... values)
Fetch records that have
CONNECTOR IN (values) |
CompletableFuture<List<UiEvent>> |
UiEventDao.fetchByConnectorAsync(List<String> values)
Fetch records that have
CONNECTOR IN (values) asynchronously |
List<UiEvent> |
UiEventDao.fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<UiEvent>> |
UiEventDao.fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<UiEvent> |
UiEventDao.fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<UiEvent>> |
UiEventDao.fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<UiEvent> |
UiEventDao.fetchByDataArguments(String... values)
Fetch records that have
DATA_ARGUMENTS IN (values) |
CompletableFuture<List<UiEvent>> |
UiEventDao.fetchByDataArgumentsAsync(List<String> values)
Fetch records that have
DATA_ARGUMENTS IN (values) asynchronously |
List<UiEvent> |
UiEventDao.fetchByDataMagic(String... values)
Fetch records that have
DATA_MAGIC IN (values) |
CompletableFuture<List<UiEvent>> |
UiEventDao.fetchByDataMagicAsync(List<String> values)
Fetch records that have
DATA_MAGIC IN (values) asynchronously |
List<UiEvent> |
UiEventDao.fetchByFile(String... values)
Fetch records that have
FILE IN (values) |
CompletableFuture<List<UiEvent>> |
UiEventDao.fetchByFileAsync(List<String> values)
Fetch records that have
FILE IN (values) asynchronously |
List<UiEvent> |
UiEventDao.fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<UiEvent>> |
UiEventDao.fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<UiEvent> |
UiEventDao.fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<UiEvent>> |
UiEventDao.fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<UiEvent> |
UiEventDao.fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<UiEvent>> |
UiEventDao.fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<UiEvent> |
UiEventDao.fetchByModal(String... values)
Fetch records that have
MODAL IN (values) |
CompletableFuture<List<UiEvent>> |
UiEventDao.fetchByModalAsync(List<String> values)
Fetch records that have
MODAL IN (values) asynchronously |
List<UiEvent> |
UiEventDao.fetchByMode(String... values)
Fetch records that have
MODE IN (values) |
CompletableFuture<List<UiEvent>> |
UiEventDao.fetchByModeAsync(List<String> values)
Fetch records that have
MODE IN (values) asynchronously |
List<UiEvent> |
UiEventDao.fetchByQuery(String... values)
Fetch records that have
QUERY IN (values) |
CompletableFuture<List<UiEvent>> |
UiEventDao.fetchByQueryAsync(List<String> values)
Fetch records that have
QUERY IN (values) asynchronously |
List<UiEvent> |
UiEventDao.fetchByRelatedId(String... values)
Fetch records that have
RELATED_ID IN (values) |
CompletableFuture<List<UiEvent>> |
UiEventDao.fetchByRelatedIdAsync(List<String> values)
Fetch records that have
RELATED_ID IN (values) asynchronously |
List<UiEvent> |
UiEventDao.fetchByRelatedType(String... values)
Fetch records that have
RELATED_TYPE IN (values) |
CompletableFuture<List<UiEvent>> |
UiEventDao.fetchByRelatedTypeAsync(List<String> values)
Fetch records that have
RELATED_TYPE IN (values) asynchronously |
List<UiEvent> |
UiEventDao.fetchByRules(String... values)
Fetch records that have
RULES IN (values) |
CompletableFuture<List<UiEvent>> |
UiEventDao.fetchByRulesAsync(List<String> values)
Fetch records that have
RULES IN (values) asynchronously |
List<UiEvent> |
UiEventDao.fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<UiEvent>> |
UiEventDao.fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<UiEvent> |
UiEventDao.fetchByTarget(String... values)
Fetch records that have
TARGET IN (values) |
CompletableFuture<List<UiEvent>> |
UiEventDao.fetchByTargetAsync(List<String> values)
Fetch records that have
TARGET IN (values) asynchronously |
List<UiEvent> |
UiEventDao.fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<UiEvent>> |
UiEventDao.fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<UiEvent> |
UiEventDao.fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<UiEvent>> |
UiEventDao.fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
CompletableFuture<UiEvent> |
UiEventDao.fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
| Modifier and Type | Method and Description |
|---|---|
protected String |
UiEventDao.getId(UiEvent object) |
| Constructor and Description |
|---|
UiEvent(UiEvent value) |
Copyright © 2019. All rights reserved.