类的使用
top.binfast.daemon.codegen.domain.GenTable
使用GenTable的程序包
程序包
说明
-
top.binfast.daemon.codegen.controller中GenTable的使用
返回变量类型为GenTable的类型的top.binfast.daemon.codegen.controller中的方法修饰符和类型方法说明com.alibaba.cola.dto.PageResponse<GenTable> GenController.dataList(GenTableParam param) 查询数据库列表com.alibaba.cola.dto.PageResponse<GenTable> GenController.genList(GenTableParam param) 查询代码生成列表 -
top.binfast.daemon.codegen.mapper中GenTable的使用
修饰符和类型方法说明GenTableMapper.selectGenTableById(Long id) 查询表ID业务信息GenTableMapper.selectGenTableByName(String tableName) 查询表名称业务信息返回变量类型为GenTable的类型的top.binfast.daemon.codegen.mapper中的方法 -
top.binfast.daemon.codegen.service中GenTable的使用
修饰符和类型方法说明GenTableServiceImpl.selectGenTableById(Long id) 查询业务信息IGenTableService.selectGenTableById(Long id) 查询业务信息返回变量类型为GenTable的类型的top.binfast.daemon.codegen.service中的方法修饰符和类型方法说明GenTableServiceImpl.selectDbTableListByNames(String[] tableNames, String dataName, String dataSourceName) 查询据库列表IGenTableService.selectDbTableListByNames(String[] tableNames, String dataName, String dataSourceName) 查询据库列表GenTableServiceImpl.selectGenTableAll()查询所有表信息IGenTableService.selectGenTableAll()查询所有表信息com.alibaba.cola.dto.PageResponse<GenTable> GenTableServiceImpl.selectPageDbTableList(GenTableParam param) 查询数据库列表com.alibaba.cola.dto.PageResponse<GenTable> IGenTableService.selectPageDbTableList(GenTableParam param) 查询据库列表com.alibaba.cola.dto.PageResponse<GenTable> GenTableServiceImpl.selectPageGenTableList(GenTableParam param) com.alibaba.cola.dto.PageResponse<GenTable> IGenTableService.selectPageGenTableList(GenTableParam param) 查询业务列表修饰符和类型方法说明static StringGenTableServiceImpl.getGenPath(GenTable table, String template) 获取代码生成地址voidGenTableServiceImpl.setPkColumn(GenTable table) 设置主键列信息voidGenTableServiceImpl.setTableFromOptions(GenTable genTable) 设置代码生成其他选项值voidGenTableServiceImpl.updateGenTable(GenTable genTable) 修改业务voidIGenTableService.updateGenTable(GenTable genTable) 修改业务voidGenTableServiceImpl.validateEdit(GenTable genTable) 修改保存参数校验voidIGenTableService.validateEdit(GenTable genTable) 修改保存参数校验类型变量类型为GenTable的top.binfast.daemon.codegen.service中的方法参数修饰符和类型方法说明voidGenTableServiceImpl.importGenTable(List<GenTable> tableList, String dataName) 导入表结构voidIGenTableService.importGenTable(List<GenTable> tableList, String dataName) 导入表结构 -
top.binfast.daemon.codegen.util中GenTable的使用
参数类型为GenTable的top.binfast.daemon.codegen.util中的方法修饰符和类型方法说明static String根据列类型获取字典组static intVelocityUtils.getExpandColumn(GenTable genTable) 获取需要在哪一列上面显示展开按钮static StringVelocityUtils.getFileName(String template, GenTable genTable) 获取文件名VelocityUtils.getImportList(GenTable genTable) 根据列类型获取导入包static voidGenUtils.initColumnField(GenTableColumn column, GenTable table) 初始化列属性字段static void初始化表信息static org.apache.velocity.VelocityContextVelocityUtils.prepareContext(GenTable genTable) 设置模板变量信息static voidVelocityUtils.setMenuVelocityContext(org.apache.velocity.VelocityContext context, GenTable genTable) static voidVelocityUtils.setTreeVelocityContext(org.apache.velocity.VelocityContext context, GenTable genTable)