类 RoleServiceImpl
java.lang.Object
plus.hiver.common.base.HiverBaseServiceImpl<Role,Long,RoleDao>
plus.hiver.common.serviceimpl.RoleServiceImpl
- 所有已实现的接口:
HiverBaseService<Role,,Long> RoleService
@Service
@Transactional
public class RoleServiceImpl
extends HiverBaseServiceImpl<Role,Long,RoleDao>
implements RoleService
角色接口实现
尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负
- 作者:
- Yazhi Li
-
字段概要
从类继承的字段 plus.hiver.common.base.HiverBaseServiceImpl
dao -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.springframework.data.domain.Page<Role>findByCondition(String key, org.springframework.data.domain.Pageable pageable) 分页获取findByDefaultRole(Boolean defaultRole) 获取默认角色findByDeleted(Integer deleted) 获得所有角色从类继承的方法 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
-
构造器详细资料
-
RoleServiceImpl
-
-
方法详细资料
-
findByDefaultRole
从接口复制的说明:RoleService获取默认角色- 指定者:
findByDefaultRole在接口中RoleService
-
findByCondition
public org.springframework.data.domain.Page<Role> findByCondition(String key, org.springframework.data.domain.Pageable pageable) 从接口复制的说明:RoleService分页获取- 指定者:
findByCondition在接口中RoleService
-
findByDeleted
从接口复制的说明:RoleService获得所有角色- 指定者:
findByDeleted在接口中RoleService
-