接口 BaseService<E>
- 所有超级接口:
CrudService<E>,DbActionFactory<E>,PageableService<E>,SearchableService<E>
the is
BaseService- 从以下版本开始:
- 作者:
- 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从接口继承的方法 org.elsfs.tool.sql.service.SearchableService
fetchList, fetchPage
-
方法详细资料
-
fetchTree
获取树形数据- 参数:
searchForm- 搜索表单- 返回:
- 实体对象列表
-