Package | Description |
---|---|
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 |
Repository
Interface for the low-level VCS repository.
|
Modifier and Type | Class and Description |
---|---|
class |
RepositoryImpl
Repository implementation, to be extended by backend-specific initialization code. |
Modifier and Type | Method and Description |
---|---|
static RepositoryManagement |
RepositoryResolver.getRepository(String repositoryName)
Deprecated.
since 5.9.5, use
SQLRepositoryService instead |
Modifier and Type | Method and Description |
---|---|
static List<RepositoryManagement> |
RepositoryResolver.getRepositories()
Deprecated.
since 5.9.5, use
SQLRepositoryService#getRepositoriesManagement instead |
Modifier and Type | Method and Description |
---|---|
RepositoryManagement |
SQLRepositoryService.getRepository(String repositoryName)
Gets the low-level SQL Repository of the given name.
|
Modifier and Type | Method and Description |
---|---|
List<RepositoryManagement> |
SQLRepositoryService.getRepositories()
Gets the repositories as a list of
RepositoryManagement objects. |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionFactoryImpl
The connection factory delegates connection requests to the application server
ConnectionManager . |
class |
ManagedConnectionFactoryImpl
The managed connection factory receives requests from the application server to create new
ManagedConnection
(the physical connection). |
Copyright © 2015 Nuxeo SA. All rights reserved.