类 SysElementService
java.lang.Object
cn.herodotus.engine.data.core.service.BaseService<SysElement,String>
cn.herodotus.engine.supplier.upms.logic.service.security.SysElementService
- 所有已实现的接口:
cn.herodotus.engine.data.core.service.ReadableService<SysElement,,String> cn.herodotus.engine.data.core.service.WriteableService<SysElement,String>
@Service
public class SysElementService
extends cn.herodotus.engine.data.core.service.BaseService<SysElement,String>
Description: SysMenuService
- 作者:
- : gengwei.zheng
- Date:
- : 2022/7/14 15:55
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.springframework.data.domain.Page<SysElement>findByCondition(int pageNumber, int pageSize, String path, String title) cn.herodotus.engine.data.core.repository.BaseRepository<SysElement,String> 从类继承的方法 cn.herodotus.engine.data.core.service.BaseService
like从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cn.herodotus.engine.data.core.service.ReadableService
count, count, existsById, findAll, findAll, findAll, findAll, findById, findByPage, findByPage, findByPage, findByPage, findByPage, findByPage, findByPage从接口继承的方法 cn.herodotus.engine.data.core.service.WriteableService
delete, deleteAll, deleteAll, deleteAllInBatch, deleteById, flush, save, saveAll, saveAllAndFlush, saveAndFlush
-
构造器详细资料
-
SysElementService
-
-
方法详细资料
-
getRepository
-
findByCondition
public org.springframework.data.domain.Page<SysElement> findByCondition(int pageNumber, int pageSize, String path, String title) -
assign
-