| Package | Description |
|---|---|
| cn.vertxup.ui.domain.tables.daos | |
| cn.vertxup.ui.domain.tables.pojos |
| Modifier and Type | Method and Description |
|---|---|
UiControl |
UiControlDao.fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
UiControl |
UiControlDao.fetchOneBySign(String value)
Fetch a unique record that has
SIGN = value |
| Modifier and Type | Method and Description |
|---|---|
List<UiControl> |
UiControlDao.fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<UiControl>> |
UiControlDao.fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<UiControl> |
UiControlDao.fetchByAssist(String... values)
Fetch records that have
ASSIST IN (values) |
CompletableFuture<List<UiControl>> |
UiControlDao.fetchByAssistAsync(List<String> values)
Fetch records that have
ASSIST IN (values) asynchronously |
List<UiControl> |
UiControlDao.fetchByComponentConfig(String... values)
Fetch records that have
COMPONENT_CONFIG IN (values) |
CompletableFuture<List<UiControl>> |
UiControlDao.fetchByComponentConfigAsync(List<String> values)
Fetch records that have
COMPONENT_CONFIG IN (values) asynchronously |
List<UiControl> |
UiControlDao.fetchByComponentData(String... values)
Fetch records that have
COMPONENT_DATA IN (values) |
CompletableFuture<List<UiControl>> |
UiControlDao.fetchByComponentDataAsync(List<String> values)
Fetch records that have
COMPONENT_DATA IN (values) asynchronously |
List<UiControl> |
UiControlDao.fetchByComponentName(String... values)
Fetch records that have
COMPONENT_NAME IN (values) |
CompletableFuture<List<UiControl>> |
UiControlDao.fetchByComponentNameAsync(List<String> values)
Fetch records that have
COMPONENT_NAME IN (values) asynchronously |
List<UiControl> |
UiControlDao.fetchByContainerConfig(String... values)
Fetch records that have
CONTAINER_CONFIG IN (values) |
CompletableFuture<List<UiControl>> |
UiControlDao.fetchByContainerConfigAsync(List<String> values)
Fetch records that have
CONTAINER_CONFIG IN (values) asynchronously |
List<UiControl> |
UiControlDao.fetchByContainerName(String... values)
Fetch records that have
CONTAINER_NAME IN (values) |
CompletableFuture<List<UiControl>> |
UiControlDao.fetchByContainerNameAsync(List<String> values)
Fetch records that have
CONTAINER_NAME IN (values) asynchronously |
List<UiControl> |
UiControlDao.fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<UiControl>> |
UiControlDao.fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<UiControl> |
UiControlDao.fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<UiControl>> |
UiControlDao.fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<UiControl> |
UiControlDao.fetchByGrid(String... values)
Fetch records that have
GRID IN (values) |
CompletableFuture<List<UiControl>> |
UiControlDao.fetchByGridAsync(List<String> values)
Fetch records that have
GRID IN (values) asynchronously |
List<UiControl> |
UiControlDao.fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<UiControl>> |
UiControlDao.fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<UiControl> |
UiControlDao.fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<UiControl>> |
UiControlDao.fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<UiControl> |
UiControlDao.fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<UiControl>> |
UiControlDao.fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<UiControl> |
UiControlDao.fetchByPageId(String... values)
Fetch records that have
PAGE_ID IN (values) |
CompletableFuture<List<UiControl>> |
UiControlDao.fetchByPageIdAsync(List<String> values)
Fetch records that have
PAGE_ID IN (values) asynchronously |
List<UiControl> |
UiControlDao.fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<UiControl>> |
UiControlDao.fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<UiControl> |
UiControlDao.fetchBySign(String... values)
Fetch records that have
SIGN IN (values) |
CompletableFuture<List<UiControl>> |
UiControlDao.fetchBySignAsync(List<String> values)
Fetch records that have
SIGN IN (values) asynchronously |
List<UiControl> |
UiControlDao.fetchByType(String... values)
Fetch records that have
TYPE IN (values) |
CompletableFuture<List<UiControl>> |
UiControlDao.fetchByTypeAsync(List<String> values)
Fetch records that have
TYPE IN (values) asynchronously |
List<UiControl> |
UiControlDao.fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<UiControl>> |
UiControlDao.fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<UiControl> |
UiControlDao.fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<UiControl>> |
UiControlDao.fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
CompletableFuture<UiControl> |
UiControlDao.fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
CompletableFuture<UiControl> |
UiControlDao.fetchOneBySignAsync(String value)
Fetch a unique record that has
SIGN = value asynchronously |
| Modifier and Type | Method and Description |
|---|---|
protected String |
UiControlDao.getId(UiControl object) |
| Constructor and Description |
|---|
UiControl(UiControl value) |
Copyright © 2021. All rights reserved.