org.springframework.stereotype.RepositoryIndicates that an annotated class is a "Repository" (or "DAO").
A class thus annotated is eligible for Spring org.springframework.dao.DataAccessException translation. The annotated class is also clarified as to its role in the overall application architecture for the purpose of tools, aspects, etc.
As of Spring 2.5, this annotation also serves as a specialization of @Component , allowing for implementation classes to be autodetected through classpath scanning.
Rod - JohnsonJuergen - Hoeller2.0 - | Method from org.springframework.stereotype.Repository Summary: |
|---|
| value |
| Method from org.springframework.stereotype.Repository Detail: |
|---|
|