@Repository: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 3: | Line 3: | ||
* [[Spring_Dependency_Injection_and_Inversion_of_Control_Container_Concepts#Beans|Spring Dependency Injection and Inversion of Control Container Concepts]] | * [[Spring_Dependency_Injection_and_Inversion_of_Control_Container_Concepts#Beans|Spring Dependency Injection and Inversion of Control Container Concepts]] | ||
* [[JdbcTemplate#Repository|JdbcTemplate]] | * [[JdbcTemplate#Repository|JdbcTemplate]] | ||
=Overview= | |||
@Repository lets [[Spring_Dependency_Injection_and_Inversion_of_Control_Container_Concepts#Component_Scanning|component scanning]] find and configure the DAOs and repositories without having to provide XML configuration entries for them. |
Revision as of 20:21, 14 October 2018
Internal
Overview
@Repository lets component scanning find and configure the DAOs and repositories without having to provide XML configuration entries for them.