| Package | Description |
|---|---|
| org.nuxeo.ecm.core.storage.dbs | |
| org.nuxeo.ecm.core.storage.lock | |
| org.nuxeo.ecm.core.storage.marklogic | |
| org.nuxeo.ecm.core.storage.mem | |
| org.nuxeo.ecm.core.storage.mongodb | |
| org.nuxeo.ecm.core.storage.sql |
Implementation of a Nuxeo repository over an SQL database.
|
| org.nuxeo.ecm.core.storage.sql.coremodel | |
| org.nuxeo.ecm.core.storage.sql.ra |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DBSRepository
Interface for a
Repository for Document-Based Storage. |
| Modifier and Type | Class and Description |
|---|---|
class |
DBSCachingRepository
The DBS Cache layer used to cache some method call of real repository
|
class |
DBSRepositoryBase
Provides sharing behavior for repository sessions and other basic functions.
|
| Modifier and Type | Field and Description |
|---|---|
protected LockManager |
DBSRepositoryBase.lockManager |
| Modifier and Type | Method and Description |
|---|---|
LockManager |
DBSSession.getLockManager() |
LockManager |
DBSRepositoryBase.getLockManager() |
LockManager |
DBSRepository.getLockManager()
Gets the lock manager for this repository.
|
LockManager |
DBSCachingRepository.getLockManager() |
| Modifier and Type | Field and Description |
|---|---|
Class<? extends LockManager> |
LockManagerDescriptor.klass |
protected Map<String,LockManager> |
LockManagerService.lockManagers |
| Modifier and Type | Method and Description |
|---|---|
LockManager |
LockManagerService.getLockManager(String name)
Returns the lock manager registered with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LockManagerService.registerLockManager(String name,
LockManager lockManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
MarkLogicRepository
MarkLogic implementation of a
Repository. |
| Modifier and Type | Class and Description |
|---|---|
class |
MemRepository
In-memory implementation of a
Repository. |
| Modifier and Type | Class and Description |
|---|---|
class |
MongoDBRepository
MongoDB implementation of a
Repository. |
| Modifier and Type | Method and Description |
|---|---|
LockManager |
SessionImpl.getLockManager() |
LockManager |
Session.getLockManager()
Gets the lock manager for this session.
|
LockManager |
RepositoryImpl.getLockManager() |
| Modifier and Type | Method and Description |
|---|---|
LockManager |
SQLSession.getLockManager() |
| Modifier and Type | Method and Description |
|---|---|
LockManager |
ConnectionImpl.getLockManager() |
Copyright © 2019 Nuxeo. All rights reserved.