| Package | Description |
|---|---|
| cn.vertxup.atom.domain.tables.daos | |
| cn.vertxup.atom.domain.tables.pojos | |
| io.vertx.tp.atom.modeling | |
| io.vertx.tp.modular.metadata | |
| io.vertx.tp.optic.modeling |
| Modifier and Type | Method and Description |
|---|---|
MKey |
MKeyDao.fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
| Modifier and Type | Method and Description |
|---|---|
List<MKey> |
MKeyDao.fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<MKey>> |
MKeyDao.fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<MKey> |
MKeyDao.fetchByColumns(String... values)
Fetch records that have
COLUMNS IN (values) |
CompletableFuture<List<MKey>> |
MKeyDao.fetchByColumnsAsync(List<String> values)
Fetch records that have
COLUMNS IN (values) asynchronously |
List<MKey> |
MKeyDao.fetchByComments(String... values)
Fetch records that have
COMMENTS IN (values) |
CompletableFuture<List<MKey>> |
MKeyDao.fetchByCommentsAsync(List<String> values)
Fetch records that have
COMMENTS IN (values) asynchronously |
List<MKey> |
MKeyDao.fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<MKey>> |
MKeyDao.fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<MKey> |
MKeyDao.fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<MKey>> |
MKeyDao.fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<MKey> |
MKeyDao.fetchByEntityId(String... values)
Fetch records that have
ENTITY_ID IN (values) |
CompletableFuture<List<MKey>> |
MKeyDao.fetchByEntityIdAsync(List<String> values)
Fetch records that have
ENTITY_ID IN (values) asynchronously |
List<MKey> |
MKeyDao.fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<MKey>> |
MKeyDao.fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<MKey> |
MKeyDao.fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<MKey>> |
MKeyDao.fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<MKey> |
MKeyDao.fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<MKey>> |
MKeyDao.fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<MKey> |
MKeyDao.fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<MKey>> |
MKeyDao.fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<MKey> |
MKeyDao.fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<MKey>> |
MKeyDao.fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<MKey> |
MKeyDao.fetchByType(String... values)
Fetch records that have
TYPE IN (values) |
CompletableFuture<List<MKey>> |
MKeyDao.fetchByTypeAsync(List<String> values)
Fetch records that have
TYPE IN (values) asynchronously |
List<MKey> |
MKeyDao.fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<MKey>> |
MKeyDao.fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<MKey> |
MKeyDao.fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<MKey>> |
MKeyDao.fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
CompletableFuture<MKey> |
MKeyDao.fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
| Modifier and Type | Method and Description |
|---|---|
protected String |
MKeyDao.getId(MKey object) |
| Modifier and Type | Method and Description |
|---|---|
MKey |
MKey.setActive(Boolean active) |
MKey |
MKey.setColumns(String columns) |
MKey |
MKey.setComments(String comments) |
MKey |
MKey.setCreatedAt(LocalDateTime createdAt) |
MKey |
MKey.setCreatedBy(String createdBy) |
MKey |
MKey.setEntityId(String entityId) |
MKey |
MKey.setKey(String key) |
MKey |
MKey.setLanguage(String language) |
MKey |
MKey.setMetadata(String metadata) |
MKey |
MKey.setName(String name) |
MKey |
MKey.setSigma(String sigma) |
MKey |
MKey.setType(String type) |
MKey |
MKey.setUpdatedAt(LocalDateTime updatedAt) |
MKey |
MKey.setUpdatedBy(String updatedBy) |
| Constructor and Description |
|---|
MKey(MKey value) |
| Modifier and Type | Method and Description |
|---|---|
MKey[] |
Schema.getKeys() |
| Modifier and Type | Method and Description |
|---|---|
String |
AoSentence.constraintAdd(String tableName,
MKey key) |
String |
AbstractSentence.constraintAdd(String tableName,
MKey key) |
String |
AoSentence.segmentKey(MKey key) |
String |
AbstractSentence.segmentKey(MKey key) |
| Modifier and Type | Method and Description |
|---|---|
MKey[] |
JsonSchema.getKeys()
读取键集合
|
Copyright © 2020. All rights reserved.