Uses of Class
com.dada.banking_project.models.Role
Packages that use Role
Package
Description
-
Uses of Role in com.dada.banking_project.controllers.impl
Methods in com.dada.banking_project.controllers.impl with parameters of type Role -
Uses of Role in com.dada.banking_project.controllers.interfaces
Methods in com.dada.banking_project.controllers.interfaces with parameters of type Role -
Uses of Role in com.dada.banking_project.models.Users
Constructor parameters in com.dada.banking_project.models.Users with type arguments of type RoleModifierConstructorDescriptionAccountHolder
(Long id, String name, String username, String password, Collection<Role> roles, LocalDate dateOfBirth, String mailingAdress, Address address) Creates a new instance of the Admin class.ThirdParty
(Long id, String name, String username, String password, Collection<Role> roles) -
Uses of Role in com.dada.banking_project.repositories
Methods in com.dada.banking_project.repositories that return RoleModifier and TypeMethodDescriptionRoleRepository.findByName
(String name) Method to find a Role entity by its name field -
Uses of Role in com.dada.banking_project.services.impl
Methods in com.dada.banking_project.services.impl that return RoleModifier and TypeMethodDescriptionSaves a new role to the databaseMethods in com.dada.banking_project.services.impl with parameters of type Role -
Uses of Role in com.dada.banking_project.services.interfaces
Methods in com.dada.banking_project.services.interfaces that return RoleModifier and TypeMethodDescriptionThis method is used to save a Role entity to the database.Methods in com.dada.banking_project.services.interfaces with parameters of type Role