Uses of Interface
top.tangyh.basic.base.manager.SuperManager
Packages that use SuperManager
Package
Description
-
Uses of SuperManager in top.tangyh.basic.base.manager
Subinterfaces of SuperManager in top.tangyh.basic.base.managerModifier and TypeInterfaceDescriptioninterface基于MP的 IService 新增了几个方法: getByIdCache、getByKey、findByIds、refreshCache、clearCache 其中: 1,getByIdCache 方法 会先从缓存查询,后从DB查询 (取决于实现类) 2、getByKey 根据提供的缓存key查询单个实体,查不到会通过loader回调查询 3、findByIds 根据id批量从缓存查询实体列表 4、refreshCache 刷新缓存 5、clearCache 淘汰缓存 -
Uses of SuperManager in top.tangyh.basic.base.manager.impl
Classes in top.tangyh.basic.base.manager.impl that implement SuperManagerModifier and TypeClassDescriptionclassSuperCacheManagerImpl<M extends SuperMapper<T>,T extends SuperEntity> 基于 CacheOps 实现的 缓存实现 默认的key规则: #{CacheKeyBuilder#key()}:idclassSuperManagerImpl<M extends SuperMapper<T>,T> 不含缓存的Service实现 -
Uses of SuperManager in top.tangyh.basic.base.service
Methods in top.tangyh.basic.base.service that return SuperManager -
Uses of SuperManager in top.tangyh.basic.base.service.impl
Classes in top.tangyh.basic.base.service.impl with type parameters of type SuperManagerModifier and TypeClassDescriptionclassSuperServiceImpl<M extends SuperManager<Entity>,Id extends Serializable, Entity extends SuperEntity<?>> 不含缓存的Service实现Fields in top.tangyh.basic.base.service.impl declared as SuperManager