@Repository: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 6: Line 6:
=Overview=
=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.
@Repository lets [[Spring_Dependency_Injection_and_Inversion_of_Control_Container_Concepts#Component_Scanning|component scanning]] find and configure the [[JdbcTemplate#DAO|DAOs]] and [[JdbcTemplate#Repository|repositories]] without having to provide XML configuration entries for them.

Revision as of 20:23, 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.