Example usage for org.springframework.data.repository.core.support RepositoryFactoryInformation interface-usage

List of usage examples for org.springframework.data.repository.core.support RepositoryFactoryInformation interface-usage

Introduction

In this page you can find the example usage for org.springframework.data.repository.core.support RepositoryFactoryInformation interface-usage.

Usage

From source file com.sinosoft.one.data.jpa.repository.support.OneRepositoryFactoryBeanSupport.java

/**
 * Adapter for Springs {@link org.springframework.beans.factory.FactoryBean} interface to allow easy setup of repository factories via Spring
 * configuration.
 *
 * @param <T> the type of the repository
 * @author Oliver Gierke