- Type Parameters:
R - - Repository Type
ID - - Entity ID Type
T - - Entity Type
- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.FactoryBean<R>, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationEventPublisherAware, org.springframework.data.repository.core.support.RepositoryFactoryInformation<T,ID>
public class ReportPortalRepositoryFactoryBean<R extends org.springframework.data.mongodb.repository.MongoRepository<T,ID>,ID extends java.io.Serializable,T>
extends org.springframework.data.mongodb.repository.support.MongoRepositoryFactoryBean<R,T,ID>
Factory Bean to add support of custom Mongo Repositories