| Interface | Description |
|---|---|
| AnswersRepository |
Interface provided for Spring Framework to create an implementation of CrudRepository for Answer.
|
| CommentablesRepository |
Interface provided for Spring Framework to create an implementation of CrudRepository for Commentable.
|
| CommentsRepository |
Interface provided for Spring Framework to create an implementation of CrudRepository for Comment.
|
| QuestionsRepository |
Interface provided for Spring Framework to create an implementation of CrudRepository for Questions.
|
| TasksRepository |
Interface provided for Spring Framework to create an implementation of CrudRepository for Tasks.
|