| 限定符和类型 | 方法和说明 | 
|---|---|
| ApiResult<EntityVO> | FormBuilderController. delete(Map<String,Object> paramMap) | 
| ApiResult<EntityVO> | CodeConfigController. importResource(Map<String,Object> paramMap)导入资源 | 
| ApiResult<EntityVO> | CodeConfigController. initial(Map<String,Object> paramMap) | 
| ApiResult<EntityVO> | CodeConfigController. save(Map<String,Object> paramMap)保存配置 | 
| ApiResult<EntityVO> | FormBuilderController. saveConfig(com.alibaba.fastjson.JSONObject jsonObject)保存配置 | 
| ApiResult<EntityVO> | GridBuilderController. saveConfig(com.alibaba.fastjson.JSONObject jsonObject)保存配置 | 
| ApiResult<EntityVO> | JavaBuilderController. saveConfig(com.alibaba.fastjson.JSONObject jsonObject)保存配置 | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| EntityVO | CodeService. get(String datasourceName,
   String tableName) | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| void | CodeService. save(String datasourceName,
    EntityVO entityVO) | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| static void | ConvertUtil. toFormProperties(EntityVO entityVO,
                List<FormPropertyVO> properties)把实体属性复制到表单属性中 | 
| static void | ConvertUtil. toGridProperties(EntityVO entityVO,
                List<GridPropertyVO> properties)初始化JSONObject对象 | 
| static void | ConvertUtil. toJavaProperties(EntityVO entityVO,
                List<PropertyVO> javaProperties) | 
| static void | ConvertUtil. updateByFormProperty(List<FormPropertyVO> properties,
                    EntityVO entityVO)把Form表单属性复制到实体属性中 | 
| static void | ConvertUtil. updateByGridProperty(List<GridPropertyVO> properties,
                    EntityVO entityVO)把网格列表属性复制到实体属性中 | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| ApiResult<EntityVO> | EntityFormBuilderController. delete(Map<String,Object> paramMap) | 
| ApiResult<Pager<EntityVO>> | EntityGridBuilderController. getTables(Map<String,Object> paramMap)根据数据源获取表列表 | 
| ApiResult<EntityVO> | EntityController. read(String name,
    String datasourceName)根据实体名读出实体基本信息和属性信息. | 
| ApiResult<EntityVO> | EntityFormBuilderController. saveConfig(com.alibaba.fastjson.JSONObject dataObject)保存配置,表单、流程和其他参数 | 
| ApiResult<EntityVO> | EntityGridBuilderController. saveConfig(com.alibaba.fastjson.JSONObject jsonObject)保存配置 | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| ApiResult<String> | EntityController. save(EntityVO entityVO)根据实体名保存用户修改的信息. | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| ApiResult<List<EntityVO>> | EntityRefController. listEntityByModule(String appName,
                  String moduleName)根据模块列出所有实体信息包括实体属性列表 | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| ApiResult<List<EntityVO>> | TableController. list() | 
| 限定符和类型 | 字段和说明 | 
|---|---|
| static Map<String,Map<String,EntityVO>> | EntityCache. ENTITY_CACHE存储数据表结构类型 | 
| static Map<String,Map<String,EntityVO>> | TableCache. ENTITY_CACHE存储数据表结构类型 | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| EntityVO | EntityCache. get(String entityName)从缓存中获取实体 | 
| EntityVO | TableCache. get(String entityName)从缓存中获取实体 | 
| EntityVO | EntityCache. get(String datasource,
   String entityName)从缓存中获取实体 | 
| EntityVO | TableCache. get(String datasource,
   String entityName)从缓存中获取实体 | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| List<EntityVO> | EntityCache. list()读取默认数据源数据实体 | 
| List<EntityVO> | TableCache. list()获取默认数据源的所有物理表列表 | 
| List<EntityVO> | EntityCache. list(String datasourceName)读取所有实体 | 
| List<EntityVO> | TableCache. list(String datasourceName)根据数据源获取物理表列表 | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| void | EntityCache. put(EntityVO entityVO)添加实体到缓存中 | 
| void | EntityCache. put(String datasource,
   EntityVO entityVO)添加实体到缓存中 | 
| void | TableCache. put(String entityName,
   EntityVO entityVO)添加实体到缓存中 | 
| void | TableCache. put(String datasource,
   String entityName,
   EntityVO entityVO)添加实体到缓存中 | 
| void | EntityCache. putEntity(String datasource,
         EntityVO entityVO) | 
| void | EntityCache. putForeignKey(EntityVO entityVO)缓存外键 | 
| void | EntityCache. putForeignKey(String datasourceName,
             EntityVO entityVO) | 
| 限定符和类型 | 字段和说明 | 
|---|---|
| EntityVO | BaseExecutor. entityVO | 
| 构造器和说明 | 
|---|
| BaseExecutor(EntityVO entityVO) | 
| DataInitialAllExecutor(EntityVO entityVO) | 
| DataInitialExecutor(EntityVO entityVO) | 
| FormulaExecutor(EntityVO entityVO) | 
| ValidateExecutor(EntityVO entityVO) | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| EntityVO | EntityService. getEntity(String datasource,
         String entityName)获取实体 | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| List<EntityVO> | EntityService. getEntityList(String datasource)根据数据源获取所有实体列表 | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| void | EntityService. publish(EntityVO entityVO) | 
| void | EntityService. publish(String datasourceName,
       EntityVO entityVO) | 
| void | EntityService. save(EntityVO entityVO)保存实体 | 
| void | EntityService. save(String datasourceName,
    EntityVO entityVO)保存实体 | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| abstract EntityVO | BaseTableScriptCreator. getEntity(String tableName) | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| abstract List<EntityVO> | BaseTableScriptCreator. getEntities() | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| String | BaseTableScriptCreator. createUnique(EntityVO entityVO) | 
| String | BaseTableScriptCreator. dropUnique(EntityVO entityVO) | 
| String | BaseTableScriptCreator. saveTable(EntityVO entityVO) | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| EntityVO | TableScriptInterface. getEntity(String tableName)获取真实数据字段列表 | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| List<EntityVO> | TableScriptInterface. getEntities() | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| String | TableScriptInterface. createTable(EntityVO entityVO) | 
| String | TableScriptInterface. createUnique(EntityVO entityVO) | 
| String | TableScriptInterface. dropUnique(EntityVO entityVO) | 
| String | TableScriptInterface. saveTable(EntityVO entityVO) | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| EntityVO | Mssql2000TableScriptCreator. getEntity(String tableName)获取表中所有字段列表 | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| List<EntityVO> | Mssql2000TableScriptCreator. getEntities() | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| String | Mssql2000TableScriptCreator. createTable(EntityVO entityVO) | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| EntityVO | MysqlTableScriptCreator. getEntity(String tableName) | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| List<EntityVO> | MysqlTableScriptCreator. getEntities() | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| String | MysqlTableScriptCreator. createTable(EntityVO entityVO) | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| EntityVO | TableService. get(String tableName) | 
| EntityVO | TableService. get(String key,
   String tableName) | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| List<EntityVO> | TableService. list()获取所有表结构 | 
| List<EntityVO> | TableService. list(String key)获取所有表结构 | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| void | TableService. create(EntityVO entityVO)保存更新表结构 | 
Copyright © 2025. All rights reserved.