接口 SearchableService<E>
- 所有超级接口:
CrudService<E>,DbActionFactory<E>,PageableService<E>
- 所有已知子接口:
BaseService<E>
the is
SearchableService- 从以下版本开始:
- 0.0.4
- 作者:
- zeng
-
方法概要
从接口继承的方法 org.elsfs.tool.sql.service.CrudService
batchCreate, batchDelete, batchDeleteByIds, batchModify, create, createOrModify, delete, deleteById, existsById, fetchList, fetchList, fetchOne, getEntityClass, modify, newEntity从接口继承的方法 org.elsfs.tool.sql.singular.facade.DbActionFactory
count, delete, exists, queryList, queryOne, queryPage, update从接口继承的方法 org.elsfs.tool.sql.service.PageableService
fetchPage
-
方法详细资料
-
fetchList
获取搜索数据- 参数:
searchForm- 搜索表单- 返回:
- 实体对象列表
-
fetchPage
获取搜索分页数据- 参数:
pageable- 分页对象- 返回:
- 分页数据对象
-