| Package | Description |
|---|---|
| cn.vertxup.ui.domain.tables.daos | |
| cn.vertxup.ui.domain.tables.pojos |
| Modifier and Type | Method and Description |
|---|---|
UiField |
UiFieldDao.fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
| Modifier and Type | Method and Description |
|---|---|
List<UiField> |
UiFieldDao.fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<UiField>> |
UiFieldDao.fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<UiField> |
UiFieldDao.fetchByContainer(String... values)
Fetch records that have
CONTAINER IN (values) |
CompletableFuture<List<UiField>> |
UiFieldDao.fetchByContainerAsync(List<String> values)
Fetch records that have
CONTAINER IN (values) asynchronously |
List<UiField> |
UiFieldDao.fetchByControlId(String... values)
Fetch records that have
CONTROL_ID IN (values) |
CompletableFuture<List<UiField>> |
UiFieldDao.fetchByControlIdAsync(List<String> values)
Fetch records that have
CONTROL_ID IN (values) asynchronously |
List<UiField> |
UiFieldDao.fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<UiField>> |
UiFieldDao.fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<UiField> |
UiFieldDao.fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<UiField>> |
UiFieldDao.fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<UiField> |
UiFieldDao.fetchByHidden(Boolean... values)
Fetch records that have
HIDDEN IN (values) |
CompletableFuture<List<UiField>> |
UiFieldDao.fetchByHiddenAsync(List<Boolean> values)
Fetch records that have
HIDDEN IN (values) asynchronously |
List<UiField> |
UiFieldDao.fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<UiField>> |
UiFieldDao.fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<UiField> |
UiFieldDao.fetchByLabel(String... values)
Fetch records that have
LABEL IN (values) |
CompletableFuture<List<UiField>> |
UiFieldDao.fetchByLabelAsync(List<String> values)
Fetch records that have
LABEL IN (values) asynchronously |
List<UiField> |
UiFieldDao.fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<UiField>> |
UiFieldDao.fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<UiField> |
UiFieldDao.fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<UiField>> |
UiFieldDao.fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<UiField> |
UiFieldDao.fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<UiField>> |
UiFieldDao.fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<UiField> |
UiFieldDao.fetchByOptionConfig(String... values)
Fetch records that have
OPTION_CONFIG IN (values) |
CompletableFuture<List<UiField>> |
UiFieldDao.fetchByOptionConfigAsync(List<String> values)
Fetch records that have
OPTION_CONFIG IN (values) asynchronously |
List<UiField> |
UiFieldDao.fetchByOptionItem(String... values)
Fetch records that have
OPTION_ITEM IN (values) |
CompletableFuture<List<UiField>> |
UiFieldDao.fetchByOptionItemAsync(List<String> values)
Fetch records that have
OPTION_ITEM IN (values) asynchronously |
List<UiField> |
UiFieldDao.fetchByOptionJsx(String... values)
Fetch records that have
OPTION_JSX IN (values) |
CompletableFuture<List<UiField>> |
UiFieldDao.fetchByOptionJsxAsync(List<String> values)
Fetch records that have
OPTION_JSX IN (values) asynchronously |
List<UiField> |
UiFieldDao.fetchByRender(String... values)
Fetch records that have
RENDER IN (values) |
CompletableFuture<List<UiField>> |
UiFieldDao.fetchByRenderAsync(List<String> values)
Fetch records that have
RENDER IN (values) asynchronously |
List<UiField> |
UiFieldDao.fetchByRowType(String... values)
Fetch records that have
ROW_TYPE IN (values) |
CompletableFuture<List<UiField>> |
UiFieldDao.fetchByRowTypeAsync(List<String> values)
Fetch records that have
ROW_TYPE IN (values) asynchronously |
List<UiField> |
UiFieldDao.fetchByRules(String... values)
Fetch records that have
RULES IN (values) |
CompletableFuture<List<UiField>> |
UiFieldDao.fetchByRulesAsync(List<String> values)
Fetch records that have
RULES IN (values) asynchronously |
List<UiField> |
UiFieldDao.fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<UiField>> |
UiFieldDao.fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<UiField> |
UiFieldDao.fetchBySpan(Integer... values)
Fetch records that have
SPAN IN (values) |
CompletableFuture<List<UiField>> |
UiFieldDao.fetchBySpanAsync(List<Integer> values)
Fetch records that have
SPAN IN (values) asynchronously |
List<UiField> |
UiFieldDao.fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<UiField>> |
UiFieldDao.fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<UiField> |
UiFieldDao.fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<UiField>> |
UiFieldDao.fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
List<UiField> |
UiFieldDao.fetchByXPoint(Integer... values)
Fetch records that have
X_POINT IN (values) |
CompletableFuture<List<UiField>> |
UiFieldDao.fetchByXPointAsync(List<Integer> values)
Fetch records that have
X_POINT IN (values) asynchronously |
List<UiField> |
UiFieldDao.fetchByYPoint(Integer... values)
Fetch records that have
Y_POINT IN (values) |
CompletableFuture<List<UiField>> |
UiFieldDao.fetchByYPointAsync(List<Integer> values)
Fetch records that have
Y_POINT IN (values) asynchronously |
CompletableFuture<UiField> |
UiFieldDao.fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
| Modifier and Type | Method and Description |
|---|---|
protected String |
UiFieldDao.getId(UiField object) |
| Constructor and Description |
|---|
UiField(UiField value) |
Copyright © 2021. All rights reserved.