Uses of Class
cn.sparrow.model.permission.Sysrole
Packages that use Sysrole
Uses of Sysrole in cn.sparrow.common.controller
Methods in cn.sparrow.common.controller that return types with arguments of type SysroleModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Sysrole>
SysroleController.sysroles(org.springframework.data.domain.Pageable pageable)
Method parameters in cn.sparrow.common.controller with type arguments of type SysroleUses of Sysrole in cn.sparrow.permission.repository
Methods in cn.sparrow.permission.repository that return types with arguments of type SysroleModifier and TypeMethodDescriptionSysroleRepository.findByCode(String name)
org.springframework.data.domain.Page<Sysrole>
SysroleRepository.findByNameContaining(String name, org.springframework.data.domain.Pageable p)