List of usage examples for org.springframework.data.repository.core.support RepositoryFactoryInformation interface-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