Direction: Choose the correct option
Q1.
What is Spring Data JPA?
Direction: Choose the correct option
Q2.
What is a repository in Spring Data JPA?
Direction: Choose the correct option
Q3.
Which interface is the base for CRUD repositories?
Direction: Choose the correct option
Q4.
How do you define a custom query method in a repository?
Direction: Choose the correct option
Q5.
What does @Query do?
Direction: Choose the correct option
Q6.
How do you enable JPA repositories?
Direction: Choose the correct option
Q7.
What is the return type of a finder method that returns multiple results?
Direction: Choose the correct option
Q8.
How do you handle pagination in Spring Data JPA?
Direction: Choose the correct option
Q9.
What does @Modifying do?
Direction: Choose the correct option
Q10.
What is the purpose of @Transactional in Spring Data JPA?
