@Component public class CacheComponent extends Object
| 构造器和说明 |
|---|
CacheComponent() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
clearDataSourceCacheByDsId(Long dsId) |
List<DfKeyInfoDTO> |
getAllDataFacetKey() |
List<DbInformationDTO> |
selectAllSchema(DsTreeMenuCacheDO dsTreeMenuCache) |
List<DbInformationDTO> |
selectAllSchemaPut(Long dsId) |
List<TableAndViewInfoDTO> |
selectAllTableAndView(DsTreeMenuCacheDO dsTreeMenuCache) |
List<TableAndViewInfoDTO> |
selectAllTableAndViewPut(Long dsId) |
List<DbInformationDTO> |
selectDataSources(Long dsId) |
public List<DbInformationDTO> selectDataSources(Long dsId) throws Exception
Exceptionpublic List<DbInformationDTO> selectAllSchema(DsTreeMenuCacheDO dsTreeMenuCache)
public List<TableAndViewInfoDTO> selectAllTableAndView(DsTreeMenuCacheDO dsTreeMenuCache)
public List<DfKeyInfoDTO> getAllDataFacetKey() throws Exception
Exceptionpublic List<DbInformationDTO> selectAllSchemaPut(Long dsId) throws Exception
Exceptionpublic List<TableAndViewInfoDTO> selectAllTableAndViewPut(Long dsId) throws Exception
ExceptionCopyright © 2020. All rights reserved.