Class QuestionRepositoryImpl

java.lang.Object
it.unimib.unimibmodules.repository.QuestionRepositoryImpl
All Implemented Interfaces:
QuestionRepository, QuestionRepositoryReadOnly

@Component("questionRepository") public class QuestionRepositoryImpl extends Object implements QuestionRepository, QuestionRepositoryReadOnly
Repository for the Question class.
Version:
0.4.1
Author:
Khalil
  • Field Details

    • questionDAO

      private final QuestionDAO questionDAO
      The instance of questionDAO that will be used to perform actions to the DB
  • Constructor Details

    • QuestionRepositoryImpl

      @Autowired public QuestionRepositoryImpl(QuestionDAO questionDAO)
  • Method Details