类 SysPermissionService
java.lang.Object
cn.herodotus.stirrup.data.crud.service.AbstractJpaService<SysPermission,String>
cn.herodotus.engine.supplier.upms.logic.service.security.SysPermissionService
- 所有已实现的接口:
cn.herodotus.stirrup.data.crud.service.JpaReadableService<SysPermission,,String> cn.herodotus.stirrup.data.crud.service.JpaWriteableService<SysPermission,String>
@Service
public class SysPermissionService
extends cn.herodotus.stirrup.data.crud.service.AbstractJpaService<SysPermission,String>
Description: SysPermissionService
- 作者:
- : gengwei.zheng
- Date:
- : 2019/11/25 16:11
-
构造器概要
构造器 -
方法概要
从类继承的方法 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
-
构造器详细资料
-
SysPermissionService
-
-
方法详细资料
-
getRepository
public cn.herodotus.stirrup.data.crud.repository.BaseJpaRepository<SysPermission,String> getRepository()
-