Uses of Interface
io.vertx.tp.atom.modeling.Model
Packages that use Model
Package
Description
-
Uses of Model in io.horizon.spi.mixture
Methods in io.horizon.spi.mixture that return ModelMethods in io.horizon.spi.mixture that return types with arguments of type ModelModifier and TypeMethodDescriptionAoPerformer.fetchAsync()「写模型」 读取当前应用下所有的Model模型数据,该方法主要服务于读取所有模型,所以在执行过程中 导入模型时会调用该方法,该方法并不位于 HPerformer 中,为写模型专用方法ModelPerformer.fetchAsync()io.vertx.core.Future<Model>ModelPerformer.fetchAsync(String identifier) -
Uses of Model in io.vertx.tp.atom.cv
Fields in io.vertx.tp.atom.cv with type parameters of type Model -
Uses of Model in io.vertx.tp.atom.modeling
Methods in io.vertx.tp.atom.modeling that return Model -
Uses of Model in io.vertx.tp.atom.modeling.builtin
Classes in io.vertx.tp.atom.modeling.builtin that implement ModelMethods in io.vertx.tp.atom.modeling.builtin that return ModelConstructors in io.vertx.tp.atom.modeling.builtin with parameters of type Model -
Uses of Model in io.vertx.tp.atom.refine
Methods in io.vertx.tp.atom.refine that return ModelMethods in io.vertx.tp.atom.refine with parameters of type Model -
Uses of Model in io.vertx.tp.modular.file
Methods in io.vertx.tp.modular.file that return types with arguments of type ModelModifier and TypeMethodDescriptionAoFile.readModels(String appName) 读取建模数据 M_MODEL, -- M_ATTRIBUTE, M_JOIN M_ENTITY, -- M_FIELD, M_KEY, M_INDEXAoFile.readModels(String appName, String outPath) ExcelReader.readModels(String appName) ExcelReader.readModels(String appName, String outPath) FileReader.readModels(String appName) FileReader.readModels(String appName, String outPath) -
Uses of Model in io.vertx.tp.modular.file.excel
Methods in io.vertx.tp.modular.file.excel that return types with arguments of type Model -
Uses of Model in io.vertx.tp.modular.id
Methods in io.vertx.tp.modular.id with parameters of type Model