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>
基本实体服务接口

实现类方法顺序:

  1. 基本接口 CRUD
  2. 自定义接口 CRUD
  3. 内部方法
Version:
2021-02-23 21:32
Author:
夜雨