@Service public class SysGenTableServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<SysGenTableMapper,SysGenTable> implements SysGenTableService
| 构造器和说明 |
|---|
SysGenTableServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
deleteByIds(Long[] ids) |
byte[] |
downloadCode(String[] tableNames) |
void |
genTableList() |
Map<String,String> |
previewCode(Long tableId) |
List<SysGenTable> |
selectGenTableAll() |
com.baomidou.mybatisplus.core.metadata.IPage<SysGenTable> |
selectListPage(com.baomidou.mybatisplus.extension.plugins.pagination.Page<SysGenTable> page,
com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper<SysGenTable> query) |
void |
setPkColumn(SysGenTable table)
设置主键列信息
|
void |
setSubTable(SysGenTable table)
设置主子表信息
|
void |
synchDb(String tableName) |
void |
updateGenTable(SysGenTable genTable) |
closeSqlSession, currentMapperClass, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getEntityClass, getMap, getObj, getOne, getSqlStatement, removeBatchByIds, removeBatchByIds, removeById, removeById, removeByIds, retBool, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchByIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, count, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, ktQuery, ktUpdate, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeById, removeById, removeById, removeByIds, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateByIdpublic com.baomidou.mybatisplus.core.metadata.IPage<SysGenTable> selectListPage(com.baomidou.mybatisplus.extension.plugins.pagination.Page<SysGenTable> page, com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper<SysGenTable> query)
selectListPage 在接口中 SysGenTableServicepublic int deleteByIds(Long[] ids)
deleteByIds 在接口中 SysGenTableServicepublic void genTableList()
genTableList 在接口中 SysGenTableServicepublic Map<String,String> previewCode(Long tableId)
previewCode 在接口中 SysGenTableServicepublic List<SysGenTable> selectGenTableAll()
selectGenTableAll 在接口中 SysGenTableServicepublic void updateGenTable(SysGenTable genTable)
updateGenTable 在接口中 SysGenTableServicepublic byte[] downloadCode(String[] tableNames)
downloadCode 在接口中 SysGenTableServicepublic void synchDb(String tableName)
synchDb 在接口中 SysGenTableServicepublic void setPkColumn(SysGenTable table)
table - 业务表信息public void setSubTable(SysGenTable table)
table - 业务表信息Copyright © 2023. All rights reserved.