类 RolePermissionServiceImpl
java.lang.Object
plus.hiver.common.base.HiverBaseServiceImpl<RolePermission,Long,RolePermissionDao>
plus.hiver.common.serviceimpl.RolePermissionServiceImpl
- 所有已实现的接口:
HiverBaseService<RolePermission,,Long> RolePermissionService
@Service
@Transactional
public class RolePermissionServiceImpl
extends HiverBaseServiceImpl<RolePermission,Long,RolePermissionDao>
implements RolePermissionService
角色权限接口实现
尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负
- 作者:
- Yazhi Li
-
字段概要
从类继承的字段 plus.hiver.common.base.HiverBaseServiceImpl
dao -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voiddeleteByRoleId(Long roleId) 通过roleId删除findByPermissionId(Long permissionId) 通过permissionId获取findByRoleId(Long roleId) 通过roleId获取从类继承的方法 plus.hiver.common.base.HiverBaseServiceImpl
count, delete, delete, delete, deleteAllById, findAll, findAll, findAll, findById, flush, get, getAll, getTotalCount, save, saveOrUpdateAll, update从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 plus.hiver.common.base.HiverBaseService
count, delete, delete, delete, deleteAllById, findAll, findAll, findAll, findById, flush, get, getAll, getTotalCount, save, saveOrUpdateAll, update
-
构造器详细资料
-
RolePermissionServiceImpl
-
-
方法详细资料
-
findByPermissionId
从接口复制的说明:RolePermissionService通过permissionId获取- 指定者:
findByPermissionId在接口中RolePermissionService
-
findByRoleId
从接口复制的说明:RolePermissionService通过roleId获取- 指定者:
findByRoleId在接口中RolePermissionService
-
deleteByRoleId
从接口复制的说明:RolePermissionService通过roleId删除- 指定者:
deleteByRoleId在接口中RolePermissionService
-