Interface RepositoryPopulator
- All Known Implementing Classes:
ResourceReaderRepositoryPopulator
public interface RepositoryPopulator
Interface for components that will populate the Spring Data repositories with objects.
- Since:
- 1.4
- Author:
- Oliver Gierke
-
Method Summary
Modifier and TypeMethodDescriptionvoid
populate
(Repositories repositories) Populates the givenRepositories
.
-
Method Details
-
populate
Populates the givenRepositories
.- Parameters:
repositories
- must not be null.
-