Uses of Interface
top.tangyh.basic.base.service.SuperService
Packages that use SuperService
Package
Description
-
Uses of SuperService in top.tangyh.basic.base.controller
Classes in top.tangyh.basic.base.controller with type parameters of type SuperServiceModifier and TypeClassDescriptionclassSuperController<S extends SuperService<Id,Entity>, Id extends Serializable, Entity extends SuperEntity<Id>, SaveVO, UpdateVO, PageQuery, ResultVO> SuperNoPoiControllerclassSuperReadController<S extends SuperService<Id,Entity>, Id extends Serializable, Entity extends SuperEntity<Id>, PageQuery, ResultVO> SuperReadControllerclassSuperSimpleController<S extends SuperService<Id,Entity>, Id extends Serializable, Entity extends SuperEntity<Id>> 简单的实现了BaseController,为了获取注入 Service 和 实体类型classSuperWriteController<S extends SuperService<Id,Entity>, Id extends Serializable, Entity extends SuperEntity<Id>, SaveVO, UpdateVO> SuperReadControllerFields in top.tangyh.basic.base.controller declared as SuperServiceMethods in top.tangyh.basic.base.controller that return SuperServiceModifier and TypeMethodDescriptionBaseController.getSuperService()获取ServiceSuperSimpleController.getSuperService() -
Uses of SuperService in top.tangyh.basic.base.service
Subinterfaces of SuperService in top.tangyh.basic.base.serviceModifier and TypeInterfaceDescriptioninterfaceSuperCacheService<Id extends Serializable,Entity extends SuperEntity<?>> 基于MP的 IService 新增了3个方法: getByIdCache 其中: 1,getByIdCache 方法 会先从缓存查询,后从DB查询 (取决于实现类) 2、SuperService 上的方法 -
Uses of SuperService in top.tangyh.basic.base.service.impl
Classes in top.tangyh.basic.base.service.impl that implement SuperServiceModifier and TypeClassDescriptionclassSuperCacheServiceImpl<M extends SuperCacheManager<Entity>,Id extends Serializable, Entity extends SuperEntity<?>> 基于 CacheOps 实现的 缓存实现 默认的key规则: #{CacheKeyBuilder#key()}:idclassSuperServiceImpl<M extends SuperManager<Entity>,Id extends Serializable, Entity extends SuperEntity<?>> 不含缓存的Service实现