@Service(value="osInfoManager") @Transactional public class OsInfoManagerImpl extends com.centit.framework.jdbc.service.BaseEntityManagerImpl<OsInfo,String,OsInfoDao> implements OsInfoManager, com.centit.framework.components.CodeRepositoryCache.EvictCacheExtOpt
| 构造器和说明 |
|---|
OsInfoManagerImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
evictAllCache()
刷新所有系统的全部缓存
|
void |
evictCache(String cacheName)
刷新所有系统的某个缓存
|
void |
evictCache(String cacheName,
String mapKey)
刷新所有系统的某个缓存
|
List<OsInfo> |
listObjects(Map<String,Object> map) |
List<OsInfo> |
listObjects(Map<String,Object> map,
com.centit.support.database.utils.PageDesc pageDesc) |
com.alibaba.fastjson.JSONArray |
listOsInfoAsJson(Map<String,Object> filterMap,
com.centit.support.database.utils.PageDesc pageDesc) |
boolean |
refreshAll()
刷新所有系统的全部缓存
|
boolean |
refreshSingle(OsInfo osInfo)
刷新单个系统的全部缓存
|
void |
setBaseDao(OsInfoDao baseDao) |
deleteObject, deleteObjectById, getObjectById, getObjectByProperties, getObjectByProperty, listObjects, listObjectsAsJson, listObjectsByProperties, listObjectsByProperty, listObjectsBySqlAsJson, mergeObject, saveNewObject, updateObject@Autowired @Qualifier(value="osInfoDao") public void setBaseDao(OsInfoDao baseDao)
public List<OsInfo> listObjects(Map<String,Object> map)
listObjects 在接口中 com.centit.framework.jdbc.service.BaseEntityManager<OsInfo,String>listObjects 在接口中 OsInfoManagerlistObjects 在类中 com.centit.framework.jdbc.service.BaseEntityManagerImpl<OsInfo,String,OsInfoDao>public List<OsInfo> listObjects(Map<String,Object> map, com.centit.support.database.utils.PageDesc pageDesc)
listObjects 在接口中 com.centit.framework.jdbc.service.BaseEntityManager<OsInfo,String>listObjects 在接口中 OsInfoManagerlistObjects 在类中 com.centit.framework.jdbc.service.BaseEntityManagerImpl<OsInfo,String,OsInfoDao>public com.alibaba.fastjson.JSONArray listOsInfoAsJson(Map<String,Object> filterMap, com.centit.support.database.utils.PageDesc pageDesc)
listOsInfoAsJson 在接口中 OsInfoManagerpublic boolean refreshSingle(OsInfo osInfo)
refreshSingle 在接口中 OsInfoManagerosInfo - 系统信息public boolean refreshAll()
refreshAll 在接口中 OsInfoManagerpublic void evictCache(String cacheName, String mapKey)
evictCache 在接口中 com.centit.framework.components.CodeRepositoryCache.EvictCacheExtOptcacheName - 缓存名mapKey - 对应额keypublic void evictCache(String cacheName)
evictCache 在接口中 com.centit.framework.components.CodeRepositoryCache.EvictCacheExtOptcacheName - 缓存名public void evictAllCache()
evictAllCache 在接口中 com.centit.framework.components.CodeRepositoryCache.EvictCacheExtOptCopyright © 2021 Centit Information Technical, co. Inc.. All rights reserved.