Uses of Interface
com.raphaelsalles.backend.domain.repository.UserRepository
Packages that use UserRepository
Package
Description
-
Uses of UserRepository in com.raphaelsalles.backend.api.controller
Fields in com.raphaelsalles.backend.api.controller declared as UserRepositoryModifier and TypeFieldDescriptionprivate final UserRepositoryAdminController.userRepositoryprivate final UserRepositoryFavoriteController.userRepositoryprivate final UserRepositoryTermsController.userRepositoryprivate final UserRepositoryWalletController.userRepositoryConstructors in com.raphaelsalles.backend.api.controller with parameters of type UserRepositoryModifierConstructorDescriptionAdminController(DataSyncService dataSyncService, UserRepository userRepository, TermsRepository termsRepository, AssetMigrationService assetMigrationService) FavoriteController(UserFavoriteService service, UserRepository userRepository) TermsController(UserTermsService userTermsService, UserRepository userRepository) WalletController(UserWalletService service, UserRepository userRepository) -
Uses of UserRepository in com.raphaelsalles.backend.domain.service.user
Fields in com.raphaelsalles.backend.domain.service.user declared as UserRepositoryModifier and TypeFieldDescriptionprivate final UserRepositoryUserAuthorizationService.repositoryprivate final UserRepositorySystemUserService.userRepositoryprivate final UserRepositoryUserTermsService.userRepositoryConstructors in com.raphaelsalles.backend.domain.service.user with parameters of type UserRepositoryModifierConstructorDescriptionSystemUserService(UserRepository userRepository, UserTermsService userTermsService, org.springframework.transaction.PlatformTransactionManager transactionManager) UserAuthorizationService(UserRepository repository, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, TokenService tokenService, UserTermsService userTermsService) UserTermsService(TermsRepository termsRepository, UserRepository userRepository) -
Uses of UserRepository in com.raphaelsalles.backend.infra.config.bootstrap
Fields in com.raphaelsalles.backend.infra.config.bootstrap declared as UserRepositoryModifier and TypeFieldDescriptionprivate final UserRepositoryAdminInitializerBootstrap.userRepositoryConstructors in com.raphaelsalles.backend.infra.config.bootstrap with parameters of type UserRepositoryModifierConstructorDescriptionAdminInitializerBootstrap(UserRepository userRepository, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, UserTermsService userTermsService) -
Uses of UserRepository in com.raphaelsalles.backend.infra.security
Fields in com.raphaelsalles.backend.infra.security declared as UserRepositoryModifier and TypeFieldDescriptionprivate final UserRepositoryCustomUserDetailsService.repositoryprivate final UserRepositorySecurityFilter.userRepositoryConstructors in com.raphaelsalles.backend.infra.security with parameters of type UserRepositoryModifierConstructorDescriptionCustomUserDetailsService(UserRepository repository) SecurityFilter(TokenService tokenService, UserRepository userRepository)