| Modifier and Type | Field and Description |
|---|---|
static ConcurrentMap<String,Model> |
AoCache.POOL_MODELS |
| Modifier and Type | Method and Description |
|---|---|
static Model |
Model.instance(String namespace,
io.vertx.core.json.JsonObject data) |
| Modifier and Type | Method and Description |
|---|---|
Model |
DataAtom.getModel() |
| Modifier and Type | Method and Description |
|---|---|
static Model |
Ao.toModel(String appName,
io.vertx.core.json.JsonObject modelJson) |
static Model |
Ao.toModel(String appName,
String file) |
| Modifier and Type | Method and Description |
|---|---|
static String |
Ao.joinKey(Model model) |
static ConcurrentMap<String,Object> |
Ao.joinKeys(Model model,
Record record) |
| Modifier and Type | Method and Description |
|---|---|
Set<Model> |
FileReader.readModels(String appName) |
Set<Model> |
ExcelReader.readModels(String appName) |
Set<Model> |
AoFile.readModels(String appName)
读取建模数据 M_MODEL, – M_ATTRIBUTE, M_JOIN M_ENTITY, – M_FIELD, M_KEY, M_INDEX
|
| Modifier and Type | Method and Description |
|---|---|
Set<Model> |
ExAnalyzer.build(Set<Schema> schemaSet) |
| Modifier and Type | Method and Description |
|---|---|
<ID> ID |
AoId.key(Record record,
Model model) |
<ID> void |
AoId.key(Record record,
Model model,
ID id) |
| Modifier and Type | Method and Description |
|---|---|
Model |
AoPerformer.fetchModel(String identifier) |
Model |
ModelPerformer.fetchModel(String identifier) |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<Model> |
AoPerformer.fetchModelAsync(String identifier)
根据identifier读取Model模型数据(AsyncFlow / Sync)
|
io.vertx.core.Future<Model> |
ModelPerformer.fetchModelAsync(String identifier) |
io.vertx.core.Future<Set<Model>> |
AoPerformer.fetchModelsAsync()
读取当前应用下所有的Model模型数据
|
io.vertx.core.Future<Set<Model>> |
ModelPerformer.fetchModelsAsync() |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonModel
Ox专用模型: 1.
|
| Modifier and Type | Method and Description |
|---|---|
Model |
JsonModel.onJson(Set<Schema> schemas) |
Copyright © 2020. All rights reserved.