Class MongoRepositoryFactory

java.lang.Object
org.springframework.data.repository.core.support.RepositoryFactorySupport
org.springframework.data.mongodb.repository.support.MongoRepositoryFactory
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware

public class MongoRepositoryFactory extends RepositoryFactorySupport
Factory to create MongoRepository instances.
Author:
Oliver Gierke, Thomas Darimont, Christoph Strobl, Mark Paluch