Uses of Interface
net.andresbustamante.yafoot.users.repository.UserRepository
Packages that use UserRepository
Package
Description
Repository implementations for the users module.
Services implementations for the users module.
-
Uses of UserRepository in net.andresbustamante.yafoot.users.repository.impl
Classes in net.andresbustamante.yafoot.users.repository.impl that implement UserRepository -
Uses of UserRepository in net.andresbustamante.yafoot.users.services.impl
Constructors in net.andresbustamante.yafoot.users.services.impl with parameters of type UserRepositoryModifierConstructorDescriptionUserManagementServiceImpl
(UserRepository userRepository) UserSearchServiceImpl
(UserRepository userRepository)