| Package | Description |
|---|---|
| cn.vertxup.ui.domain.tables.daos | |
| cn.vertxup.ui.domain.tables.pojos |
| Modifier and Type | Method and Description |
|---|---|
UiAjax |
UiAjaxDao.fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
| Modifier and Type | Method and Description |
|---|---|
List<UiAjax> |
UiAjaxDao.fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<UiAjax>> |
UiAjaxDao.fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<UiAjax> |
UiAjaxDao.fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<UiAjax>> |
UiAjaxDao.fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<UiAjax> |
UiAjaxDao.fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<UiAjax>> |
UiAjaxDao.fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<UiAjax> |
UiAjaxDao.fetchByCriteria(String... values)
Fetch records that have
CRITERIA IN (values) |
CompletableFuture<List<UiAjax>> |
UiAjaxDao.fetchByCriteriaAsync(List<String> values)
Fetch records that have
CRITERIA IN (values) asynchronously |
List<UiAjax> |
UiAjaxDao.fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<UiAjax>> |
UiAjaxDao.fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<UiAjax> |
UiAjaxDao.fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<UiAjax>> |
UiAjaxDao.fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<UiAjax> |
UiAjaxDao.fetchByLazy(Boolean... values)
Fetch records that have
LAZY IN (values) |
CompletableFuture<List<UiAjax>> |
UiAjaxDao.fetchByLazyAsync(List<Boolean> values)
Fetch records that have
LAZY IN (values) asynchronously |
List<UiAjax> |
UiAjaxDao.fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<UiAjax>> |
UiAjaxDao.fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<UiAjax> |
UiAjaxDao.fetchByMethod(String... values)
Fetch records that have
METHOD IN (values) |
CompletableFuture<List<UiAjax>> |
UiAjaxDao.fetchByMethodAsync(List<String> values)
Fetch records that have
METHOD IN (values) asynchronously |
List<UiAjax> |
UiAjaxDao.fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<UiAjax>> |
UiAjaxDao.fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<UiAjax> |
UiAjaxDao.fetchByPager(String... values)
Fetch records that have
PAGER IN (values) |
CompletableFuture<List<UiAjax>> |
UiAjaxDao.fetchByPagerAsync(List<String> values)
Fetch records that have
PAGER IN (values) asynchronously |
List<UiAjax> |
UiAjaxDao.fetchByProjection(String... values)
Fetch records that have
PROJECTION IN (values) |
CompletableFuture<List<UiAjax>> |
UiAjaxDao.fetchByProjectionAsync(List<String> values)
Fetch records that have
PROJECTION IN (values) asynchronously |
List<UiAjax> |
UiAjaxDao.fetchByQuery(Boolean... values)
Fetch records that have
QUERY IN (values) |
CompletableFuture<List<UiAjax>> |
UiAjaxDao.fetchByQueryAsync(List<Boolean> values)
Fetch records that have
QUERY IN (values) asynchronously |
List<UiAjax> |
UiAjaxDao.fetchByRelatedId(String... values)
Fetch records that have
RELATED_ID IN (values) |
CompletableFuture<List<UiAjax>> |
UiAjaxDao.fetchByRelatedIdAsync(List<String> values)
Fetch records that have
RELATED_ID IN (values) asynchronously |
List<UiAjax> |
UiAjaxDao.fetchByRelatedType(String... values)
Fetch records that have
RELATED_TYPE IN (values) |
CompletableFuture<List<UiAjax>> |
UiAjaxDao.fetchByRelatedTypeAsync(List<String> values)
Fetch records that have
RELATED_TYPE IN (values) asynchronously |
List<UiAjax> |
UiAjaxDao.fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<UiAjax>> |
UiAjaxDao.fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<UiAjax> |
UiAjaxDao.fetchBySorter(String... values)
Fetch records that have
SORTER IN (values) |
CompletableFuture<List<UiAjax>> |
UiAjaxDao.fetchBySorterAsync(List<String> values)
Fetch records that have
SORTER IN (values) asynchronously |
List<UiAjax> |
UiAjaxDao.fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<UiAjax>> |
UiAjaxDao.fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<UiAjax> |
UiAjaxDao.fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<UiAjax>> |
UiAjaxDao.fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
List<UiAjax> |
UiAjaxDao.fetchByUri(String... values)
Fetch records that have
URI IN (values) |
CompletableFuture<List<UiAjax>> |
UiAjaxDao.fetchByUriAsync(List<String> values)
Fetch records that have
URI IN (values) asynchronously |
CompletableFuture<UiAjax> |
UiAjaxDao.fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
| Modifier and Type | Method and Description |
|---|---|
protected String |
UiAjaxDao.getId(UiAjax object) |
| Modifier and Type | Method and Description |
|---|---|
UiAjax |
UiAjax.setActive(Boolean active) |
UiAjax |
UiAjax.setCreatedAt(LocalDateTime createdAt) |
UiAjax |
UiAjax.setCreatedBy(String createdBy) |
UiAjax |
UiAjax.setCriteria(String criteria) |
UiAjax |
UiAjax.setKey(String key) |
UiAjax |
UiAjax.setLanguage(String language) |
UiAjax |
UiAjax.setLazy(Boolean lazy) |
UiAjax |
UiAjax.setMetadata(String metadata) |
UiAjax |
UiAjax.setMethod(String method) |
UiAjax |
UiAjax.setName(String name) |
UiAjax |
UiAjax.setPager(String pager) |
UiAjax |
UiAjax.setProjection(String projection) |
UiAjax |
UiAjax.setQuery(Boolean query) |
UiAjax |
UiAjax.setRelatedId(String relatedId) |
UiAjax |
UiAjax.setRelatedType(String relatedType) |
UiAjax |
UiAjax.setSigma(String sigma) |
UiAjax |
UiAjax.setSorter(String sorter) |
UiAjax |
UiAjax.setUpdatedAt(LocalDateTime updatedAt) |
UiAjax |
UiAjax.setUpdatedBy(String updatedBy) |
UiAjax |
UiAjax.setUri(String uri) |
| Constructor and Description |
|---|
UiAjax(UiAjax value) |
Copyright © 2019. All rights reserved.