Modifier and Type | Method and Description |
---|---|
protected RepositoryFactory |
RepositoryService.getFactory(String repositoryName) |
Modifier and Type | Class and Description |
---|---|
class |
DBSCachingRepositoryFactory
Factory used to initialize the DBS Cache layer in front of the real repository.
|
class |
DBSRepositoryFactory
Base DBS implementation of a
RepositoryFactory , creating a subclass of DBSRepository . |
Constructor and Description |
---|
DBSCachingRepositoryFactory(String repositoryName,
RepositoryFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
MarkLogicRepositoryFactory
MarkLogic implementation of a
RepositoryFactory , creating a MarkLogicRepository . |
Modifier and Type | Class and Description |
---|---|
class |
MemRepositoryFactory
In-memory implementation of a
RepositoryFactory , creating a MemRepository . |
Modifier and Type | Class and Description |
---|---|
class |
MongoDBRepositoryFactory
MongoDB implementation of a
RepositoryFactory , creating a MongoDBRepository . |
Modifier and Type | Class and Description |
---|---|
class |
PoolingRepositoryFactory
Repository factory for VCS, the repository implements internally a JCA pool of sessions.
|
Copyright © 2018 Nuxeo. All rights reserved.