Uses of Interface
it.unimib.unimibmodules.controller.CategoryRepositoryReadOnly
Packages that use CategoryRepositoryReadOnly
-
Uses of CategoryRepositoryReadOnly in it.unimib.unimibmodules.controller
Fields in it.unimib.unimibmodules.controller declared as CategoryRepositoryReadOnlyModifier and TypeFieldDescriptionprivate final CategoryRepositoryReadOnlyQuestionController.categoryRepositoryInstance of CategoryRepository that will be used to access the db.Constructors in it.unimib.unimibmodules.controller with parameters of type CategoryRepositoryReadOnlyModifierConstructorDescriptionQuestionController(QuestionRepository questionRepository, UserRepositoryReadOnly userRepository, org.modelmapper.ModelMapper modelMapper, CategoryRepositoryReadOnly categoryRepository, AWSToken awsToken) -
Uses of CategoryRepositoryReadOnly in it.unimib.unimibmodules.repository
Classes in it.unimib.unimibmodules.repository that implement CategoryRepositoryReadOnly