Uses of Class
com.dada.banking_project.models.Users.User
Package
Description
-
Uses of User in com.dada.banking_project.controllers.impl
-
Uses of User in com.dada.banking_project.controllers.interfaces
Modifier and TypeMethodDescriptionSaves a new userModifier and TypeMethodDescriptionUserControllerInterface.getUsers()
Retrieves a list of all users -
Uses of User in com.dada.banking_project.models.Users
Modifier and TypeClassDescriptionclass
This class represents an account holder, a type of user that can own multiple bank accounts.class
This class represents an administrator, a type of user with elevated privileges.class
ThirdParty class represents a third-party user who can initiate transactions on behalf of an account holder -
Uses of User in com.dada.banking_project.repositories
Modifier and TypeMethodDescriptionUserRepository.findByUsername
(String username) Method to find a User entity by its username field -
Uses of User in com.dada.banking_project.services.impl
Modifier and TypeMethodDescriptionRetrieves the user with the given usernameSaves a new user to the database -
Uses of User in com.dada.banking_project.services.interfaces
Modifier and TypeMethodDescriptionThis method is used to retrieve a User from the database by its username.This method is used to save a User entity to the database.Modifier and TypeMethodDescriptionUserServiceInterface.getUsers()
This method is used to retrieve all User entities from the database.