What is use of @repository in spring?



What is use of @repository in spring?..

Answer / Munendra Kumar Tripathi

The '@Repository' annotation is a stereotype for data access components (DAOs) in Spring Framework. It indicates that the annotated class handles data retrieval and manipulation operations.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

What is the difference between joinpoint and pointcut?

1 Answers  


Why spring is called loosely coupled?

1 Answers  


What is difference between bean and pojo?

1 Answers  


What is the difference between mvc and spring mvc?

1 Answers  


What is defer offscreen images?

1 Answers  


What is spring framework?

1 Answers  


How can you fetch records by spring jdbctemplate?

1 Answers  


What is @restcontroller in spring boot? : Spring Boot

1 Answers  


What is a spring configuration file?

1 Answers  


What are three types of annotations?

1 Answers  


Why do we go for spring?

1 Answers  


What is spring bean life cycle?

1 Answers  


Categories