@CacheConfig(cacheNames="DCCache") @Service public class CoreDataConllectionServiceImpl extends BaseServiceImpl<CoreDataCollection> implements CoreDataConllectionService
限定符和类型 | 字段和说明 |
---|---|
(专用程序包) CoreDataCollectionMapper |
coreDataCollectionMapper |
构造器和说明 |
---|
CoreDataConllectionServiceImpl() |
限定符和类型 | 方法和说明 |
---|---|
CoreDataCollection |
addEntityNolog(CoreDataCollection entity)
新增实体不使用系统内置日志功能
|
java.util.List<CoreDataCollection> |
findList(java.util.Map<java.lang.String,java.lang.Object> map)
根据条件查询实体 包含了分页等各种参数
|
java.util.Map<java.lang.String,java.lang.Object> |
findLoginBrowser(java.lang.String modelid)
查询登录类型
|
add, addEntity, confirm, findAll, getEntity, modify, removeById, removeByIds, saveJdbc, startProcess, startProcess
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add, addEntity, confirm, findAll, getEntity, modify, removeById, removeByIds, startProcess, startProcess
@Autowired CoreDataCollectionMapper coreDataCollectionMapper
@CacheEvict(key="#entity.getDC_MODELID()") public CoreDataCollection addEntityNolog(CoreDataCollection entity)
CoreDataConllectionService
addEntityNolog
在接口中 CoreDataConllectionService
entity
- 数据收集实例@Cacheable(key="#modelid") public java.util.Map<java.lang.String,java.lang.Object> findLoginBrowser(java.lang.String modelid) throws java.lang.Exception
CoreDataConllectionService
findLoginBrowser
在接口中 CoreDataConllectionService
modelid
- 模型rwidjava.lang.Exception
- 出错会抛出异常public java.util.List<CoreDataCollection> findList(java.util.Map<java.lang.String,java.lang.Object> map) throws java.lang.Exception
BaseService
findList
在接口中 BaseService<CoreDataCollection>
findList
在类中 BaseServiceImpl<CoreDataCollection>
map
- 参数列表java.lang.Exception
- 出错会抛出异常