Uses of Interface
se.bth.pulse.repository.RoleRepository
Packages that use RoleRepository
-
Uses of RoleRepository in se.bth.pulse.controller
Constructors in se.bth.pulse.controller with parameters of type RoleRepositoryModifierConstructorDescriptionSetupRestController
(SettingRepository settingRepository, UserRepository userRepository, RoleRepository roleRepository, AuthorityRepository authorityRepository) Sets the repositories using dependency injection.