Uses of Interface
com.needleandstitch.pavuk.repository.UserRepository
Packages that use UserRepository
-
Uses of UserRepository in com.needleandstitch.pavuk.data
Constructors in com.needleandstitch.pavuk.data with parameters of type UserRepositoryModifierConstructorDescriptionCustomerSeeder
(CustomerRepository customerRepository, UserRepository userRepository) Constructs a new CustomerSeeder with the specified repository.TailorSeeder
(TailorRepository tailorRepository, UserRepository userRepository) Constructs a new TailorSeeder with the specified repository.UserSeeder
(UserRepository userRepository, RoleRepository roleRepository, org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder passwordEncoder) Constructs a new UserSeeder with the specified repository. -
Uses of UserRepository in com.needleandstitch.pavuk.security
Constructors in com.needleandstitch.pavuk.security with parameters of type UserRepositoryModifierConstructorDescriptionJwtFilter
(JwtUtil jwtUtil, UserRepository userRepository) Filter constructor.