Example usage for org.springframework.data.repository.init RepositoryPopulator interface-usage

List of usage examples for org.springframework.data.repository.init RepositoryPopulator interface-usage

Introduction

In this page you can find the example usage for org.springframework.data.repository.init RepositoryPopulator interface-usage.

Usage

From source file org.springframework.data.repository.init.ResourceReaderRepositoryPopulator.java

/**
 * A {@link RepositoryPopulator} using a {@link ResourceReader} to read objects from the configured {@link Resource}s.
 * 
 * @author Oliver Gierke
 * @since 1.4
 */