Uses of Class
it.unimib.unimibmodules.model.Category
Packages that use Category
Package
Description
-
Uses of Category in it.unimib.unimibmodules.controller
Methods in it.unimib.unimibmodules.controller that return CategoryModifier and TypeMethodDescriptionCategoryController.convertToEntity
(CategoryDTO dto) CategoryRepository.get
(int id) Finds the category identified by id in the databaseCategoryRepositoryReadOnly.get
(int id) Finds the category identified by id in the databaseMethods in it.unimib.unimibmodules.controller that return types with arguments of type CategoryModifier and TypeMethodDescriptionCategoryRepository.getAll()
Finds all the categories in the databaseMethods in it.unimib.unimibmodules.controller with parameters of type CategoryMethod parameters in it.unimib.unimibmodules.controller with type arguments of type CategoryModifier and TypeMethodDescriptionCategoryController.convertListToDTO
(Iterable<Category> categories) -
Uses of Category in it.unimib.unimibmodules.model
Fields in it.unimib.unimibmodules.model declared as Category -
Uses of Category in it.unimib.unimibmodules.repository
Methods in it.unimib.unimibmodules.repository that return CategoryModifier and TypeMethodDescriptionCategoryRepositoryImpl.get
(int id) Finds the category identified by id in the databaseMethods in it.unimib.unimibmodules.repository that return types with arguments of type CategoryModifier and TypeMethodDescriptionCategoryRepositoryImpl.getAll()
Returns all categories in the database.Methods in it.unimib.unimibmodules.repository with parameters of type CategoryModifier and TypeMethodDescriptionvoid
Inserts an instance of Category in the databasevoid
Updates a category in the database using a new instance of Category.Method parameters in it.unimib.unimibmodules.repository with type arguments of type Category