| Package | Description |
|---|---|
| cn.vertxup.graphic.domain.tables.daos | |
| cn.vertxup.graphic.domain.tables.pojos |
| Modifier and Type | Method and Description |
|---|---|
GCluster |
GClusterDao.fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
| Modifier and Type | Method and Description |
|---|---|
List<GCluster> |
GClusterDao.fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<GCluster>> |
GClusterDao.fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<GCluster> |
GClusterDao.fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<GCluster>> |
GClusterDao.fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<GCluster> |
GClusterDao.fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<GCluster>> |
GClusterDao.fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<GCluster> |
GClusterDao.fetchByGraphicId(String... values)
Fetch records that have
GRAPHIC_ID IN (values) |
CompletableFuture<List<GCluster>> |
GClusterDao.fetchByGraphicIdAsync(List<String> values)
Fetch records that have
GRAPHIC_ID IN (values) asynchronously |
List<GCluster> |
GClusterDao.fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<GCluster>> |
GClusterDao.fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<GCluster> |
GClusterDao.fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<GCluster>> |
GClusterDao.fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<GCluster> |
GClusterDao.fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<GCluster>> |
GClusterDao.fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<GCluster> |
GClusterDao.fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<GCluster>> |
GClusterDao.fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<GCluster> |
GClusterDao.fetchByRecordData(String... values)
Fetch records that have
RECORD_DATA IN (values) |
CompletableFuture<List<GCluster>> |
GClusterDao.fetchByRecordDataAsync(List<String> values)
Fetch records that have
RECORD_DATA IN (values) asynchronously |
List<GCluster> |
GClusterDao.fetchByRecordKey(String... values)
Fetch records that have
RECORD_KEY IN (values) |
CompletableFuture<List<GCluster>> |
GClusterDao.fetchByRecordKeyAsync(List<String> values)
Fetch records that have
RECORD_KEY IN (values) asynchronously |
List<GCluster> |
GClusterDao.fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<GCluster>> |
GClusterDao.fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<GCluster> |
GClusterDao.fetchByUi(String... values)
Fetch records that have
UI IN (values) |
CompletableFuture<List<GCluster>> |
GClusterDao.fetchByUiAsync(List<String> values)
Fetch records that have
UI IN (values) asynchronously |
List<GCluster> |
GClusterDao.fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<GCluster>> |
GClusterDao.fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<GCluster> |
GClusterDao.fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<GCluster>> |
GClusterDao.fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
List<GCluster> |
GClusterDao.fetchByX(Integer... values)
Fetch records that have
X IN (values) |
CompletableFuture<List<GCluster>> |
GClusterDao.fetchByXAsync(List<Integer> values)
Fetch records that have
X IN (values) asynchronously |
List<GCluster> |
GClusterDao.fetchByY(Integer... values)
Fetch records that have
Y IN (values) |
CompletableFuture<List<GCluster>> |
GClusterDao.fetchByYAsync(List<Integer> values)
Fetch records that have
Y IN (values) asynchronously |
CompletableFuture<GCluster> |
GClusterDao.fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
| Modifier and Type | Method and Description |
|---|---|
protected String |
GClusterDao.getId(GCluster object) |
| Modifier and Type | Method and Description |
|---|---|
GCluster |
GCluster.setActive(Boolean active) |
GCluster |
GCluster.setCreatedAt(LocalDateTime createdAt) |
GCluster |
GCluster.setCreatedBy(String createdBy) |
GCluster |
GCluster.setGraphicId(String graphicId) |
GCluster |
GCluster.setKey(String key) |
GCluster |
GCluster.setLanguage(String language) |
GCluster |
GCluster.setMetadata(String metadata) |
GCluster |
GCluster.setName(String name) |
GCluster |
GCluster.setRecordData(String recordData) |
GCluster |
GCluster.setRecordKey(String recordKey) |
GCluster |
GCluster.setSigma(String sigma) |
GCluster |
GCluster.setUi(String ui) |
GCluster |
GCluster.setUpdatedAt(LocalDateTime updatedAt) |
GCluster |
GCluster.setUpdatedBy(String updatedBy) |
GCluster |
GCluster.setX(Integer x) |
GCluster |
GCluster.setY(Integer y) |
| Constructor and Description |
|---|
GCluster(GCluster value) |
Copyright © 2020. All rights reserved.