What is repository annotation in spring?
Answer / Prashant Kumar Nair
The Repository annotation in Spring is a part of Spring Data JPA. It's used to indicate that the class is a Spring Data JPA repository for the domain entity. The Repository interface extends the CrudRepository interface, which provides basic CRUD (Create, Read, Update, Delete) methods.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is @enableautoconfiguration in spring?
What is the difference between spring framework and spring boot? : Spring Boot
Tell us about the spring framework.
What are inner beans in spring?
Does spring bean provide thread safety?
What are the different modes of autowiring?
What is spring jpa repository?
Is spring a link?
Name the different modules of the spring framework?
What is the use of @service in spring?
What are the advantages of spring framework?
What are the types of controller in spring?