Class MongoDBRepositoryFactory

java.lang.Object
org.nuxeo.ecm.core.storage.dbs.DBSRepositoryFactory
org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryFactory
All Implemented Interfaces:
Callable<Object>, RepositoryFactory

public class MongoDBRepositoryFactory extends DBSRepositoryFactory
MongoDB implementation of a RepositoryFactory, creating a MongoDBRepository.
Since:
5.9.4
  • Constructor Details

    • MongoDBRepositoryFactory

      public MongoDBRepositoryFactory(String repositoryName)
  • Method Details

    • call

      public Object call()
      Description copied from interface: RepositoryFactory
      Constructs the low-level repository with the name previously passed to init.
      Returns:
      a low-level Repository