类 BaseManageController<E extends net.guerlab.cloud.commons.entity.BaseEntity,SP extends net.guerlab.cloud.searchparams.SearchParams,A extends net.guerlab.cloud.commons.api.ManageApi<E,SP>,V>
java.lang.Object
net.guerlab.cloud.web.provider.BaseQueryController<E,SP,A,V>
net.guerlab.cloud.web.provider.BaseManageController<E,SP,A,V>
- 类型参数:
E- 实体类型SP- 搜索参数类型A- api接口类型V- 返回对象类型
public abstract class BaseManageController<E extends net.guerlab.cloud.commons.entity.BaseEntity,SP extends net.guerlab.cloud.searchparams.SearchParams,A extends net.guerlab.cloud.commons.api.ManageApi<E,SP>,V>
extends BaseQueryController<E,SP,A,V>
基础管理控制器实现.
- 作者:
- guer
-
字段概要
从类继承的字段 net.guerlab.cloud.web.provider.BaseQueryController
api -
构造器概要
构造器 -
方法概要
从类继承的方法 net.guerlab.cloud.web.provider.BaseQueryController
afterFind, beforeFind, convert, nullPointException, selectById, selectCount, selectList, selectOne, selectPage
-
构造器详细资料
-
BaseManageController
根据api实例创建控制器.- 参数:
api- api实例
-
-
方法详细资料
-
insert
-
updateById
-
deleteById
-
delete
-