接口 PageableService<E>
- 所有超级接口:
CrudService<E>,DbActionFactory<E>
- 所有已知子接口:
BaseService<E>,SearchableService<E>
带分页功能的Service
- 从以下版本开始:
- 作者:
- zeng
-
方法概要
从接口继承的方法 org.elsfs.tool.sql.service.CrudService
batchCreate, batchDelete, batchDeleteByIds, batchModify, create, createOrModify, delete, deleteById, existsById, fetchList, fetchList, fetchOne, getEntityClass, modify, newEntity
-
方法详细资料
-
fetchPage
获取分页数据- 参数:
pageable- 分页对象- 返回:
- 分页数据对象
-