Uses of Interface
com.needleandstitch.pavuk.repository.RoleRepository
Packages that use RoleRepository
-
Uses of RoleRepository in com.needleandstitch.pavuk.data
Constructors in com.needleandstitch.pavuk.data with parameters of type RoleRepositoryModifierConstructorDescriptionRoleSeeder
(RoleRepository roleRepository) Constructs a new RoleSeeder with the specified repository.UserSeeder
(UserRepository userRepository, RoleRepository roleRepository, org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder passwordEncoder) Constructs a new UserSeeder with the specified repository.