Package com.imyeyu.spring.service
Interface BaseService<T,P>
- Type Parameters:
T- 交互实体P- 交互实体类型
- All Superinterfaces:
CreatableService<T>,DeletableService<P>,DestroyableService<P>,GettableService<T,,P> PageableService<T>,UpdatableService<T>
- All Known Implementing Classes:
AbstractEntityService
public interface BaseService<T,P>
extends PageableService<T>, CreatableService<T>, GettableService<T,P>, UpdatableService<T>, DeletableService<P>, DestroyableService<P>
基本实体服务接口
实现类方法顺序:
- 基本接口 CRUD
- 自定义接口 CRUD
- 内部方法
- Version:
- 2021-02-23 21:32
- Author:
- 夜雨
-
Method Summary
Methods inherited from interface com.imyeyu.spring.service.CreatableService
createMethods inherited from interface com.imyeyu.spring.service.DeletableService
deleteMethods inherited from interface com.imyeyu.spring.service.DestroyableService
destroyMethods inherited from interface com.imyeyu.spring.service.GettableService
getMethods inherited from interface com.imyeyu.spring.service.PageableService
pageMethods inherited from interface com.imyeyu.spring.service.UpdatableService
update