Package org.nuxeo.ecm.core.storage.dbs
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 aRepositoryFactory, creating a subclass ofDBSRepository.- Since:
- 7.10-HF04, 8.1
-
-
Field Summary
Fields Modifier and Type Field Description protected StringrepositoryName
-
Constructor Summary
Constructors Constructor Description DBSRepositoryFactory(String repositoryName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DBSRepositoryDescriptorgetRepositoryDescriptor()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.nuxeo.ecm.core.repository.RepositoryFactory
call
-
-
-
-
Field Detail
-
repositoryName
protected final String repositoryName
-
-
Constructor Detail
-
DBSRepositoryFactory
public DBSRepositoryFactory(String repositoryName)
-
-
Method Detail
-
getRepositoryDescriptor
public DBSRepositoryDescriptor getRepositoryDescriptor()
-
-