Class SpringDataResourceManager<ENTITY extends Entity<ID>,ID extends Serializable,REPOSITORY extends org.springframework.data.repository.PagingAndSortingRepository<ENTITY,ID>>

java.lang.Object
com.github.developframework.resource.AbstractResourceManager<ENTITY,ID>
com.github.developframework.resource.spring.SpringDataResourceManager<ENTITY,ID,REPOSITORY>
All Implemented Interfaces:
ResourceManager<ENTITY,ID>
Direct Known Subclasses:
SpringDataResourceCacheManager

public abstract class SpringDataResourceManager<ENTITY extends Entity<ID>,ID extends Serializable,REPOSITORY extends org.springframework.data.repository.PagingAndSortingRepository<ENTITY,ID>> extends AbstractResourceManager<ENTITY,ID>
spring-data资源管理器
Author:
qiushui on 2019-08-15.