Uses of Class
it.unimib.unimibmodules.model.User
Packages that use User
Package
Description
-
Uses of User in it.unimib.unimibmodules.controller
Methods in it.unimib.unimibmodules.controller that return UserModifier and TypeMethodDescriptionInserts an instance of User in the databaseUserController.convertToEntity
(UserDTO userDTO) Converts an instance of UserDTO to an instance of UserUserRepository.get
(int id) Finds the user identified by id in the databaseUserRepositoryReadOnly.get
(int id) Finds the user identified by id in the databaseUserRepository.getByCodeEntity
(String code) Finds the user identified by compilationCode in the databaseUserRepository.getByUsername
(String username) Finds the user identified by username in the databaseMethods in it.unimib.unimibmodules.controller with parameters of type User -
Uses of User in it.unimib.unimibmodules.model
Fields in it.unimib.unimibmodules.model declared as User -
Uses of User in it.unimib.unimibmodules.repository
Methods in it.unimib.unimibmodules.repository that return UserModifier and TypeMethodDescriptionInserts an instance of User in the databaseUserRepositoryImpl.get
(int id) Finds the user identified by id in the databaseUserRepositoryImpl.getByCodeEntity
(String code) Finds the user identified by compilationCode in the databaseUserRepositoryImpl.getByUsername
(String username) Finds the user identified by username in the databaseMethods in it.unimib.unimibmodules.repository that return types with arguments of type UserModifier and TypeMethodDescriptionUserDAO.findByCompilationCode
(String code) UserDAO.findByUsername
(String username) UserRepositoryImpl.getAll()
Returns all users in the database.Methods in it.unimib.unimibmodules.repository with parameters of type UserModifier and TypeMethodDescriptionInserts an instance of User in the databasevoid
Updates a user in the database using a new instance of User.Method parameters in it.unimib.unimibmodules.repository with type arguments of type User