类 SysElementService
java.lang.Object
cn.herodotus.stirrup.data.crud.service.AbstractJpaService<SysElement,String>
cn.herodotus.engine.supplier.upms.logic.service.security.SysElementService
- 所有已实现的接口:
cn.herodotus.stirrup.data.crud.service.JpaReadableService<SysElement,,String> cn.herodotus.stirrup.data.crud.service.JpaWriteableService<SysElement,String>
@Service
public class SysElementService
extends cn.herodotus.stirrup.data.crud.service.AbstractJpaService<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.stirrup.data.crud.repository.BaseJpaRepository<SysElement, String> 从类继承的方法 cn.herodotus.stirrup.data.crud.service.AbstractJpaService
like从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cn.herodotus.stirrup.data.crud.service.JpaReadableService
count, count, existsById, findAll, findAll, findAll, findAll, findById, findByPage, findByPage, findByPage, findByPage, findByPage, findByPage, findByPage从接口继承的方法 cn.herodotus.stirrup.data.crud.service.JpaWriteableService
delete, deleteAll, deleteAll, deleteAllInBatch, deleteById, flush, save, saveAll, saveAllAndFlush, saveAndFlush
-
构造器详细资料
-
SysElementService
-
-
方法详细资料
-
getRepository
public cn.herodotus.stirrup.data.crud.repository.BaseJpaRepository<SysElement,String> getRepository() -
findByCondition
public org.springframework.data.domain.Page<SysElement> findByCondition(int pageNumber, int pageSize, String path, String title) -
assign
-