Package com.amos2020.javabackend.repository
Provides the classes necessary to communicate with the database.
Each table from the database scheme has an own repository that is used for queries on that particular table
-
Interface Summary Interface Description AnswerRepository Interface to access the answer table in the databaseAuditContactPersonRepository Interface to access the answer_contact_person table in the databaseAuditRepository Interface to access the audit table in the databaseContactPersonRepository Interface to access the contact_person table in the databaseFacCritRepository Interface to access the fac_crit table in the databaseInterviewContactPersonRepository Interface to access the interview_contact_person table in the databaseInterviewRepository Interface to access the interview table in the databaseQuestionRepository Interface to access the question table in the databaseScopeRepository Interface to access the scope table in the database