| Package | Description |
|---|---|
| cn.vertxup.ui.domain.tables.daos | |
| cn.vertxup.ui.domain.tables.pojos |
| Modifier and Type | Method and Description |
|---|---|
UiColumn |
UiColumnDao.fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
| Modifier and Type | Method and Description |
|---|---|
List<UiColumn> |
UiColumnDao.fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<UiColumn>> |
UiColumnDao.fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<UiColumn> |
UiColumnDao.fetchByClassName(String... values)
Fetch records that have
CLASS_NAME IN (values) |
CompletableFuture<List<UiColumn>> |
UiColumnDao.fetchByClassNameAsync(List<String> values)
Fetch records that have
CLASS_NAME IN (values) asynchronously |
List<UiColumn> |
UiColumnDao.fetchByConfig(String... values)
Fetch records that have
CONFIG IN (values) |
CompletableFuture<List<UiColumn>> |
UiColumnDao.fetchByConfigAsync(List<String> values)
Fetch records that have
CONFIG IN (values) asynchronously |
List<UiColumn> |
UiColumnDao.fetchByControlId(String... values)
Fetch records that have
CONTROL_ID IN (values) |
CompletableFuture<List<UiColumn>> |
UiColumnDao.fetchByControlIdAsync(List<String> values)
Fetch records that have
CONTROL_ID IN (values) asynchronously |
List<UiColumn> |
UiColumnDao.fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<UiColumn>> |
UiColumnDao.fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<UiColumn> |
UiColumnDao.fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<UiColumn>> |
UiColumnDao.fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<UiColumn> |
UiColumnDao.fetchByDataIndex(String... values)
Fetch records that have
DATA_INDEX IN (values) |
CompletableFuture<List<UiColumn>> |
UiColumnDao.fetchByDataIndexAsync(List<String> values)
Fetch records that have
DATA_INDEX IN (values) asynchronously |
List<UiColumn> |
UiColumnDao.fetchByDatum(String... values)
Fetch records that have
DATUM IN (values) |
CompletableFuture<List<UiColumn>> |
UiColumnDao.fetchByDatumAsync(List<String> values)
Fetch records that have
DATUM IN (values) asynchronously |
List<UiColumn> |
UiColumnDao.fetchByEmpty(String... values)
Fetch records that have
EMPTY IN (values) |
CompletableFuture<List<UiColumn>> |
UiColumnDao.fetchByEmptyAsync(List<String> values)
Fetch records that have
EMPTY IN (values) asynchronously |
List<UiColumn> |
UiColumnDao.fetchByFilterConfig(String... values)
Fetch records that have
FILTER_CONFIG IN (values) |
CompletableFuture<List<UiColumn>> |
UiColumnDao.fetchByFilterConfigAsync(List<String> values)
Fetch records that have
FILTER_CONFIG IN (values) asynchronously |
List<UiColumn> |
UiColumnDao.fetchByFilterType(String... values)
Fetch records that have
FILTER_TYPE IN (values) |
CompletableFuture<List<UiColumn>> |
UiColumnDao.fetchByFilterTypeAsync(List<String> values)
Fetch records that have
FILTER_TYPE IN (values) asynchronously |
List<UiColumn> |
UiColumnDao.fetchByFixed(Boolean... values)
Fetch records that have
FIXED IN (values) |
CompletableFuture<List<UiColumn>> |
UiColumnDao.fetchByFixedAsync(List<Boolean> values)
Fetch records that have
FIXED IN (values) asynchronously |
List<UiColumn> |
UiColumnDao.fetchByFormat(String... values)
Fetch records that have
FORMAT IN (values) |
CompletableFuture<List<UiColumn>> |
UiColumnDao.fetchByFormatAsync(List<String> values)
Fetch records that have
FORMAT IN (values) asynchronously |
List<UiColumn> |
UiColumnDao.fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<UiColumn>> |
UiColumnDao.fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<UiColumn> |
UiColumnDao.fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<UiColumn>> |
UiColumnDao.fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<UiColumn> |
UiColumnDao.fetchByMapping(String... values)
Fetch records that have
MAPPING IN (values) |
CompletableFuture<List<UiColumn>> |
UiColumnDao.fetchByMappingAsync(List<String> values)
Fetch records that have
MAPPING IN (values) asynchronously |
List<UiColumn> |
UiColumnDao.fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<UiColumn>> |
UiColumnDao.fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<UiColumn> |
UiColumnDao.fetchByOption(String... values)
Fetch records that have
OPTION IN (values) |
CompletableFuture<List<UiColumn>> |
UiColumnDao.fetchByOptionAsync(List<String> values)
Fetch records that have
OPTION IN (values) asynchronously |
List<UiColumn> |
UiColumnDao.fetchByPosition(Integer... values)
Fetch records that have
POSITION IN (values) |
CompletableFuture<List<UiColumn>> |
UiColumnDao.fetchByPositionAsync(List<Integer> values)
Fetch records that have
POSITION IN (values) asynchronously |
List<UiColumn> |
UiColumnDao.fetchByRender(String... values)
Fetch records that have
RENDER IN (values) |
CompletableFuture<List<UiColumn>> |
UiColumnDao.fetchByRenderAsync(List<String> values)
Fetch records that have
RENDER IN (values) asynchronously |
List<UiColumn> |
UiColumnDao.fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<UiColumn>> |
UiColumnDao.fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<UiColumn> |
UiColumnDao.fetchBySorter(Boolean... values)
Fetch records that have
SORTER IN (values) |
CompletableFuture<List<UiColumn>> |
UiColumnDao.fetchBySorterAsync(List<Boolean> values)
Fetch records that have
SORTER IN (values) asynchronously |
List<UiColumn> |
UiColumnDao.fetchByTitle(String... values)
Fetch records that have
TITLE IN (values) |
CompletableFuture<List<UiColumn>> |
UiColumnDao.fetchByTitleAsync(List<String> values)
Fetch records that have
TITLE IN (values) asynchronously |
List<UiColumn> |
UiColumnDao.fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<UiColumn>> |
UiColumnDao.fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<UiColumn> |
UiColumnDao.fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<UiColumn>> |
UiColumnDao.fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
List<UiColumn> |
UiColumnDao.fetchByWidth(Integer... values)
Fetch records that have
WIDTH IN (values) |
CompletableFuture<List<UiColumn>> |
UiColumnDao.fetchByWidthAsync(List<Integer> values)
Fetch records that have
WIDTH IN (values) asynchronously |
CompletableFuture<UiColumn> |
UiColumnDao.fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
| Modifier and Type | Method and Description |
|---|---|
protected String |
UiColumnDao.getId(UiColumn object) |
| Constructor and Description |
|---|
UiColumn(UiColumn value) |
Copyright © 2021. All rights reserved.