Class DBSRepositoryFactory

java.lang.Object
org.nuxeo.ecm.core.storage.dbs.DBSRepositoryFactory
All Implemented Interfaces:
Callable<Object>, RepositoryFactory
Direct Known Subclasses:
DBSCachingRepositoryFactory, MemRepositoryFactory, MongoDBRepositoryFactory

public abstract class DBSRepositoryFactory extends Object implements RepositoryFactory
Base DBS implementation of a RepositoryFactory, creating a subclass of DBSRepository.
Since:
7.10-HF04, 8.1
  • Field Details

    • repositoryName

      protected final String repositoryName
  • Constructor Details

    • DBSRepositoryFactory

      public DBSRepositoryFactory(String repositoryName)
  • Method Details